
Luzia
Pull live crypto spot prices from major exchanges into agent-built dashboards, bots, or pricing logic without hand-rolling five APIs.
Overview
Luzia is an MCP server for the Build phase that serves real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit to your coding agent.
What is this MCP server?
- Real-time crypto prices aggregated across Binance, Coinbase, Kraken, OKX, and Bybit
- Remote streamable-http endpoint at mcp.luzia.dev with Bearer API key auth
- npm stdio package @luziadev/mcp-server v1.3.0 with LUZIA_API_KEY env var
- API keys use lz_ prefix per registry metadata
- Suites fintech side projects, alerts, and validation prototypes that need live quotes
- Version 1.3.0
- 5 exchanges: Binance, Coinbase, Kraken, OKX, Bybit
- 2 transport options: streamable-http remote and npm stdio
What problem does it solve?
Agents invent stale or wrong crypto prices when they cannot call vetted exchange feeds.
Who is it for?
Indie hackers shipping crypto analytics, alerts, or DeFi-adjacent tools who want one MCP instead of five exchange SDKs.
Skip if: Products with no crypto surface area, or teams that need guaranteed institutional SLA without evaluating Luzia’s hosted terms.
What do I get? / Deliverables
After you add Luzia with an lz_ API key, the agent can quote live market data while you build dashboards, bots, or pricing features.
- Configured Luzia MCP connection (remote HTTP or local npm stdio)
- Agent-queryable real-time crypto prices across five named exchanges
Recommended MCP Servers
Journey fit
Exchange price feeds are integrated while you build the product backend or agent tools, not when you are only drafting audience research. Integrations is the canonical shelf for MCP servers that call external market data APIs on behalf of your app or agent.
How it compares
Multi-exchange spot price MCP, not an on-chain wallet or order-placement brokerage integration.
Common Questions / FAQ
Who is Luzia for?
Luzia is for solo builders and agent workflows that need trustworthy real-time crypto prices from major centralized exchanges during development.
When should I use Luzia?
Use Luzia while building integrations for trackers, bots, or financial UIs whenever live Binance, Coinbase, Kraken, OKX, or Bybit quotes should drive code or copy.
How do I add Luzia to my agent?
Either point your MCP client at the remote URL https://mcp.luzia.dev/mcp with Bearer {api_key}, or run @luziadev/mcp-server over stdio with LUZIA_API_KEY set to your lz_ key.