Luzia Crypto Prices
@luziadev
About Luzia Crypto Prices
MCP server for real-time crypto prices, OHLCV history, and cross-exchange comparison from Binance, Coinbase, Kraken, OKX, and Bybit
Basic information
Category
Finance & Commerce
License
MIT
Runtime
node
Transports
stdio
Publisher
luziadev
Submitted by
Helder Vasconcelos
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"luzia": {
"command": "npx",
"args": [
"-y",
"@luziadev/mcp-server",
"--stdio"
],
"env": {
"LUZIA_API_KEY": "lz_your_api_key"
}
}
}
}Tools
8Get current price for a specific trading pair
Get prices for multiple pairs or all pairs on an exchange
Get historical OHLCV candlestick data for a trading pair
List supported exchanges (CEX and DEX) and their status
List trading pairs on an exchange, including DEX pool metadata
List canonical assets and on-chain tokens, with search and chain filters
Look up a single token by composite id (`crypto:SYMBOL` or `{chain}:SYMBOL`)
List ISO 4217 fiat currencies referenced by markets
Overview
What is Luzia Crypto Prices?
Luzia Crypto Prices is a Model Context Protocol (MCP) server that gives AI assistants like Claude real‑time access to cryptocurrency pricing data, including ticker prices, exchange information, and OHLCV history, via the Luzia API.
How to use Luzia Crypto Prices?
The recommended method is a remote connection to https://mcp.luzia.dev/mcp with an API key as a Bearer token. For local use, run npx -y @luziadev/mcp-server --stdio with the environment variable LUZIA_API_KEY. The server works with Claude Desktop, VS Code, Cursor, Cline, Continue.dev, and the MCP Inspector.
Key features of Luzia Crypto Prices
- Real‑time ticker prices from Binance, Coinbase, Kraken, OKX, Bybit
- Historical OHLCV candlestick data for technical analysis
- Market information and trading pairs, including DEX pool metadata
- Exchange status and availability monitoring
- Pre‑built analysis prompts (
analyze_price_movement,analyze_ohlcv,compare_exchanges)
Use cases of Luzia Crypto Prices
- Get the current price for a specific trading pair
- Analyze price movements, trends, support/resistance, and volume patterns
- Compare prices across exchanges to find arbitrage opportunities
- List supported exchanges (CEX and DEX) and their current status
- Look up on‑chain tokens and canonical assets with search and chain filters
FAQ from Luzia Crypto Prices
How do I get an API key?
Get a Luzia API key at https://luzia.dev/keys.
What exchanges are supported?
The server supports Binance, Coinbase, Kraken, OKX, and Bybit, plus decentralized exchanges listed via the get_exchanges tool.
What are the rate limits?
Rate limits come from your Luzia subscription: Free tier allows 25 requests per minute (1,000/day), Pro tier allows 1,000 requests per minute (20,000/day).
How do I connect remotely?
Point your MCP client to https://mcp.luzia.dev/mcp and set the Authorization: Bearer lz_... header with your API key.
Can I run the server locally?
Yes. Use LUZIA_API_KEY=lz_... npx -y @luziadev/mcp-server --stdio or configure the same command in your MCP client’s stdio settings.
More Finance & Commerce MCP servers
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
AI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
Comments