{
  "name": "graph-aave-mcp",
  "version": "4.1.21",
  "mcpName": "io.github.PaulieB14/graph-aave-mcp",
  "description": "MCP server for AAVE V2/V3/V4 — 46 tools across 16 Graph subgraphs + Aave V4 API + on-chain view contracts. Reserves, positions, cross-chain liquidation risk monitoring with live HF confirmation, governance, V4 hubs/spokes, exchange rates, swap quotes, rewards, protocol history, and a durable findings store that survives context compaction.",
  "type": "module",
  "bin": {
    "graph-aave-mcp": "build/index.js"
  },
  "main": "./build/index.js",
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "start": "node build/index.js",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "mcp",
    "aave",
    "defi",
    "lending",
    "thegraph",
    "subgraph",
    "ethereum",
    "health-factor",
    "liquidation",
    "liquidation-risk",
    "risk-monitoring",
    "governance",
    "ai",
    "claude",
    "cursor"
  ],
  "author": "PaulieB14",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PaulieB14/graph-aave-mcp.git"
  },
  "homepage": "https://github.com/PaulieB14/graph-aave-mcp#readme",
  "bugs": {
    "url": "https://github.com/PaulieB14/graph-aave-mcp/issues"
  },
  "dependencies": {
    "@aave-dao/aave-address-book": "^4.52.3",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "viem": "^2.50.4",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
