MCP.so
Sign In

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

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

8

Get real-time price data for a specific cryptocurrency trading pair on a given exchange. Returns current price, bid/ask, 24h high/low, volume, and percentage change.

Get real-time price data for multiple cryptocurrency pairs, optionally filtered by exchange or specific symbols. Returns a summary of prices with 24h changes.

Get historical OHLCV (Open, High, Low, Close, Volume) candlestick data for a cryptocurrency trading pair. Returns time-series candle data useful for technical analysis, charting, and trend detection.

List supported exchanges with their current status. Includes both centralized exchanges (CEX, e.g. Binance, Coinbase) and decentralized exchanges (DEX, e.g. Uniswap V3/V4, Raydium). Pass type="cex" or type="dex" to filter.

List available trading pairs (markets) for a specific exchange. Supports both centralized exchanges (e.g. "binance", "coinbase") and decentralized exchanges (e.g. "raydium-solana", "uniswapv3-ethereum"); for DEX exchanges the response includes on-chain pool address, chain, and base/quote token details. Can filter by quote currency.

List Luzia tokens. Each row is either a chainless canonical asset (id "crypto:SYMBOL") or an on-chain instance (id "{chain}:SYMBOL", e.g. "ethereum:WETH"). Stablecoins like USDC are tokens with the "stablecoin" tag. Use search to find by symbol or name; chain to filter by blockchain. For ISO 4217 fiat (USD, EUR, ...) use get_fiat_currencies instead.

Get a single token by its composite id ("crypto:SYMBOL" for chainless canonical assets like "crypto:BTC", or "{chain}:SYMBOL" for on-chain instances like "ethereum:WETH"). Returns full metadata including decimals, address, tags, total supply, and canonical link.

List ISO 4217 fiat currencies referenced by Luzia markets (USD, EUR, GBP, BRL, JPY, ...). Stablecoins like USDC and USDT are tokens, not fiat — use get_tokens for those.

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.

Frequently asked questions

How do I get an API key?

Get a Luzia API key at [https://luzia.dev/keys](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.

Comments

More Finance & Commerce MCP servers