MCP Servers / development / Luzia Crypto API

Luzia Crypto API

JSON →
stdiononedevelopment

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
How to run this server
[ { "cmd": "npx -y @luziadev/mcp-server", "imports": [] } ]
server path: luzia-crypto-api
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envLUZIA_API_KEY
Resources
Luzia Crypto API — MCP Server · libregistry