install pack v2
AgentToll install pack
Wire the agent toll / offload into Cursor, Claude, OpenAI, MCP, LangChain, Vercel AI, Gemini — not only Bazaar search. Drop-in client + tool schemas + handlers.
INTEGRATE.md client.mjs manifest.json SKILL.md
Runtime files
| Runtime | File |
|---|---|
| Cursor | cursor.mdc · cursor.md |
| Claude / Anthropic | SKILL.md · anthropic-tools.json |
| OpenAI Chat | openai-tools.json |
| OpenAI Responses | openai-responses-tools.json |
| MCP | mcp.json |
| LangChain | langchain-tools.json |
| Vercel AI SDK | vercel-ai-tools.json |
| Gemini | gemini-tools.json |
| Handlers example | handlers.example.mjs |
| Generic tools | tools.json |
Prices
| Tool | Price | Use |
|---|---|---|
| llm-pack | $0.005 | Primary — one URL → markdown |
| llm-pack-batch | $0.02 | Up to 5 URLs |
| clean | $0.002 | Cheap JSON triage |
| extract | $0.01 | Emails / JSON-LD |
| hub fulfill | $0.02 | One-step job complete |
One-liner
curl -s https://agent-toll.agentfetcher.workers.dev/install/client.mjs -o client.mjs curl -s https://agent-toll.agentfetcher.workers.dev/install/handlers.example.mjs -o handlers.example.mjs npm i @x402/fetch @x402/evm viem # BUYER_PRIVATE_KEY=0x... (USDC on Base) node client.mjs https://example.com
For agents · Docs · Home