EntRoute
com.entroute/entrouteDiscover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.
Tools · 3
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 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 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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"entroute": {
"url": "https://mcp.entroute.com/mcp",
"transport": "streamable-http"
}
}
}