Install the agent client
Most people should buy a $5 credit first. The files below are for wiring Clanker Banker into Cursor, Claude, or your own agent.
Buy $5 of packs Already have a key? Read a page
After you have a key
CLANKER_API_KEY=cb_live_…
POST https://clanker-banker.agentfetcher.workers.dev/v1/llm-pack
Authorization: Bearer cb_live_…
{ "url": "https://example.com" }
Install files
| Runtime | File |
|---|---|
| Node client | client.mjs |
| How to integrate | INTEGRATE.md |
| Cursor | cursor.mdc · cursor.md |
| Claude | SKILL.md · anthropic-tools.json |
| OpenAI | openai-tools.json |
| MCP | mcp.json |
| LangChain | langchain-tools.json |
| Vercel AI | vercel-ai-tools.json |
| Gemini | gemini-tools.json |
| Manifest | manifest.json |
USDC wallet client (optional)
Only if the agent already has USDC on Base. Most people should use the $5 credit instead.
curl -s https://clanker-banker.agentfetcher.workers.dev/install/client.mjs -o client.mjs npm i @x402/fetch @x402/evm viem # BUYER_PRIVATE_KEY=0x… CLANKER_MAX_USD=0.05 node client.mjs https://example.com