T
trading-mcp
/call_paid_endpoint
call paid endpoint
Get payment instructions + live quote for any paid AI Rook endpoint. Returns exact USDC price, x402 payment flow (EIP-3009 sign → retry with X-Payment header),
liveverifiedunknown~5s typical
mcpprobedtrading-mcp
$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-ai-rook-agents-trading-mcp /call_paid_endpoint for me.
Input
| Field | Type | Description |
|---|---|---|
| endpoint* | string | e.g. /api/market-pulse, /api/summarize, /api/code-review |
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-ai-rook-agents-trading-mcp","endpoint":"/call_paid_endpoint","input":{"endpoint":"..."}}'cli
npx cracked-ai run -p mcp-com-ai-rook-agents-trading-mcp -e /call_paid_endpoint -i '{"endpoint":"..."}'mcp
run_tool({ provider: "mcp-com-ai-rook-agents-trading-mcp", endpoint: "/call_paid_endpoint", input: {"endpoint":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.