← Back to Plugins
MCP Server MCP

Tollbooth Swap API

github By github 👁 6 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.tollboothswap.xyz/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "tollboothswap-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional 0x-prefixed EVM private key holding USDC on Base; pays x402 tolls automatically and gaslessly. Free tools work without it.",
          "isSecret": true,
          "name": "TOLLBOOTH_PAYER_KEY"
        },
        {
          "description": "Tollbooth API base URL (default https://api.tollboothswap.xyz)",
          "name": "TOLLBOOTH_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...