thegraph-mcp logo

thegraph-mcpשרת MCP המס Opportunies AI לפעול דַנדata blockchain לַ Graph

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

שרת TheGraph MCP הוא שרת המאפשר סוכני בינה מלאכותית עם נתוני בלוקצ'יין מאונדקסים מ- The Graph. הוא מספק כלים לאחזור סכימות של גרפים חלקיים (subgraph schemas) והפעלת שאילתות GraphQL נגד גרפים חלקיים. השרת נועד לשימוש עם סוכני בינה מלאכותית, אך גם מאפשר יצירת שאילתות באופן ידני. כלי ה- 'getSubgraphSchema' מאחזר את הסכימה של תת-גרף שצוין, אשר מספק לסוכני בינה מלאכותית את ההקשר הדרוש כדי ליצור שאילתות GraphQL. ניתן להחזיר את הסכימה בפורמט GraphQL קריא לאדם או בפורמט סכימת JSON. הכלי 'querySubgraph' מבצע שאילתות GraphQL כנגד תת-גרף שצוין. שאילתות אלו נוצרות בדרך כלל על ידי בינה מלאכותית, אך ניתן ליצורן גם באופן ידני. השרת דורש תצורה, כולל הגדרת מפתח API עבור The Graph. הוא מורשה תחת רישיון MIT.

תכונות עיקריות

  • tool לַ getSubgraphSchema fetching schemas subgraph
  • tool querySubgraph executing queries GraphQL
  • Support humanReadable ו- JSON schema output formats
  • Configuration via client configuration file

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

Discovery הַ model data

Fetching schema subgraph specified to understand its data model Generate queries GraphQL

Data Querying

Executing queries GraphQL against subgraph specified to retrieve specific blockchain data

Analysis Powered by AI

Using the MCP server with agents AI to analyze blockchain data ו- identify trends or patterns

יתרונות וחסרונות

יתרונות

  • Provides access indexed blockchain data from The Graph
  • Allows fetching subgraph schemas Execute queries GraphQL
  • Supports both human-readable ו- JSON schema output formats
  • Can be utilisé with AI agents or for manual querying

חסרונות

  • Requires The Graph API key for configuration
  • Limited information on scalability, performance, ו- reliability
  • No pre-built releases or packages available

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

How do I execute a custom query against a subgraph?

Use the querySubgraph tool, providing the subgraphId and a valid GraphQL query string. The tool will return the query results in JSON format.

Asked by Katarzyna Zielinska · Jan 6, 2026

What output formats are available for schemas?

The getSubgraphSchema tool can return the schema either as a human‑readable GraphQL string (when asText=true) or as a JSON schema (when asText=false).

Asked by Femi Adebayo · Dec 4, 2025

Can I use the server with my own AI agent?

Yes, the server is designed for AI agents. It exposes two tools: getSubgraphSchema to provide schema context and querySubgraph to execute GraphQL queries, which can be generated by an AI or crafted manually.

Asked by Piotr Baranowski · Dec 1, 2025

What is required to start using theGraph MCP Server?

You need to clone the repository, install dependencies, and set your The Graph API key in the client configuration file (THEGRAPH_API_KEY). Then run the server via the provided command.

Asked by Mohammed Al-Amin · Nov 20, 2025

שאל שאלה

חלופות לשרתי MCP