Tako search for AI agents
Tako — search licensed live data (company financials, market prices, macro, sports, polls, weather) and get knowledge cards with named sources, ~1.2¢. Params…
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": "search",
"params": {
"query": "<query>"
},
"max_cost_cents": 3
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/tako/search \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"<query>","max_cost_cents":3}'
Service details
Call
tako/search
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