Getting Started
Connect to Moly in under a minute
Moly is an npm package. One command to set up, then add the MCP server to your AI agent.
Step 1: Run Setup Wizard
Terminal
npx @moly-mcp/lidoThis walks you through network, mode, wallet (private key or OWS vault), and AI provider. Config is saved to ~/.moly/config.json.
Step 2: Start the MCP Server
The setup wizard starts the MCP server automatically. To restart it manually:
Terminal
moly --serverSee Connect Any Agent for agent-specific config.
Step 3: Restart Your Agent
Most agents require a restart after config changes. After restarting, all 28 Lido tools will be available.
Step 3: Try It
What's the stETH balance for 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18?Simulate staking 0.1 ETHShow me recent governance proposalsDashboard
You can also use Moly through the web dashboard at moly-lido.vercel.app — it has an AI chat interface with the same 17 tools built in, plus a sidebar showing live balances and protocol stats.
Defaults
| Setting | Default | Change via |
|---|---|---|
| Mode | Simulation (dry-run) | moly setup or update_settings tool |
| Network | Testnet (Hoodi) | moly setup or update_settings tool |
| Wallet | None (required for live mode) | moly setup (OWS or raw key) |
Simulation mode is completely safe — no real transactions are sent. Switch to live mode via the setup wizard or the
update_settings tool.