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.
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>"
}
}
}
}