Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Tollbooth Swap API

xyz.tollboothswap.api/tollbooth

Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.

Uptime
100.0%
1 direct probes · 30d
Response
745ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_service_info

Get Tollbooth service metadata: supported chains, swap fee, x402 toll pricing.

resolve_token

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_quote

Get a free indicative swap quote (output amount includes Tollbooth's fee). Use before build_swap to decide whether to trade.

build_swap

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…

check_token

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…

get_receipt

Fetch a signed Tollbooth receipt by id and verify its signature.

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"
    }
  }
}