M
mcp
/lookup_coin
Look up a coin
Look up a single coin and its core metrics (price, trend, metadata) by symbol, name, CoinGecko/internal id, or on-chain contract address.
liveunknown~5s typical
mcpmcp
$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-ai-shumi-mcp /lookup_coin for me.
Input
| Field | Type | Description |
|---|---|---|
| by | string (symbol | name | id | contract) | How `identifier` is interpreted. default "symbol" |
| identifier* | string | The symbol (BTC), name (Bitcoin), id (bitcoin), or contract address. |
| chain | string | Chain for contract lookups (ethereum, bsc, solana, base, …). Required when by="contract". |
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-ai-shumi-mcp","endpoint":"/lookup_coin","input":{"by":"symbol","identifier":"..."}}'cli
npx cracked-ai run -p mcp-ai-shumi-mcp -e /lookup_coin -i '{"by":"symbol","identifier":"..."}'mcp
run_tool({ provider: "mcp-ai-shumi-mcp", endpoint: "/lookup_coin", input: {"by":"symbol","identifier":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.