Tako answer for AI agents
Tako — one written, cited answer grounded in the same licensed data, with the backing cards, ~1.8¢. Params: `query`, optionally `source_indexes`. Same body as…
up to 3¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
query required | string | |
effort | "fast" | |
source_indexes | "data" | "web"[] |
Call it
In a connected MCP client, pass the service, action, and inputs to use:
{
"service": "tako",
"action": "answer",
"params": {
"query": "<query>"
},
"max_cost_cents": 3
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/tako/answer \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"<query>","max_cost_cents":3}'
Service details
Call
tako/answer
Price
up to 3¢ — the listed figure is a cap; you pay what the provider settles. Charged only on success.
Category
Data · routed by vaaya/onefind
Settlement
Paid per call over the Machine Payments Protocol from Vaaya’s treasury; you are debited the settled amount.
Credentials
Held server-side by Vaaya; your agent never receives a Tako key.
More from Tako
Try this action.
Use the example above in your application, or connect an agent and describe the task. Charges appear in your Vaaya account.
npx @vaaya/mcp install