Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/rabeles11/metalend-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "metalend-mcp": {
      "command": "node",
      "args": ["/path/to/metalend-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/rabeles11/metalend-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# MetaLend MCP

**Your co-pilot for stablecoin yield — from research all the way to execution.**

Browse, deposit, withdraw & rebalance stablecoin positions on Aave, Morpho & Euler.
Track yields, balances, rewards & rebalancer settings across all major EVM chains.

MetaLend is a remote MCP server that turns your AI agent into both a yield analyst
and a hands-on operator. Instead of manually comparing rates across lending
protocols and chains, MetaLend scans the market for you: it monitors the
best-paying pools for your specific stablecoins, highlights where you could earn a
higher APY, and lets you act on it — deposit, withdraw, or rebalance — without
leaving your agent.

No spreadsheets. No constant manual checking. No leaving money on the table.

---

## Non-custodial by design

MetaLend **never holds a private key and never signs anything itself.**

Every deposit, withdrawal, or config change is computed by the server and handed
back to you as a transaction to sign in your own wallet. The server then relays
your signed payload. You stay in full custody at every step.

---

## Install

Remote MCP server (Streamable HTTP):

```
https://mcp.metalend.tech/mcp
```

### Cursor

Add to `~/.cursor/mcp.json` (or a project `.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "metalend": {
      "type": "http",
      "url": "https://mcp.metalend.tech/mcp"
    }
  }
}
```

### Claude Code

```bash
claude mcp add --transport http metalend https://mcp.metalend.tech/mcp
```

### Claude Desktop / other clients

Point your client at the URL above using the HTTP (Streamable HTTP) transport.

---

## What you can do

- **Access live rates** — real-time yields across major protocols on multiple EVM chains
- **Track & alert** — monitor market shifts, compare current positions, surface a better yield
- **Monitor portfolios** — live balances, blended APY, and pending rewards for any public wallet address
- **Deposit & withdraw** — move stablecoins into the best pools or pull them back out
- **Rebalance & configure** — update which tokens and chains you track and your target allocation
- **Forecast actions** — look up transaction costs and minimum deposit amounts before committing

---

## Coverage

**Protocols:** Aave, Morpho, Euler

**Chains:** Multiple EVM chains, including Base, Ethereum, Polygon, Arbitrum, and Linea

---

## Tools

### Read-only discovery

| Tool | Purpose |
|---|---|
| `list_pools` | Live yields across protocols and chains |
| `get_balances` | Wallet balances and blended APY across every chain and pool |
| `get_bridge_balances` | Balances relevant to cross-chain moves |
| `get_rewards` | Unclaimed reward incentives across your pools |
| `get_config` | Your current rebalancer tracking preferences |
| `get_default_config` | Default rebalancer configuration |
| `get_token_info` | Token metadata and minimum deposit amounts |
| `get_transaction_costs` | Estimated gas / transaction costs per chain |
| `get_withdrawal_version` | Current withdrawal contract version |
| `get_deposit_status` / `get_withdrawal_status` | Status of a submitted deposit / withdrawal |

### Auth (wallet JWT)

| Tool | Purpose |
|---|---|
| `get_auth_challenge` | Get a SIWE challenge to sign |
| `submit_auth_verify` | Exchange the signed challenge for a wallet-scoped JWT |

### Write flows (`prepare_*` → sign → `submit_*`)

| Tool | Purpose |
|---|---|
| `prepare_deposit` / `submit_deposit` | Move stablecoins into a chosen pool |
| `prepare_withdrawal` / `submit_withdrawal` | Withdraw stablecoins from a pool |
| `prepare_config` / `submit_config` | Update rebalancer tokens, chains, and target allocation |

`prepare_*` computes everything and returns data for you to sign; it never signs.
`submit_*` relays a signature you produced yourself. The server holds no session
state — the wallet JWT from `get_auth_challenge` + `submit_auth_verify` is passed
explicitly on every `submit_*` call.

---

## Use cases

- Browse current stablecoin yields on Aave, Morpho, and Euler
- Compare rates across Base, Ethereum, Polygon, Arbitrum, and Linea
- Check a wallet's balances, blended APY, and pending rewards across every chain
- Deposit stablecoins into a chosen pool
- Withdraw stablecoins from a pool
- Move funds from a lower-yield pool into a higher-yield one
- Update rebalancer settings: which tokens and chains to track
- Set a target allocation so positions follow the best available yield
- Look up gas costs and minimum deposit amounts before moving funds
- Track unclaimed reward incentives across your pools
- Monitor a company treasury wallet across all chains in one view
- Get notified when a better yield becomes available

---

## Links

- Website: https://metalend.tech
- Transport: Streamable HTTP (remote MCP server)

---

## License

[MIT](./LICENSE)

Lo que la gente pregunta sobre metalend-mcp

¿Qué es rabeles11/metalend-mcp?

+

rabeles11/metalend-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala metalend-mcp?

+

Puedes instalar metalend-mcp clonando el repositorio (https://github.com/rabeles11/metalend-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rabeles11/metalend-mcp?

+

Nuestro agente de seguridad ha analizado rabeles11/metalend-mcp y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene rabeles11/metalend-mcp?

+

rabeles11/metalend-mcp es mantenido por rabeles11. La última actividad registrada en GitHub es del 2026-08-27, con 0 issues abiertos.

¿Hay alternativas a metalend-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega metalend-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rabeles11/metalend-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rabeles11-metalend-mcp)](https://claudewave.com/repo/rabeles11-metalend-mcp)
<a href="https://claudewave.com/repo/rabeles11-metalend-mcp"><img src="https://claudewave.com/api/badge/rabeles11-metalend-mcp" alt="Featured on ClaudeWave: rabeles11/metalend-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a metalend-mcp