← Back to Plugins
MCP Server MCP

io.github.luziadev/luzia

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @luziadev/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.luzia.dev/mcp",
      "headers": [
        {
          "description": "Your Luzia API key (lz_ prefix)",
          "value": "Bearer {api_key}",
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your Luzia API key (lz_ prefix)",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@luziadev/mcp-server",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Luzia API key (lz_ prefix)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LUZIA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...