Lido MCP Server

An MCP server for interacting with the Lido liquid staking protocol.

Documentation

How to run

  1. Copy .env.example to .env and fill missing variables
  2. Build Docker image
    docker build . -t mcp-lido
    
  3. Configure your MCP Client e.g. Claude Code
    {
      "globalShortcut": "",
      "mcpServers": {
        "mcpLido": {
          "command": "docker",
          "args": [
            "run",
            "--rm",
            "-i",
            "--log-driver", "none",
            "mcp-lido"
          ]
        }
      }
    }