vaaya / tools / valyu / academic
Valyu academic for AI agents
Valyu — search arXiv and PubMed directly and get the paper text back, not a link to it. Pass `query`; optional `max_num_results` (1-10)…
1¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
query required | string | |
end_date | string | |
include_abstracts | boolean | |
instructions | string | |
max_num_results | integer | |
relevance_threshold | number | |
start_date | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "valyu",
"action": "academic",
"params": {
"query": "<query>"
},
"max_cost_cents": 1
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/valyu/academic \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"<query>","max_cost_cents":1}'
The facts
Call
valyu/academic
Price
1¢. 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