Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Tollbooth Swap API

REMOTE · API.TOLLBOOTHSWAP.XYZ · 2 COMPONENTS · SCANNED AUG 6

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

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 742 tokens (~123/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.tollboothswap.xyz

# add to Claude Code
claude mcp add --transport http xyz-tollboothswap-api-tollbooth https://api.tollboothswap.xyz/mcp
# ~/.codex/config.toml
[mcp_servers.xyz-tollboothswap-api-tollbooth]
url = "https://api.tollboothswap.xyz/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-tollboothswap-api-tollbooth": {
      "type": "remote",
      "url": "https://api.tollboothswap.xyz/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xyz-tollboothswap-api-tollbooth --url https://api.tollboothswap.xyz/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  xyz-tollboothswap-api-tollbooth:
    url: "https://api.tollboothswap.xyz/mcp"
// mcp.json
{
  "mcpServers": {
    "xyz-tollboothswap-api-tollbooth": {
      "type": "http",
      "url": "https://api.tollboothswap.xyz/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 5 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 4 Aug 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 6 Aug 2026 · Probed https://api.tollboothswap.xyz/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.tollboothswap.xyz CN=YE1,O=Let's Encrypt,C=US 4 Aug 2026 2 Nov 2026 ECDSA 256 ECDSA-SHA384 6f0df45d130e98d67bab9669bdea4f3f610
SANs: api.tollboothswap.xyz
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of api.tollboothswap.xyz. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
xyz. present 3599, 18130 8, 8 Verified
tollboothswap.xyz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.tollboothswap.xyz/mcp Verified 200
http (plaintext) http://api.tollboothswap.xyz/mcp HTTPS enforced 301 https://api.tollboothswap.xyz/mcp
MCP tools · 6 exposed · ~593 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
build_swap ~207

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.

NameTypeReqDescription
amountstringyesSell amount as an integer string in the input token's base units
chainstringyesChain to operate on
inputTokenstringyesToken being sold: mint address (solana) or ERC-20 address (EVM chains)
outputTokenstringyesToken being bought: mint address (solana) or ERC-20 address (EVM chains)
safeModebooleanScreen both tokens first; refuses the build if either is critical-risk (honeypot etc.)
slippageBpsintegerMax slippage in bps (default 100)
takerstringyesWallet address that will sign and send the swap
NameTypeReqDescription
acceptsarrayx402 payment options when unpaid
chainstring
errorstringPresent when the request failed or payment is required
nextobjectSuggested follow-up calls
quoteobjectQuote the transaction was built from
receiptobjectSigned receipt for this build
safetyobjectSafety reports when safeMode was requested
transactionobjectUnsigned transaction for the taker to sign

No examples provided.

check_token ~96

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.

NameTypeReqDescription
chainstringyesChain to operate on
tokenstringyesToken to screen: mint address (solana) or ERC-20 address (EVM chains)
NameTypeReqDescription
acceptsarrayx402 payment options when unpaid
chainstring
errorstringPresent when the request failed or payment is required
findingsarrayIndividual risk findings
nextobjectSuggested follow-up calls
riskScorenumber0 (safe) to 100 (critical)
sourcestringData source used for the screen
tokenstring
verdictstringok, warn, critical, or unknown

No examples provided.

get_quote ~139

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

NameTypeReqDescription
amountstringyesSell amount as an integer string in the input token's base units
chainstringyesChain to operate on
inputTokenstringyesToken being sold: mint address (solana) or ERC-20 address (EVM chains)
outputTokenstringyesToken being bought: mint address (solana) or ERC-20 address (EVM chains)
slippageBpsintegerMax slippage in bps (default 100)
NameTypeReqDescription
chainstring
feeBpsnumberTollbooth fee in basis points
inputAmountstringSell amount in base units
inputTokenstring
nextobjectHow to build the swap transaction
outputAmountstringEstimated buy amount in base units, after fees
outputTokenstring
slippageBpsnumber

No examples provided.

get_receipt ~36

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

NameTypeReqDescription
idstringyesReceipt id returned by build_swap
NameTypeReqDescription
errorstringPresent when the receipt was not found
idstringReceipt id
receiptobjectReceipt payload
signaturestringServer signature over the receipt
validbooleanWhether the signature verified

No examples provided.

get_service_info ~27

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

Input schema present but exposes no named parameters.

NameTypeReqDescription
descriptionstringWhat the service does
endpointsobjectHTTP endpoints exposed by the service
namestringService name
paymentobjectx402 payment networks and pricing

No examples provided.

resolve_token ~88

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.

NameTypeReqDescription
chainstringyesChain to operate on
symbolstringyesTicker symbol to resolve, e.g. USDC, PEPE, WIF
NameTypeReqDescription
chainstringChain searched
matchesarrayMatching tokens, best first
nextobjectSuggested follow-up calls
symbolstringSymbol searched

No examples provided.