vaaya / tools / parallel / extract
Parallel extract for AI agents
Parallel — Extract clean content from URLs via x402. Charges 1¢ per URL in `urls`.
varies by params per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
urls required | string[] | |
objective | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "parallel",
"action": "extract",
"params": {
"urls": []
},
"max_cost_cents": 100
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/parallel/extract \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"urls":[],"max_cost_cents":100}'
Notes
Native x402 — vendor-direct endpoint at `parallelmpp.dev`. Live-confirmed pricing **1¢ per URL** (10,000 USDC base units × `urls.length`). Vendor-documented body fields: `urls` (required, array of strings), `objective` (optional string focusing extraction toward a goal). Vaaya's dispatcher computes `priceCents` dynamically from `urls.length`.
The facts
parallel/extract
varies by params — the listed figure is a cap; you pay what the provider settles. Charged only on success.
Search · routed by vaaya/onesearch
Paid per call over x402 (USDC on Base) from Vaaya’s wallet; you are debited the settled amount.
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