← Back to Plugins
MCP Server MCP

Routescore

github By github 👁 3 views ▲ 0 votes

Read-only pre-sign evidence for onchain agents: route quality, MEV exposure, clear/caution verdict.

Homepage Verified source GitHub

Install

npx -y @routescore/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.routescore.io/api/mcp",
      "headers": [
        {
          "description": "Bearer rs_live_... — a Routescore API key, free to mint on any tier at https://www.routescore.io/account. Required for tools/call (check_swap, record retrieval, quotes); discovery (initialize, tools/list) works without a key. Same tiers and quotas as the stdio package.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@routescore/mcp",
      "version": "0.3.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Routescore API key (rs_live_...), free to mint on any tier. check_swap daily quotas are per account (free 100/day, Pro 1,000, Power 10,000); per-minute burst limits are per key. The broader modeled-quote, scenario, manifest, and record-retrieval surface requires Power. Generate one at https://www.routescore.io/account. Shown once.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ROUTESCORE_API_KEY"
        },
        {
          "description": "Override the API base URL (default https://www.routescore.io). For local development use http://localhost:3000.",
          "format": "string",
          "name": "ROUTESCORE_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...