You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/ai-introduction.mdx
+32-18Lines changed: 32 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,43 +4,57 @@ title: The Graph's AI
4
4
5
5
Build with speed and scale faster with The Graph's AI.
6
6
7
-
## Using AI on The Graph?
7
+
## Using AI on The Graph
8
8
9
-
[Graph Assistant](/ai-suite/graph-assistant/introduction/) is a powerful **agentic** application that empowers users to easily interact with blockchain data. Ask questions in simple, natural language and get rich, AI powered insights. Both technical developers and non-technical product teams can move faster, make smarter decisions, and gain a clearer understanding than ever before.
10
-
11
-
Instead of relying on static datasets or centralized APIs, you can now access live, verifiable blockchain data using [Graph Assistant](/ai-suite/graph-assistant/introduction/), Subgraph MCP, and Token API MCP.
9
+
Instead of relying on static datasets or centralized APIs, you can now access live blockchain data through an **agentic** context using [Graph Assistant](/ai-suite/graph-assistant/introduction/), [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/), and [Token API MCP](/ai-suite/token-api-mcp/introduction/).
12
10
13
-
## Why Use Onchain Data with AI?
11
+
###Why Use Onchain Data with AI?
14
12
15
13
Using onchain data with AI unlocks powerful new ways to interact with and understand blockchain ecosystems.
16
14
17
-
-**AI as an interface**: Developers can use AI to interact directly with The Graph's data through their agents or build AI-powered applications on top of it. This streamlines development and opens up more intuitive, dynamic use cases.
18
-
-**AI as a product**: For non-technical users, AI can turn complex onchain data into accessible insights. Assistants powered by AI enable anyone to explore, analyze, or act on blockchain data, without requiring any coding.
15
+
-**AI for Non-Technical End Users**: AI can turn complex onchain data into accessible insights. Assistants powered by AI enable you to explore and analyze blockchain data, without requiring any coding.
16
+
-**AI for Developers**: You can use AI to interact directly with The Graph's data through your agents or build AI-powered applications on top of it. This streamlines development and opens up more intuitive, dynamic use cases.
17
+
18
+
## AI for Non-Technical/End Users
19
+
20
+
[Graph Assistant](/ai-suite/graph-assistant/introduction/) is a powerful **agentic** application that empowers users to easily interact with blockchain data. Ask questions in simple, natural language and get rich, AI powered insights. Both technical developers and non-technical product teams can move faster, make smarter decisions, and gain a clearer understanding than ever before.
19
21
20
22
### Benefits of Using Graph Assistant
21
23
22
-
-**Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, accurate results.
24
+
-**Natural language Input**: You don't need to write complex queries or sift through dashboards. Simply ask your question in plain English and get clear, structured results.
23
25
-**Multi-source support**: Works across multiple Subgraphs and The Graph's APIs. The assistant automatically determines which data source to use, so you don't have to switch tools or manage endpoints.
24
26
-**Schema-free access**: You don't need to understand the schema. You can refer to tokens, protocols, dates, or addresses using natural language. The assistant takes care of the rest.
25
27
26
-
There's no need to maintain backend infrastructure or manually pull and clean blockchain data.
27
-
28
-
## Conversational Querying with Graph Assistant
28
+
### Conversational Querying with Graph Assistant
29
29
30
30
**Example queries:**
31
31
32
-
- "Give me the daily volume on Uniswap."
33
32
- "List the top-5 swaps by USD value in the last 24 hours."
33
+
- "Give me the daily volume on Uniswap."
34
34
- "List the 20 most recently registered .eth names."
35
35
- "Whats the best liqudity pool to put my ETH into?"
36
36
- "Total delegated stake in The Graph network?"
37
37
38
-
Graph Assistant will eventually be a one-stop shop for interacting with The Graph. Right now, it's an agentic AI app that uses state-of-the-art AI techniques, LLMs, and MCPs to understand and answer your questions about Subgraph and Token API data.
38
+
[Graph Assistant](/ai-suite/graph-assistant/introduction/) will eventually be a one-stop shop for interacting with The Graph. Right now, it's an agentic AI app that uses state-of-the-art AI techniques, LLMs, and MCPs to understand and answer your questions about [Subgraphs](/subgraphs/developing/subgraphs/) and [Token API](/token-api/quick-start/) data.
39
+
40
+
## AI for Developers
41
+
42
+
### Enable Natural Language Access to Onchain Data
43
+
44
+
[Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) servers connect language models like Claude, Cline, and Cursor to blockchain data sources. They enable models to understand, query, and interact with structured onchain data using natural language. MCPs remove the need to write low-level queries or interact with APIs directly.
45
+
46
+
### Subgraph MCP
47
+
48
+
The [Subgraph MCP](/ai-suite/subgraph-mcp/introduction/) server connects models to Subgraphs on The Graph Network. It allows language models to explore Subgraph schemas, execute GraphQL queries, find relevant Subgraphs by keyword or contract, and surface usage metrics using natural language.
49
+
50
+
### Token API MCP
39
51
40
-
## Why This Matters?
52
+
The [Token API MCP](/ai-suite/token-api-mcp/introduction/) MCP server enables models to access onchain token data. It supports querying token metadata, wallet balances, transfer history, and top token holders through simple prompts.
41
53
42
-
Graph Assistant is a powerful agentic application that lets you interact with blockchain data using natural language through a simple chat interface. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code.
54
+
#### Benefits of Using Subgraph and Token API MCPs
43
55
44
-
- No custom backend
45
-
- No manual querying
46
-
- No deep GraphQL knowledge required
56
+
- Query Subgraphs and token data using natural language
57
+
- Access GraphQL schemas and token metadata without manual queries
58
+
- Find Subgraphs by keyword or contract and check 30-day usage
59
+
- Retrieve real-time data from The Graph and onchain token sources
60
+
- Get wallet balances, transfer history, and top token holders
Copy file name to clipboardExpand all lines: website/src/pages/en/ai-suite/graph-assistant/introduction.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: Introduction
3
3
---
4
4
5
-
Graph Assistant[BETA] gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
5
+
[Graph Assistant](https://graph-assistant.vercel.app/) gives instant, code-free access to blockchain data, transforming natural language into precise, AI-powered queries without the need to code.
6
6
7
7
## Overview
8
8
9
-
[Graph Assistant](https://graph-assistant.vercel.app/) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use interface for querying blockchain data using natural language.
9
+
[Graph Assistant](https://graph-assistant.vercel.app/) is an advanced, [agentic](/en/ai-suite/graph-assistant/faq/) easy-to-use chat interface for querying blockchain data using natural language. Unlike a basic chatbot, Graph Assistant can understand your intent, build complex queries, and execute them automatically. This gives you rich, AI-powered insights from onchain data without writing any code.
10
10
11
11
-**Automatically** interprets user intent, generates precise queries, executes them via The Graph's Subgraphs and Token API, and presents structured, AI-powered answers without requiring any code.
12
12
-**Removes** the technical complexity found in traditional dashboards or chatbots. It provides composable insights directly from indexed Subgraphs and Token datasets.
0 commit comments