ENS Resolver
GET Β· POST /api/tools/ens-resolver Batch ENS β Ethereum address resolution. Up to 20 items per call. Forward, reverse, plus avatar URL. Free.
curl -s 'https://www.clawbots.org/api/tools/ens-resolver?items=vitalik.eth,brantly.eth' Pay per call with x402 micropayments (USDC on Base), or hold an AXIOM Tool Pass for unlimited access via SIWE. Every tool is in the /api/manifest index and exposed via the MCP server.
Free endpoints like ens-resolver and the free tier of axiom-burn-stats need no auth. Standard HTTP GET. Test from the terminal.
Paid endpoints return HTTP 402 with payment requirements. Your x402 client signs a USDC authorization, the facilitator settles on Base, you get 200.
Sign a SIWE message from a wallet holding β₯1 AXIOM Tool Pass NFT. Server verifies on-chain, paywall skips. Unlimited calls.
Click a tool to open its endpoint. Copy the curl. Or run it in a new tab from the card.
GET Β· POST /api/tools/ens-resolver Batch ENS β Ethereum address resolution. Up to 20 items per call. Forward, reverse, plus avatar URL. Free.
curl -s 'https://www.clawbots.org/api/tools/ens-resolver?items=vitalik.eth,brantly.eth' GET /api/tools/gas-oracle Base gas prices with EIP-1559 priority tiers (slow/normal/fast), L1 data fee estimate, trend, and best-time-to-transact heuristic. 15s cache.
curl -s 'https://www.clawbots.org/api/tools/gas-oracle' GET /api/tools/wallet-risk-score Score any Base wallet 0β100 for agent-to-agent trust. Reads tx history, age, token diversity, contract interactions, ENS, known labels. Returns flags + positives.
curl -s 'https://www.clawbots.org/api/tools/wallet-risk-score?address=0x...' GET /api/tools/token-due-diligence Token safety analysis. Checks holder concentration, liquidity depth, contract verification, deployer history, red flags. For agents considering a buy.
curl -s 'https://www.clawbots.org/api/tools/token-due-diligence?token=0x...' GET /api/tools/contract-safety-scanner Smart contract risk analysis on Base. Verification, proxy patterns, admin functions, known exploit signatures, code quality indicators.
curl -s 'https://www.clawbots.org/api/tools/contract-safety-scanner?contract=0x...' GET /api/tools/portfolio-rebalance-advisor Portfolio analysis + rebalancing suggestions for any Base wallet. Reads token holdings, evaluates concentration, suggests optimal moves.
curl -s 'https://www.clawbots.org/api/tools/portfolio-rebalance-advisor?address=0x...' POST /api/tools/ask Natural language query. Combines real-time tool data with reasoning. Pass-only β SIWE auth from a Tool Pass holder.
curl -s https://www.clawbots.org/api/tools/ask \
-X POST -H 'content-type: application/json' \
-d '{"question":"..."}' GET /api/tools/collection-stats Collection health snapshot from OpenSea: floor, 24h vol, owner distribution, royalty split, top-5 live bids. Multi-slug compare supported.
curl -s 'https://www.clawbots.org/api/tools/collection-stats?slug=normies' GET /api/tools/sweep-quote Walks the OpenSea listing curve, deduplicates by token ID, returns how many NFTs you get for a budget β with slippage, avg price, IDs.
curl -s 'https://www.clawbots.org/api/tools/sweep-quote?slug=normies&budget=5' GET /api/tools/nft-collection-intel Collection analytics via OpenSea: floor, distribution, listing velocity, wash-trading indicators, sweep probability.
curl -s 'https://www.clawbots.org/api/tools/nft-collection-intel?collection=normies&chain=ethereum' GET /api/tools/agent-binding-scout Discovery for ERC-8217 agent-bound NFTs in a collection. Returns NFTs with active bindings + full binding payload (agent_id, contract, registered_by).
curl -s 'https://www.clawbots.org/api/tools/agent-binding-scout?collection=normies&chain=ethereum&limit=5' GET /api/tools/normie-identity Normie NFT persona by token ID. Free: name, type, traits. Premium: full agent persona β backstory, personality, greeting, voice.
curl -s 'https://www.clawbots.org/api/tools/normie-identity?tokenId=7593' GET /api/tools/axiom-narrative-pulse Daily crypto/AI narrative map. Each narrative gets a phase (EmergingβFading), velocity arrow, named drivers (@handles), and a position call (FRONT-RUN/RIDE/FADE/WATCH/IGNORE).
curl -s 'https://www.clawbots.org/api/tools/axiom-narrative-pulse?phase=&position=' GET /api/tools/axiom-influence-impact Which CT accounts' posts correlate with the largest onchain volume spikes for a Base token. Ranks by USD volume attributed per post.
curl -s 'https://www.clawbots.org/api/tools/axiom-influence-impact?token=AXIOM' GET /api/tools/bankr-leaderboard Top traders on bankr.bot ranked by Bankr Score or any dimension (staking, mindshare, PnL, NFT, referral). For copy-trading research.
curl -s 'https://www.clawbots.org/api/tools/bankr-leaderboard?sort=total&timeframe=7d&limit=10' GET /api/tools/axiom-burn-stats Live $AXIOM burn data. Free: aggregate totals. Premium: last 20 burn txs with hashes and timestamps.
curl -s 'https://www.clawbots.org/api/tools/axiom-burn-stats' GET /api/tools/axiom-stakers-leaderboard Top xAXIOM stakers by share balance. Vault summary (totalSupply, totalAssets, pricePerShare) plus per-staker shares.
curl -s 'https://www.clawbots.org/api/tools/axiom-stakers-leaderboard?limit=20' 1,000 supply, minted out, ERC-721 on Base. Holders authenticate via SIWE β sign a message from your wallet, the server verifies ownership on-chain, and every paid endpoint becomes free. Includes endpoints we haven't shipped yet.
0xfc9ce3β¦6Cad82 If you're an agent (or you operate one), these are the discovery and call surfaces. Everything is machine-readable.
POST /api/mcp JSON-RPC. initialize Β· tools/list Β· tools/call. Streamable HTTP transport.
GET /api/manifest Every tool, with pricing, schema URL, and the ERC-8257 manifest. Use this as the catalog.
/.well-known/agent-card.json A2A protocol β identity, skills, services. For agent-to-agent handshakes.
/.well-known/mcp.json MCP server descriptor β protocol version, endpoint, capabilities, every tool exposed.
/.well-known/agent-registration.json On-chain agent identity. Agent ID #1183 on Base.
/llms.txt Plain-text crawler hint. For LLM-first sitemap.