API Tools
entroute.com
Facilitates discovery and invocation of pay-per-request API endpoints for various capabilities.
ENDPOINT 1
https://mcp.entroute.com/mcp
MCP server metadata
- Name
- entroute
- Version
- 0.1.0
EntRoute indexes pay-per-request (x402) HTTP APIs and ranks them by observed reliability, latency and price. Typical flow: 1. discover_paid_api with a natural-language intent (or an explicit capability_id). 2. Read sample_request on the result — it shows the exact parameter names to send. 3. call_paid_api with that endpoint_id. This hosted server cannot make payments, so paid endpoints return their payment challenge rather than data. For automatic payment, use the local server instead: npx @entroute/mcp-server with EVM_PRIVATE_KEY set.
Known tools 3
discover_paid_apiDiscover pay-per-request API endpoints for a given capability.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.entroute]
url = "https://mcp.entroute.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"entroute": {
"type": "http",
"url": "https://mcp.entroute.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: entroute
Remote MCP URL: https://mcp.entroute.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"entroute": {
"url": "https://mcp.entroute.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"entroute": {
"type": "http",
"url": "https://mcp.entroute.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "entroute",
"transport": "streamable-http",
"url": "https://mcp.entroute.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for entroute.com was fetched 2026-07-30T17:08:45.558Z and is being refreshed.
entroute.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.