Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

EntRoute

com.entroute/entroute

Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.

Uptime
100.0%
1 direct probes · 30d
Response
240ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

discover_paid_api

Discover pay-per-request API endpoints for a given capability. Returns ranked, verified endpoints with pricing and reliability metrics. Use this to find APIs before calling them. The results include:…

list_capabilities

List available API capability types. Use this to explore what kinds of APIs are available in the registry. You can filter by tag (e.g., "weather", "translation") or search by keyword. Note: A capabi…

call_paid_api

Call a previously discovered API endpoint. Use this after discover_paid_api to execute the request. IMPORTANT: You must first use discover_paid_api to find an endpoint. Then use the endpoint_id from…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "entroute": {
      "url": "https://mcp.entroute.com/mcp",
      "transport": "streamable-http"
    }
  }
}