Moly Documentation

AI-native Lido staking interface — MCP server + chat dashboard

Moly is an open-source project that brings the Lido staking protocol to AI assistants via the Model Context Protocol (MCP). Install the CLI, run the setup wizard, and your AI agent gets 28 Lido tools instantly.

Quickstart

Install the CLI and run the setup wizard:

Terminal
npx @moly-mcp/lido

This configures network, mode, and wallet, then starts the MCP server. Your AI assistant gets 28 Lido tools — balances, staking, wrapping, withdrawals, governance, bridging, alerts, and bounds.

💡
Want mainnet or live mode? Run moly setup or use the update_settings tool mid-session.

What You Get

FeatureDescription
28 ToolsBalance, staking, wrapping, withdrawals, governance, bridging, alerts, bounds, ledger
Dual ModeSimulation (dry-run) and Live (real transactions)
Multi-ChainHoodi testnet and Ethereum mainnet
OWS WalletEncrypted key vault via Open Wallet Standard
Chat DashboardWeb UI with AI agent at moly-lido.vercel.app
Self-HostableClone and run locally with Bun for full control

Architecture

┌─────────────┐     stdio       ┌──────────────┐     RPC      ┌────────────┐
│  AI Client   │ ◄─────────────► │  Moly CLI     │ ◄──────────► │  Ethereum   │
│  (Claude,    │   MCP protocol   │  @moly-mcp/   │   eth_call   │  (Hoodi /   │
│   Cursor)    │                  │  lido         │              │   Mainnet)  │
└─────────────┘                  └──────┬───────┘              └────────────┘
                                        │
                                 ┌──────┴───────┐
                                 │  OWS Vault    │
                                 │  ~/.ows/      │
                                 └──────────────┘

Quick Links