mcp
M
mcp
/get_crypto_quote

Get a USDC subscription quote

Quote for subscribing to a pool with USDC on Base: exact amount, payment address, and the claim message you must sign after paying. Crypto subscriptions are one

liveverifiedunknown~5s typical
mcpprobedmcp
$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-cheapestinference-mcp /get_crypto_quote for me.

Input

FieldTypeDescription
pool_slug*stringPool slug from list_pools
blocks*arrayOne or more block names from get_pool (all of them = 24/7)

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-cheapestinference-mcp","endpoint":"/get_crypto_quote","input":{"pool_slug":"...","blocks":[]}}'
cli
npx cracked-ai run -p mcp-com-cheapestinference-mcp -e /get_crypto_quote -i '{"pool_slug":"...","blocks":[]}'
mcp
run_tool({ provider: "mcp-com-cheapestinference-mcp", endpoint: "/get_crypto_quote", input: {"pool_slug":"...","blocks":[]} })

Try it

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