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

RuntimeFile
Cursorcursor.mdc · cursor.md
Claude / AnthropicSKILL.md · anthropic-tools.json
OpenAI Chatopenai-tools.json
OpenAI Responsesopenai-responses-tools.json
MCPmcp.json
LangChainlangchain-tools.json
Vercel AI SDKvercel-ai-tools.json
Geminigemini-tools.json
Handlers examplehandlers.example.mjs
Generic toolstools.json

Prices

ToolPriceUse
llm-pack$0.005Primary — one URL → markdown
llm-pack-batch$0.02Up to 5 URLs
clean$0.002Cheap JSON triage
extract$0.01Emails / JSON-LD
hub fulfill$0.02One-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