Lido MCP Server (the-wunmi/lido-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 80 tools. No publisher has claimed this listing.

D
Caution
54/100

Lido MCP Server

Enables AI agents to interact with the Lido protocol for ETH staking, position management, and governance participation across Ethereum and L2 networks. It provides tools for querying balances, simulating transactions, and executing complex workflows like withdrawals and DAO voting through a safety-first interface.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

the-wunmi

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: ANTHROPIC_API_KEY, LIDO_PRIVATE_KEY, TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes80 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

lido_get_staking_apr
lido_get_aragon_vote
lido_vote_on_proposal
lido_analyze_aragon_vote
lido_get_aragon_vote_script
lido_get_aragon_vote_timeline
lido_get_balances
lido_get_chain_info
lido_convert_amounts
lido_get_easytrack_motions
lido_get_easytrack_motion
lido_get_easytrack_config

Get Easy Track system configuration: objection threshold, motion duration, motions count limit, and registered factories.

lido_get_easytrack_factories
lido_object_easytrack_motion
lido_check_gas_conditions
lido_lock_steth_governance
lido_unlock_steth_governance
lido_estimate_veto_impact
lido_get_veto_thresholds
lido_get_governance_timeline
lido_get_governance_position_impact
lido_get_governance_state
lido_get_voting_power
lido_l2_get_steth_balance
lido_l2_transfer_steth
lido_l2_get_wsteth_balance
lido_l2_transfer_wsteth
lido_get_all_l2_balances
lido_l2_get_wsteth_info
lido_analyze_position
lido_get_protocol_info
lido_get_staking_modules

List all staking router modules (curated, community, DVT, etc.) with their IDs and status.

lido_get_node_operators
lido_get_contract_addresses
lido_get_protocol_status
lido_get_rewards
lido_get_snapshot_proposals
lido_get_snapshot_proposal
lido_vote_on_snapshot
lido_stake_eth
lido_check_steth_rate
lido_list_vaults
lido_get_vault
lido_get_vault_hub_stats

Get VaultHub overview: total vault count, hub address, and factory address.

lido_vault_fund
lido_vault_withdraw
lido_vault_pause_beacon_deposits
lido_vault_resume_beacon_deposits
lido_vault_mint_shares
lido_vault_burn_shares
lido_vault_rebalance
lido_vault_create
lido_vault_request_validator_exit
lido_get_swap_quote
lido_swap_eth_for_ldo
lido_get_token_info

Get token metadata for stETH, wstETH, or LDO: name, symbol, decimals, total supply, and contract address.

lido_get_allowance
lido_approve_token
lido_transfer_token
lido_revoke_approval
lido_list_earn_vaults
lido_watch_vault
lido_unwatch_vault

Stop watching a vault. Unsubscribes from events and removes from config.

lido_add_rule
lido_remove_rule

Remove an alert rule from a watched vault by rule ID.

lido_test_notifications
lido_list_watches

List all watched vaults with their rules, thresholds, and latest status.

lido_check_vault
lido_get_vault_alerts

Get recent alerts from the vault monitor. Optionally filter by vault address.

lido_request_withdrawal
lido_claim_withdrawal
lido_get_withdrawal_requests
lido_get_claimable_eth

Get the total amount of ETH claimable from finalized withdrawal requests for an address.

lido_get_withdrawal_nft_owner
lido_transfer_withdrawal_nft
lido_approve_withdrawal_nft
lido_estimate_withdrawal_time
lido_wrap_steth_to_wsteth
lido_wrap_eth_to_wsteth
lido_unwrap_wsteth_to_steth
// known CVEs in dependencies4 high1 medium10 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highmathjs@15.1.1GHSA-29qv-4j9f-fjw5

Unsafe object property setter in mathjs

highmathjs@15.1.1GHSA-jvff-x2qm-6286

mathjs Allows Improperly Controlled Modification of Dynamically-Determined Object Attributes

highnodemailer@8.0.3GHSA-2x7j-588g-ccc2

Nodemailer: Quadratic (O(n²)) time complexity in addressparser allows remote denial of service via a crafted address list

highnodemailer@8.0.3GHSA-p6gq-j5cr-w38f

Nodemailer: Message-level raw option bypasses disableFileAccess/disableUrlAccess, enabling arbitrary file read and full-response SSRF in the delivered message

medium@anthropic-ai/sdk@0.80.0GHSA-p7fg-763f-g4gf

Claude SDK for TypeScript has Insecure Default File Permissions in Local Filesystem Memory Tool

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretANTHROPIC_API_KEYAI explanations (optional) — when is set, each alert is passed to Claude which generates a plain-language explanation covering:
configANTHROPIC_MODEL
configLIDO_ALLOWED_RECEIVERS
configLIDO_ARBITRUM_RPC_URL
configLIDO_BASE_RPC_URL
configLIDO_BSC_RPC_URL
configLIDO_LINEA_RPC_URL
configLIDO_MANTLE_RPC_URL
configLIDO_MAX_TRANSACTION_ETH
configLIDO_MODE
configLIDO_MODE_RPC_URL
configLIDO_OPTIMISM_RPC_URL
configLIDO_POLYGON_RPC_URL
🔐 secretLIDO_PRIVATE_KEY
configLIDO_SCROLL_RPC_URL
configLIDO_ZIRCUIT_RPC_URL
configLIDO_ZKSYNC_RPC_URL
configMAINNET_RPC_URL
🔐 secretTELEGRAM_BOT_TOKEN
configTELEGRAM_CHAT_ID
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deploySMTP_FROM
deploySMTP_HOST
deploySMTP_PASS
deploySMTP_PORT
deploySMTP_SECURE
deploySMTP_USER
// quality suggestions

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

27/80 tools referenced in tests (34%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 4 high severity in production deps — mathjs@15.1.1 (high), mathjs@15.1.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/the-wunmi/lido-mcp-server?variant=verified)](https://m8ven.ai/mcp/the-wunmi/lido-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 4b8079fe8c4353c85c9f04dcd2e8ac629fc5b400
code hash: 0fb8720c9cab706896f409c7a39b63eeb7a5603a4f7d1eb3fec09d2314e50243
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client