Skip to content

feat: add Lido MCP#3561

Open
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/lido-mcp
Open

feat: add Lido MCP#3561
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/lido-mcp

Conversation

@junct-bot
Copy link

Add Lido MCP to the MCP Server Directory

Server: Lido MCP
Endpoint: https://lido.mcp.junct.dev/mcp
Transport: Streamable HTTP (stateless)
Auth: None

Description

Lido

On-chain contract: Lido. 5 functions, 1 event.

MCP endpoint: https://lido.mcp.junct.dev/mcp
Domain: vault

Tools

  • proxyType — Calls proxyType(). Read-only — does not modify contract state. Unrestricted — any address can call t…
  • isDepositable — Calls isDepositable(). Read-only — does not modify contract state. Unrestricted — any address can ca…
  • implementation — Calls implementation(). Read-only — does not modify contract state. Unrestricted — any address can c…
  • appId — Calls appId(). Read-only — does not modify contract state. Unrestricted — any address can call this …
  • kernel — Calls kernel(). Read-only — does not modify contract state. Unrestricted — any address can call this…
  • ProxyDeposit — Event emitted by the contract. Subscribe via log filters.

Connection

{
  "mcpServers": {
    "lido-mcp": {
      "url": "https://lido.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

Registry entry (servers.json)

{
  "id": "lido-mcp",
  "name": "Lido MCP",
  "description": "Calls proxyType(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns proxyTypeId (uint256).",
  "repository": "https://github.com/junct-bot/lido-mcp",
  "endpoint": "https://lido.mcp.junct.dev/mcp",
  "transport": [
    "streamable-http"
  ],
  "tags": [
    "read",
    "vault",
    "event"
  ],
  "version": "1.0.0",
  "author": "Junct",
  "llms_txt": "https://lido.mcp.junct.dev/llms.txt",
  "created_at": "2026-03-14T06:08:15.411Z"
}

Generated by Junct — agent-readiness infrastructure for crypto/DeFi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant