EntRoute
E
EntRoute
/call_paid_api

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

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 /call_paid_api for me.

Input

FieldTypeDescription
endpoint_id*stringThe endpoint_id from a previous discover_paid_api result
methodstring (GET | POST | PUT | PATCH | DELETE)HTTP method (defaults to endpoint method)
headersobjectAdditional headers to include in the request
bodyobjectRequest body (for POST/PUT/PATCH)
query_paramsobjectQuery parameters to append to URL

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":"/call_paid_api","input":{"endpoint_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-entroute-entroute -e /call_paid_api -i '{"endpoint_id":"..."}'
mcp
run_tool({ provider: "mcp-com-entroute-entroute", endpoint: "/call_paid_api", input: {"endpoint_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.