Back to Finance
The Graph Token API MCP
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.
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"the-graph-token-api-mcp": {
// See GitHub repository for configuration
}
}
}