vaaya / tools / parallel / search

Parallel search for AI agents

Parallel — AI-powered web search via x402 (1¢ flat).

up to 1¢ per call

npx @vaaya/mcp install

Parameters

ParamTypeWhat
query requiredstring
mode"one-shot" | "fast"
objectivestring

Call it

From any MCP client with Vaaya connected, one use call:

{
  "service": "parallel",
  "action": "search",
  "params": {
    "query": "<query>"
  },
  "max_cost_cents": 1
}

Or over HTTP with a Vaaya API key:

curl -X POST https://vaaya.ai/api/run/parallel/search \
  -H "Authorization: Bearer $VAAYA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"<query>","max_cost_cents":1}'

Notes

Native x402 — vendor-direct endpoint at `parallelmpp.dev`. Live-confirmed price 10,000 USDC base units = 1¢ on Base. Vendor-documented body fields: `query` (required), `mode` ("one-shot" | "fast" — defaults to summary), `objective` (optional contextual goal).

The facts

Call

parallel/search

Price

up to 1¢ — the listed figure is a cap; you pay what the provider settles. Charged only on success.

Pillar

Search · routed by vaaya/onesearch

Settlement

Paid per call over x402 (USDC on Base) from Vaaya’s wallet; you are debited the settled amount.

Credentials

Held server-side by Vaaya; your agent never receives a Parallel key.

More from Parallel

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