INDIVIDUAL MCP TOOL
get_balances
Get a wallet's deployed rebalancer balances broken down per token, per chain, and per protocol/pool, including net earnings and blended APY.
LIVE ENDPOINT
https://mcp.metalend.tech/mcp
Connect to this endpoint to inspect the live schema for get_balances and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.metalend-rebalancer]
url = "https://mcp.metalend.tech/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"metalend-rebalancer": {
"type": "http",
"url": "https://mcp.metalend.tech/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: metalend-rebalancer
Remote MCP URL: https://mcp.metalend.tech/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"metalend-rebalancer": {
"url": "https://mcp.metalend.tech/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"metalend-rebalancer": {
"type": "http",
"url": "https://mcp.metalend.tech/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "metalend-rebalancer",
"transport": "streamable-http",
"url": "https://mcp.metalend.tech/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_pools— List all pools MetaLend's rebalancer can deposit into: protocol (Aave, Morpho, Euler), chain, APY breakdown (native/rewards/total/net-of-fee), TVL, liquidity, and the signData (protocolId, poolAddress, domainId) needed to build a rebalancer config.get_bridge_balances— Get a wallet's in-transit USDC bridge balances (funds moving cross-chain toward a destination pool), including estimated completion time.get_config— Get a wallet's current rebalancer configuration per token: which protocols/pools/chains are enabled, rebalance frequency, lifetime deposits/withdrawals/fees, and spending cap.get_default_config— Get MetaLend's recommended default rebalancer configuration for a given token symbol (e.get_rewards— Get a wallet's aggregated rewards/earnings across all reward sources (e.get_transaction_costs— Get constant on-behalf deposit/withdraw gas costs and minimum deposit/withdraw amounts for a token, broken down per supported chain.get_token_info— Get a token's on-chain metadata (display name, decimals, EIP-712 version) for a given chain.get_withdrawal_version— Get the contract signing version string required for the EIP-712 domain data used when signing a withdrawal.