MCP Directory

PaulieB14/graph-aave-mcp

GitHub
Productivity

AAVE V2/V3 lending protocol data across 7 chains via The Graph — reserves, user positions, health factors, liquidations, flash loans, and governance.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y graph-aave-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from PaulieB14/graph-aave-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "graph-aave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ]
    }
  }
}

Route PaulieB14/graph-aave-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add graph-aave-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use PaulieB14/graph-aave-mcp directly without routing

npx -y graph-aave-mcp

New to Agent-CoreX? View setup guide →

PaulieB14/graph-aave-mcp MCP Server — Agent-CoreX