Connect your AI assistant to real-time cryptocurrency market data. Get live prices, OHLCV candlestick history, and trading pair information from Binance, Coinbase, Kraken, OKX, and Bybit. Compare prices across exchanges to spot arbitrage opportunities, analyze price movements, and track any trading pair, all through natural language.
Overview
Requirements
- Node.js 20 or later
- A Luzia API key (get one here)
Start asking questions:
- "What's the current price of Bitcoin on Binance?"
- "Compare ETH prices across all exchanges"
- "Show me the top trading pairs on Coinbase"
Available Tools
- 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 and their status
- get_markets - List available trading pairs on an exchange
Available Prompts
- analyze_price_movement Analyze price movements and trends for a trading pair
- analyze_ohlcv Analyze OHLCV candlestick data with technical analysis compare_exchanges
Server Config
{
"mcpServers": {
"luzia": {
"command": "npx",
"args": [
"-y",
"@luziadev/mcp-server",
"--stdio"
],
"env": {
"LUZIA_API_KEY": "lz_your_api_key"
}
}
}
}