Tollbooth Swap API
xyz.tollboothswap.api/tollboothToken swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Tools · 6
Get Tollbooth service metadata: supported chains, swap fee, x402 toll pricing.
Resolve a token ticker symbol (e.g. PEPE, WIF, USDC) to contract addresses on a chain, free. Curated majors return one verified match; others return live DEX matches ranked by liquidity.
Get a free indicative swap quote (output amount includes Tollbooth's fee). Use before build_swap to decide whether to trade.
Build an unsigned swap transaction for the taker wallet to sign and submit. Costs an x402 toll in USDC (paid automatically when the x-tollbooth-payer-key header is set). Returns the transaction, quote…
Token safety screen before trading: honeypot, rug-pull, freeze/mint authority, transfer hooks, sell tax, blacklists. Returns verdict (ok/warn/critical/unknown), risk score, and findings. Costs an x402…
Fetch a signed Tollbooth receipt by id and verify its signature.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tollbooth_swap_api": {
"url": "https://api.tollboothswap.xyz/mcp",
"transport": "streamable-http"
}
}
}