Serversio.github.PaulieB14/graph-aave-mcp
M

io.github.PaulieB14/graph-aave-mcp

io.github.PaulieB14/graph-aave-mcp · v1.0.0
▦ npm
v1.0.0npm npm: graph-aave-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.PaulieB14/graph-aave-mcp",
  "description": "AAVE V2/V3 lending & governance MCP — 7 chains via The Graph subgraphs",
  "repository": {
    "url": "https://github.com/PaulieB14/graph-aave-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "graph-aave-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for The Graph network. Required to query subgraphs. Get one free at https://thegraph.com/studio/apikeys/",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GRAPH_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}