crypto-prices
C
crypto-prices
/price

price

Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).

liveverifiedunknown~5s typical
mcpprobedcrypto-prices
$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-agishub-crypto-prices /price for me.

Input

FieldTypeDescription
symbols*stringComma-separated ticker symbols, e.g. 'BTC,ETH,SOL'. Prices are returned in USD.

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-agishub-crypto-prices","endpoint":"/price","input":{"symbols":"..."}}'
cli
npx cracked-ai run -p mcp-com-agishub-crypto-prices -e /price -i '{"symbols":"..."}'
mcp
run_tool({ provider: "mcp-com-agishub-crypto-prices", endpoint: "/price", input: {"symbols":"..."} })

Try it

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