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/lidoThis 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
| Feature | Description |
|---|---|
| 28 Tools | Balance, staking, wrapping, withdrawals, governance, bridging, alerts, bounds, ledger |
| Dual Mode | Simulation (dry-run) and Live (real transactions) |
| Multi-Chain | Hoodi testnet and Ethereum mainnet |
| OWS Wallet | Encrypted key vault via Open Wallet Standard |
| Chat Dashboard | Web UI with AI agent at moly-lido.vercel.app |
| Self-Hostable | Clone 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
- MCP Server — configuration, custom headers, self-hosting
- Claude Code Setup — detailed walkthrough
- Tools Reference — all 28 tools documented
- Stake ETH Guide — your first staking interaction
- CLI Package — run a local MCP server with npx