From 9017f715ee9c3b3ca11b6fe3da4a32d17d1a84f4 Mon Sep 17 00:00:00 2001 From: Andrew <36178664+UrsaPolarisRecords@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:33:23 -0700 Subject: [PATCH] Update introduction.mdx Added section about the server allowing LLMs to make SQL queries on the DB, which is a significant differentiator. --- website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx b/website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx index d35905196d22..b61ad0a1c485 100644 --- a/website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx +++ b/website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx @@ -5,7 +5,7 @@ sidebarTitle: 'Introduction' Token API MCP server is an open-source implementation of [Anthropic's Model Context Protocol](https://modelcontextprotocol.io/introduction). -It makes on-chain token data, including metadata, balances, transfers, and holder statistics, accessible through a set of MCP tools. Any compatible client can use these tools to fetch and analyze token information through a standardized interface. +This MCP server makes on-chain token data, including metadata, balances, transfers, and holder statistics, accessible through a set of MCP tools. Any compatible client can use these tools to fetch and analyze token information through a standardized interface. It connects to The Graph's hosted Token API database, enabling AI assistants to query real-time blockchain data using natural language requests that get translated into optimized SQL queries. The server itself does not host any language model. It simply converts MCP calls into data look-ups and returns structured results, letting the client's own LLM incorporate the results.