Server data from the Official MCP Registry
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
Remote endpoints: streamable-http: https://mcp.luzia.dev/mcp
Valid MCP server (3 strong, 4 medium validity signals). 9 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: LUZIA_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Model Context Protocol (MCP) server for cryptocurrency pricing data. Gives AI assistants like Claude real-time access to ticker prices, exchange information, and OHLCV history from the Luzia API.
The fastest way to use Luzia with your AI assistant is to connect to our hosted MCP server at https://mcp.luzia.dev/mcp. No install required. Just paste the URL and your API key.
Settings → Integrations → Add custom MCP:
https://mcp.luzia.dev/mcplz_...)mcp-remote)Claude Desktop's native remote MCP support is still rolling out, so the easiest path today is the mcp-remote shim, which bridges a remote HTTP MCP to Claude Desktop's stdio interface.
Edit your config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"luzia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.luzia.dev/mcp",
"--header",
"Authorization:Bearer lz_your_api_key"
]
}
}
}
Restart Claude Desktop (Cmd+Q on macOS) and start asking questions.
Paste the URL and Authorization header into the MCP settings for your tool:
https://mcp.luzia.dev/mcpAuthorization: Bearer lz_your_api_keynpx @modelcontextprotocol/inspector
Then point the inspector at https://mcp.luzia.dev/mcp and add the Authorization: Bearer lz_... header.
Prefer running the server locally? @luziadev/mcp-server still ships on npm and runs over stdio.
# Run directly with npx (no install needed)
LUZIA_API_KEY=lz_your_api_key npx -y @luziadev/mcp-server --stdio
{
"mcpServers": {
"luzia": {
"command": "npx",
"args": ["-y", "@luziadev/mcp-server", "--stdio"],
"env": {
"LUZIA_API_KEY": "lz_your_api_key"
}
}
}
}
Add to .claude/settings.json:
{
"mcpServers": {
"luzia": {
"command": "npx",
"args": ["-y", "@luziadev/mcp-server", "--stdio"],
"env": {
"LUZIA_API_KEY": "lz_your_api_key"
}
}
}
}
| Tool | Description |
|---|---|
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 |
Prompts are pre-built analysis templates that fetch data and generate structured insights. They are available in clients that support MCP prompts (e.g., Claude Desktop via the / menu).
Note: Claude Code does not support MCP prompts directly — use natural language instead (e.g., "Analyze BTC/USDT price movement on Binance") and it will call the underlying tools automatically.
| Prompt | Description |
|---|---|
analyze_price_movement | Analyze price movements and trends for a trading pair |
analyze_ohlcv | Analyze OHLCV candlestick data with technical analysis |
compare_exchanges | Compare prices across exchanges for arbitrage opportunities |
analyze_price_movementFetches current ticker data and analyzes bid-ask spread, 24h stats, and volume.
Arguments:
exchange (required): e.g., "binance", "coinbase"symbol (required): e.g., "BTC/USDT", "ETH/USD"Claude Desktop: Type / → select analyze_price_movement → fill in exchange: binance, symbol: BTC/USDT
Natural language (any client): "Analyze the current BTC/USDT price movement on Binance"
analyze_ohlcvFetches historical candlestick data and requests technical analysis including trends, support/resistance, volume patterns, and candlestick patterns.
Arguments:
exchange (required): e.g., "binance"symbol (required): e.g., "BTC/USDT"interval (optional): "1m", "5m", "15m", "1h", "1d" (default: "1h")period (optional): e.g., "24h", "7d", "30d" (default: "24h")Claude Desktop: Type / → select analyze_ohlcv → fill in exchange: binance, symbol: BTC/USDT, interval: 1h
Natural language (any client): "Analyze BTC/USDT OHLCV candles on Binance with 1h interval for the last 7 days"
compare_exchangesFetches ticker data from multiple exchanges and compares prices, spreads, and liquidity for arbitrage analysis.
Arguments:
symbol (required): e.g., "BTC/USDT"exchanges (optional): comma-separated list, e.g., "binance,coinbase,kraken" (default: "binance,coinbase,kraken")Claude Desktop: Type / → select compare_exchanges → fill in symbol: BTC/USDT
Natural language (any client): "Compare BTC/USDT prices across all exchanges"
Inherits from your Luzia subscription tier:
Authorization: Bearer lz_... header is set and the key starts with lz_.LUZIA_API_KEY is set in your MCP client config and that the key has not been revoked.claude_desktop_config.json is valid JSON.node --version).MIT - see LICENSE for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.