← metalend.tech

INDIVIDUAL MCP TOOL

submit_config

Submit a signed rebalancer configuration update.

metalend.technone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.metalend.tech/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submit_config and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

metalend.tech

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_balances — Get a wallet's deployed rebalancer balances broken down per token, per chain, and per protocol/pool, including net earnings and blended APY.
  • 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.