Live USD spot prices for any crypto, by ticker symbol.
Real-time USD spot prices for one or more cryptocurrencies by ticker symbol (BTC, ETH, SOL…). Built for trading agents and market-aware assistants. Available over MCP and as a pay-per-call x402 HTTP endpoint.
Add the remote MCP server to any client, or call the x402 HTTP endpoint directly.
Claude / Cursor / Windsurf
claude mcp add --transport http agishub https://api.agishub.com/mcpmcp.json
{
"mcpServers": {
"agishub": {
"url": "https://api.agishub.com/mcp"
}
}
}x402 HTTP (pay-per-call)
curl -X POST https://api.agishub.com/paid/crypto-price \
-H "Content-Type: application/json" \
-d '{ "symbols": "BTC,ETH,SOL" }'
# → 402 Payment Required, then pay per call in USDC on Base (x402)| price | Live USD spot prices for one or more cryptocurrencies by ticker symbol. |