Luzia Crypto API
JSON →Provides real-time cryptocurrency pricing data and market information from major exchanges like Binance, Coinbase, and Kraken via the Luzia API. It enables AI assistants to fetch ticker prices, compare exchange rates, and analyze market trends through specialized tools and prompts.
Install
npx -y @luziadev/mcp-server Tools · 8
- get_ticker Get current price for a specific trading pair
- get_tickers Get prices for multiple pairs or all pairs on an exchange
- get_history Get historical OHLCV candlestick data for a trading pair
- get_exchanges List supported exchanges (CEX and DEX) and their status
- get_markets List trading pairs on an exchange, including DEX pool metadata
- get_tokens List canonical assets and on-chain tokens, with search and chain filters
- get_token Look up a single token by composite id (`crypto:SYMBOL` or `{chain}:SYMBOL`)
- get_fiat_currencies List ISO 4217 fiat currencies referenced by markets
Environment variables
LUZIA_API_KEY