euler-vaults-mcp

kukapay/euler-vaults-mcp

3.2

If you are the rightful owner of euler-vaults-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that provides instant access to Euler Finance lending vaults across 18+ chains.

Tools
2
Resources
0
Prompts
0

Euler Vaults MCP

An MCP server that provides instant access to Euler Finance lending vaults across 18+ chains.

License Node.js Status

Features

  • Two powerful tools:
    • list_vaults – All lending vaults for a given underlying asset (returned as a clean Markdown table)
    • get_vault_data – Full real-time details for any vault address
  • Supports 18+ chains (Mainnet, Base, Arbitrum, Optimism, Berachain, Sonic, Swell, BOB, Avalanche, and more)

Installation & Usage

  1. Clone the repository:

    git clone https://github.com/kukapay/euler-vaults-mcp.git
    cd euler-vaults-mcp
    
  2. Install dependencies:

    npm install
    
  3. Configure the MCP client(e.g., Claude Desktop):

    {
       "mcpServers": {
           "Lista Vaults": {
                "command": "node",
                "args": [ "/path/to/euler-vaults-mcp/index.js" ]
           }
       }
    }
    

    Replace /path/to/euler-vaults-mcp with your actual installation path.

Tools

list_vaults

chain: mainnet        // default: mainnet
asset: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48   // USDC, WETH, etc.

Returns all lending vaults using that asset as underlying, in a beautiful sortable Markdown table:

#Vault NameTVLSupply APYBorrow APYSupply CapAddress
1USDC Prime842.31 M5.67%7.21%0x6b175474e8...
2USDC Standard127.45 M4.92%6.80%500M0x38cF23C52e...

get_vault_data

chain: mainnet | base | arbitrum | ...
address: 0x...

Returns complete vault info including name, symbol, oracle, caps, real-time shares, borrows, cash, etc.:

# Euler V2 Vault • MAINNET

**Address** `0x6b175474e89094c44da98b954eedeac495271d0f`  
**Name** USDC (USDC)  
**Underlying** `0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48`  
**Decimals** 6

### Real-Time Stats
- Total Shares: 842351729.1842
- Total Borrows: 612847291.0531
- Cash: 229504438.1311
- Supply APY: 5.67%
- Borrow APY: 7.21%

[Open in App →](https://app.euler.finance/vault/0x6b175474e89094c44da98b954eedeac495271d0f?chain=mainnet)

License

This project is licensed under the MIT License - see the file for details.