Skip to main content
Glama
entroute

EntRoute MCP

Official
by entroute

@entroute/mcp-server

MCP Server for AI agents to discover and call pay-per-request APIs via EntRoute.

Give Claude, Cursor, Windsurf, or any MCP-compatible agent access to 350+ verified x402 API endpoints across 110+ capabilities -- DeFi prices, web search, prediction markets, news, and more.

Install

Claude Code

claude mcp add entroute -- npx @entroute/mcp-server

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "entroute": {
      "command": "npx",
      "args": ["@entroute/mcp-server"]
    }
  }
}

Cursor / Windsurf

Add to your MCP settings with command npx @entroute/mcp-server.

Related MCP server: x402-mcp

Tools

discover_paid_api

Find ranked, verified API endpoints for any capability. Supports natural language intent or explicit capability IDs.

"Find me an API to get the current price of ETH"
-> Returns ranked endpoints with pricing, success rates, and latency metrics

list_capabilities

Browse all available capability types. Filter by tag or search by keyword.

call_paid_api

Execute a discovered endpoint. Optionally handles x402 payments automatically when a wallet is configured.

Payment (Optional)

To enable automatic x402 payments, set these environment variables:

EVM_PRIVATE_KEY=0x...          # Wallet private key for USDC payments on Base
MAX_PAYMENT_PER_REQUEST=0.05   # Max USD per request (default: $0.05)

Without a wallet, the server still discovers endpoints -- you just can't auto-pay for 402-protected ones.

Environment Variables

Variable

Default

Description

EVM_PRIVATE_KEY

--

Hex private key for x402 payments

MAX_PAYMENT_PER_REQUEST

0.05

Spending cap per request in USD

Example Usage

Once installed, ask your agent:

  • "What APIs are available for DeFi?"

  • "Find me a web search API"

  • "Get the current price of ETH using a paid API"

  • "Search the news for AI agent developments"

The agent will use discover_paid_api to find endpoints, show you the options with pricing, and call the best one.

Capabilities

EntRoute indexes 110+ capabilities across categories including:

  • Finance/DeFi -- token prices, swap quotes, portfolio tracking, yield data

  • Web -- search, scraping, URL shortening

  • Identity -- wallet profiles, ENS resolution

  • AI -- text generation, image generation

  • News -- search, trending topics

  • Security -- contract audits, threat intelligence

  • Prediction -- market data, odds

Browse all capabilities at entroute.com/capabilities.

License

MIT

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that lets your AI coding agent (Claude Code, OpenClaw, Codex, Cursor, etc.) discover and pay on-chain agents registered on ERC-8004, using Coinbase's official x402 protocol. No smart account. No bundler. No relay. Just your EOA, an HTTPS request, and an automatic 402 → sign → retry flow.
    Last updated
    3
    5
    MIT
  • A
    license
    C
    quality
    C
    maintenance
    MCP server bringing 100+ x402-paid APIs to AI agents (Claude, Cursor, MCP-aware clients). Auto-discovers tools from CDP Bazaar; handles USDC micropayments on Base.
    Last updated
    100
    245
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for the x402 protocol that lets AI agents discover and call payment-gated HTTP APIs automatically.
    Last updated
    122
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call

  • Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

  • Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/entroute/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server