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 install

Parameters

ParamTypeWhat
query requiredstring
country_codestring
end_datestring
fast_modeboolean
max_num_resultsinteger
relevance_thresholdnumber
start_datestring
url_onlyboolean

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

Provider

Valyu · valyu.ai

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