TheGraph MCP Server
@kukapay
TheGraph MCP Server について
An MCP server that powers AI agents with indexed blockchain data from The Graph.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"thegraph-mcp": {
"command": "uv",
"args": [
"--directory",
"path/to/thegraph-mcp",
"run",
"main.py"
],
"env": {
"THEGRAPH_API_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is TheGraph MCP Server?
TheGraph MCP Server is an MCP server that powers AI agents with indexed blockchain data from The Graph. It is built for developers who want AI assistants to fetch and analyze on-chain data through subgraphs.
How to use TheGraph MCP Server?
Clone the repository and configure your MCP client with the uv command pointing to main.py. Set the THEGRAPH_API_KEY environment variable with your The Graph API key. Use the tools getSubgraphSchema and querySubgraph to fetch schema or run GraphQL queries.
Key features of TheGraph MCP Server
- Fetches subgraph schemas for query context
- Executes GraphQL queries against subgraphs
- Returns schemas in human-readable or JSON format
- Supports both AI-generated and manual queries
- Integrates with The Graph’s indexed blockchain data
Use cases of TheGraph MCP Server
- Explore a subgraph’s data model before writing queries
- Ask an AI to find top tokens by trading volume
- Analyze liquidity or swap events from a subgraph
- Combine schema discovery with custom data analysis
FAQ from TheGraph MCP Server
What kind of data does TheGraph MCP Server provide?
It provides indexed blockchain data from The Graph’s subgraphs, such as token prices, trading volumes, and swap events.
What are the runtime requirements?
Python 3.10 or higher, the uv package manager, and a valid The Graph API key configured in the environment variable THEGRAPH_API_KEY.
How is the server configured in a client?
Add a JSON entry under mcpServers with the command uv, args pointing to the cloned directory and main.py, and the API key in the env section.
Does TheGraph MCP Server support custom queries?
Yes, the querySubgraph tool executes any GraphQL query string, whether AI-generated or manually written.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
コメント