{
  "markdown": "# MetaLend MCP\n\n**Your co-pilot for stablecoin yield — from research all the way to execution.**\n\nBrowse, deposit, withdraw & rebalance stablecoin positions on Aave, Morpho & Euler.\nTrack yields, balances, rewards & rebalancer settings across all major EVM chains.\n\nMetaLend is a remote MCP server that turns your AI agent into both a yield analyst\nand a hands-on operator. Instead of manually comparing rates across lending\nprotocols and chains, MetaLend scans the market for you: it monitors the\nbest-paying pools for your specific stablecoins, highlights where you could earn a\nhigher APY, and lets you act on it — deposit, withdraw, or rebalance — without\nleaving your agent.\n\nNo spreadsheets. No constant manual checking. No leaving money on the table.\n\n---\n\n## Non-custodial by design\n\nMetaLend **never holds a private key and never signs anything itself.**\n\nEvery deposit, withdrawal, or config change is computed by the server and handed\nback to you as a transaction to sign in your own wallet. The server then relays\nyour signed payload. You stay in full custody at every step.\n\n---\n\n## Install\n\nRemote MCP server (Streamable HTTP):\n\n```\nhttps://mcp.metalend.tech/mcp\n```\n\n### Cursor\n\nAdd to `~/.cursor/mcp.json` (or a project `.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"metalend\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.metalend.tech/mcp\"\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http metalend https://mcp.metalend.tech/mcp\n```\n\n### Claude Desktop / other clients\n\nPoint your client at the URL above using the HTTP (Streamable HTTP) transport.\n\n---\n\n## What you can do\n\n- **Access live rates** — real-time yields across major protocols on multiple EVM chains\n- **Track & alert** — monitor market shifts, compare current positions, surface a better yield\n- **Monitor portfolios** — live balances, blended APY, and pending rewards for any public wallet address\n- **Deposit & withdraw** — move stablecoins into the best pools or pull them back out\n- **Rebalance & configure** — update which tokens and chains you track and your target allocation\n- **Forecast actions** — look up transaction costs and minimum deposit amounts before committing\n\n---\n\n## Coverage\n\n**Protocols:** Aave, Morpho, Euler\n\n**Chains:** Multiple EVM chains, including Base, Ethereum, Polygon, Arbitrum, and Linea\n\n---\n\n## Tools\n\n### Read-only discovery\n\n| Tool | Purpose |\n|---|---|\n| `list_pools` | Live yields across protocols and chains |\n| `get_balances` | Wallet balances and blended APY across every chain and pool |\n| `get_bridge_balances` | Balances relevant to cross-chain moves |\n| `get_rewards` | Unclaimed reward incentives across your pools |\n| `get_config` | Your current rebalancer tracking preferences |\n| `get_default_config` | Default rebalancer configuration |\n| `get_token_info` | Token metadata and minimum deposit amounts |\n| `get_transaction_costs` | Estimated gas / transaction costs per chain |\n| `get_withdrawal_version` | Current withdrawal contract version |\n| `get_deposit_status` / `get_withdrawal_status` | Status of a submitted deposit / withdrawal |\n\n### Auth (wallet JWT)\n\n| Tool | Purpose |\n|---|---|\n| `get_auth_challenge` | Get a SIWE challenge to sign |\n| `submit_auth_verify` | Exchange the signed challenge for a wallet-scoped JWT |\n\n### Write flows (`prepare_*` → sign → `submit_*`)\n\n| Tool | Purpose |\n|---|---|\n| `prepare_deposit` / `submit_deposit` | Move stablecoins into a chosen pool |\n| `prepare_withdrawal` / `submit_withdrawal` | Withdraw stablecoins from a pool |\n| `prepare_config` / `submit_config` | Update rebalancer tokens, chains, and target allocation |\n\n`prepare_*` computes everything and returns data for you to sign; it never signs.\n`submit_*` relays a signature you produced yourself. The server holds no session\nstate — the wallet JWT from `get_auth_challenge` + `submit_auth_verify` is passed\nexplicitly on every `submit_*` call.\n\n---\n\n## Use cases\n\n- Browse current stablecoin yields on Aave, Morpho, and Euler\n- Compare rates across Base, Ethereum, Polygon, Arbitrum, and Linea\n- Check a wallet's balances, blended APY, and pending rewards across every chain\n- Deposit stablecoins into a chosen pool\n- Withdraw stablecoins from a pool\n- Move funds from a lower-yield pool into a higher-yield one\n- Update rebalancer settings: which tokens and chains to track\n- Set a target allocation so positions follow the best available yield\n- Look up gas costs and minimum deposit amounts before moving funds\n- Track unclaimed reward incentives across your pools\n- Monitor a company treasury wallet across all chains in one view\n- Get notified when a better yield becomes available\n\n---\n\n## Links\n\n- Website: https://metalend.tech\n- Transport: Streamable HTTP (remote MCP server)\n\n---\n\n## License\n\n[MIT](./LICENSE)\n",
  "bytes": 4801,
  "sha": "4c355e8c28d6f2bd0d979d0a475dc306d7ee72b6ba8c45cef8b450c9f7888f3d",
  "repo_slug": "rabeles11/metalend-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rabeles11_metalend_afce9dc5/readme"
}