← Index

io.github.luziadev/luzia

io.github.luziadev/luzia·v1.3.0·Calendar & Time
Quality Score
85
/100

Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.luzia.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "luzia": {
      "command": "npx",
      "args": [
        "-y",
        "@luziadev/mcp-server"
      ],
      "env": {
        "LUZIA_API_KEY": "<your-luzia_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "luzia": {
      "command": "npx",
      "args": [
        "-y",
        "@luziadev/mcp-server"
      ],
      "env": {
        "LUZIA_API_KEY": "<your-luzia_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @luziadev/mcp-server
§02  Environment variables
LUZIA_API_KEY
requiredsecret

Your Luzia API key (lz_ prefix)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time