M
mcp
/get_pool
Get pool details
One pool in detail: models, per-block prices, availability, and what the subscription includes.
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_pool for me.
Input
| Field | Type | Description |
|---|---|---|
| pool_slug* | string | Pool slug from list_pools |
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_pool","input":{"pool_slug":"..."}}'cli
npx cracked-ai run -p mcp-com-cheapestinference-mcp -e /get_pool -i '{"pool_slug":"..."}'mcp
run_tool({ provider: "mcp-com-cheapestinference-mcp", endpoint: "/get_pool", input: {"pool_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.