Server data from the Official MCP Registry
Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
Remote endpoints: streamable-http: https://mcp.entroute.com/mcp
The EntRoute MCP server is a well-structured tool for discovering and calling pay-per-request APIs. Authentication is properly handled through optional environment variables for wallet payments, and the code demonstrates reasonable security practices. However, there are notable concerns around private key handling in environment variables, insufficient input validation on user-provided parameters, and lack of rate limiting that could lead to unintended financial exposure despite payment caps. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).
3 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
claude mcp add entroute -- npx @entroute/mcp-server
Add to your claude_desktop_config.json:
{
"mcpServers": {
"entroute": {
"command": "npx",
"args": ["@entroute/mcp-server"]
}
}
}
Add to your MCP settings with command npx @entroute/mcp-server.
discover_paid_apiFind 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_capabilitiesBrowse all available capability types. Filter by tag or search by keyword.
call_paid_apiExecute a discovered endpoint. Optionally handles x402 payments automatically when a wallet is configured.
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.
| Variable | Default | Description |
|---|---|---|
EVM_PRIVATE_KEY | -- | Hex private key for x402 payments |
MAX_PAYMENT_PER_REQUEST | 0.05 | Spending cap per request in USD |
Once installed, ask your agent:
The agent will use discover_paid_api to find endpoints, show you the options with pricing, and call the best one.
EntRoute indexes 110+ capabilities across categories including:
Browse all capabilities at entroute.com/capabilities.
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption