com.renzoprotocol/mcp
Official9 toolsRenzo MCP Server
MCP server for Renzo protocol data, including chains, vaults, operators, and ezETH metrics.
Query Renzo protocol data including vaults, operators, chains, and ezETH metrics.
Captured live from the server via tools/list.
get_supported_chains
List all blockchain networks Renzo operates on, including supported products per chain
No parameters.
get_protocol_stats
Get aggregate Renzo protocol statistics: total TVL, per-ecosystem TVL, APRs, and supported chain count
No parameters.
get_ezeth_info
Get current ezETH metrics: APR, total supply, TVL, price, and exchange rate
No parameters.
get_operators
List Renzo protocol operators, optionally filtered by product (ezETH, pzETH, ezSOL, etc.)
Parameters (1)
- productstring
get_vaults
List Renzo vaults with current TVL and APR, optionally filtered by ecosystem (eigenlayer, symbiotic, jito, generic)
Parameters (1)
- ecosystemstring
get_vault_details
Get detailed information for a specific Renzo vault, including daily TVL snapshots, operators, and strategy parameters (current LTV, target LTV, max LTV) for reserve vaults. Pass a vault address or symbol (e.g. 'ezREZ', 'ezCompETH1').
Parameters (1)
- vaultIdstringrequired
get_vault_strategy
Get the strategy and AVS (Actively Validated Service) allocations for an EigenLayer vault. Shows where the vault's capital is deployed, how much is staked in each AVS, and which operators run the infrastructure. Supports ezETH, ezEIGEN, and ezREZ.
Parameters (1)
- vaultIdstringrequired
get_token_balances
Get a user's Renzo token balances on Ethereum mainnet (ezETH, pzETH, vault LP tokens) with ETH and USD values. Pass an Ethereum address.
Parameters (1)
- addressstringrequired
get_withdrawal_requests
Get a user's pending ezETH withdrawal requests from the WithdrawQueue contract, including amounts, claimability status, and time remaining. Pass an Ethereum address.
Parameters (1)
- addressstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.renzoprotocol.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.