E
EntRoute
/discover_paid_api
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 b
liveverifiedunknown~5s typical
mcpprobedentroute
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-entroute-entroute /discover_paid_api for me.
Input
| Field | Type | Description |
|---|---|---|
| intent* | string | Natural language description of what you want to do (e.g., "get current weather for London |
| capability_id | string | Explicit capability ID if known (e.g., "weather.current", "translate.text"). Alternative t |
| max_price | number | Maximum price per request in USD (e.g., 0.01 for 1 cent) |
| network | string (base | ethereum | solana | polygon | arbitrum) | Required blockchain network for payment |
| ranking_preset | string (default | reliability | speed | budget | balanced) | Ranking preference preset |
| limit | number | Maximum number of endpoints to return (default: 5) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-entroute-entroute","endpoint":"/discover_paid_api","input":{"intent":"..."}}'cli
npx cracked-ai run -p mcp-com-entroute-entroute -e /discover_paid_api -i '{"intent":"..."}'mcp
run_tool({ provider: "mcp-com-entroute-entroute", endpoint: "/discover_paid_api", input: {"intent":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.