Submit

The Graph Token API MCP

@The Graph

Official MCP server that turns The Graph’s Token API into a plug-and-play web3 data tool. Exposes ERC-20 & NFT metadata, balances, transfers, top-holder stats, prices, and more, allowing LLMs to run SQL queries on structured and indexed blockchain data.

Tools

list_databases

list_tables

describe_table

run_query

Server Config

{
  "mcpServers": {
    "token-api": {
      "command": "npx",
      "args": [
        "@pinax/mcp",
        "--sse-url",
        "https://token-api.mcp.thegraph.com/sse"
      ],
      "env": {
        "ACCESS_TOKEN": "<https://thegraph.market JWT Access Token>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.