C
CoinPaprika
/getCoins
getCoins
List all available coins with id, name, symbol and rank. Use to discover coins or map a name to an id. Does NOT include prices; for prices use getTickers or get
liveunknown~5s typical
mcpcoinpaprika
$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-coinpaprika-coinpaprika /getCoins for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | number | Optional. Items per page (default 50, max 250). Server clamps requests above 250. default 50 |
| rationale* | string | REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do |
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-coinpaprika-coinpaprika","endpoint":"/getCoins","input":{"limit":50,"rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-coinpaprika-coinpaprika -e /getCoins -i '{"limit":50,"rationale":"..."}'mcp
run_tool({ provider: "mcp-com-coinpaprika-coinpaprika", endpoint: "/getCoins", input: {"limit":50,"rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.