vaaya / tools / valyu / search
Valyu search for AI agents
Valyu — web search returning ranked results with full-text excerpts already extracted (no follow-up scrape for the body text). Pass `query`; optional…
2¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
query required | string | |
country_code | string | |
end_date | string | |
fast_mode | boolean | |
max_num_results | integer | |
relevance_threshold | number | |
start_date | string | |
url_only | boolean |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "valyu",
"action": "search",
"params": {
"query": "<query>"
},
"max_cost_cents": 2
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/valyu/search \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"<query>","max_cost_cents":2}'
The facts
Call
valyu/search
Price
2¢. Charged only on success.
Pillar
Search · routed by vaaya/onesearch
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a Valyu key.
More from Valyu
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install