mcpbeat

Tollbooth Swap API MCP Server

by tollboothswap-api
answering

Tollbooth Swap API is answering right now. Last checked 5 min ago. It exposes 6 tools. Last commit 5 Aug 2026.

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

Uptime history 12 hours of history
12 hours agonow
100.0%
Uptime 24h
41 of 41 checks
6
Tools
read from the server
401 ms
Response time
average over 24h
1
Stars
last commit 5 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add tollbooth --transport http https://api.tollboothswap.xyz/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tollbooth": {
      "url": "https://api.tollboothswap.xyz/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tollbooth]
url = "https://api.tollboothswap.xyz/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tollbooth": {
      "url": "https://api.tollboothswap.xyz/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tollbooth": {
      "url": "https://api.tollboothswap.xyz/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

build
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, and a signed receipt.
quote
get_quote
Get a free indicative swap quote (output amount includes Tollbooth's fee). Use before build_swap to decide whether to trade.
receipt
get_receipt
Fetch a signed Tollbooth receipt by id and verify its signature.
resolve
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.
service
get_service_info
Get Tollbooth service metadata: supported chains, swap fee, x402 toll pricing.
token
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 toll.

Endpoints

URLTransportStateLatencyChecked
https://api.tollboothswap.xyz/mcp streamable-http answering 704 ms 5 min ago

Alternatives to Tollbooth Swap API

same job, measured the same way
C
Cerberus Index
by cerberusindex

XRPL token rug-checks, issuer reputation & AMM data for AI agents. Pay-per-call USDC via x402.

20 tools answering
A
Quartermaster
by surewhynot-quartermaster

x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too.

49 tools answering
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

local only
C
Mintverdict
by mintverdict

Solana token risk verdicts, rug checks & outcome labels for AI agents. Pay-per-call x402 USDC.

89 installs/wk local only
X402 API
by fernsugi

DeFi data API for AI agents — pay-per-call via x402/USDC on Base

41 installs/wk local only
Telemost MCP Server
by telemost

Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.

39 installs/wk 20 tools answering
x402-market
by asaishota

Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.

100 installs/wk local only
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only

Tollbooth Swap API — questions

Answers built from our own checks of this server.

What can Tollbooth Swap API do?
It exposes 6 tools, read directly from the server on our last check. Among them: build_swap, check_token, get_quote, get_receipt, get_service_info, resolve_token. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tollbooth Swap API working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 41 of 41 checks got a reply (100.0%), average response time 401 ms. The bar chart above shows every period we have measured.
How do I connect Tollbooth Swap API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Tollbooth Swap API need an API key?
No. Tollbooth Swap API completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tollbooth Swap API?
It answers our handshake in 401 ms on average, which is faster than 36% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Tollbooth Swap API open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.