-
Notifications
You must be signed in to change notification settings - Fork 152
AI Revamp #987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AI Revamp #987
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
679744f
working draft
idalithb 23c9db9
Add icon to “AI Suite” section
benface e2cf2a1
updates
idalithb 9f80787
Edits
idalithb c7271bd
Updating
idalithb 49b16e0
More Updates
idalithb bc7ddbe
Edits
idalithb 3de4f2b
Adding disclaimer
idalithb d551092
Minor edits
idalithb 3ebe439
touchups
idalithb d02a035
Merge branch 'main' into ai-revamp
benface File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"graph-assistant": "Graph Assistant", | ||
"ai-introduction": "The Graph's AI" | ||
"ai-introduction": "The Graph's AI", | ||
"subgraph-mcp": "Subgraph MCP", | ||
"token-api-mcp": "Token API MCP" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
website/src/pages/en/subgraphs/mcp/_meta.js → ...c/pages/en/ai-suite/subgraph-mcp/_meta.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export default { | ||
introduction: '', | ||
claude: '', | ||
cline: '', | ||
cursor: '', | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
website/src/pages/en/ai-suite/subgraph-mcp/introduction.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Subgraph MCP Introduction | ||
sidebarTitle: 'Introduction' | ||
--- | ||
|
||
The Subgraph [Model Context Protocol](https://modelcontextprotocol.io/introduction) MCP server connects large language models like Claude, Cline, and Cursor directly to Subgraphs on The Graph Network. This integration enables you to explore Subgraph data, run queries, and find relevant deployments using natural language prompts. | ||
idalithb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## What You Can Do | ||
|
||
- Access GraphQL schemas for any Subgraph on The Graph Network | ||
- Run GraphQL queries on any Subgraph deployment | ||
- Discover top Subgraph deployments by keyword or contract address | ||
- Retrieve 30-day query volumes for Subgraph deployments | ||
- Ask questions about Subgraph data without writing GraphQL manually | ||
|
||
The Subgraph MCP server allows smooth integration with [Claude](/ai-suite/subgraph-mcp/claude/), [Cline](/ai-suite/subgraph-mcp/cline/), or [Cursor](/ai-suite/subgraph-mcp/cursor/), making blockchain data queries with The Graph Network a conversational experience. |
1 change: 1 addition & 0 deletions
1
website/src/pages/en/token-api/mcp/_meta.js → .../pages/en/ai-suite/token-api-mcp/_meta.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export default { | ||
introduction: '', | ||
claude: '', | ||
cline: '', | ||
cursor: '', | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
website/src/pages/en/ai-suite/token-api-mcp/introduction.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Token API MCP Introduction | ||
sidebarTitle: 'Introduction' | ||
--- | ||
|
||
The Token [Model Context Protocol](https://modelcontextprotocol.io/introduction) MCP server connects Claude, Cline, and Cursor to onchain token data using natural language. This integration allows each model to fetch token metadata, track balances, analyze transfers, and surface holder insights without manual queries. | ||
idalithb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## What You Can Do | ||
|
||
- Retrieve token metadata including name, symbol, decimals, total supply, and contract address | ||
- Get token balances for any wallet address holding a supported ERC-20 token | ||
- Fetch token transfer activity including sender, receiver, amount, and timestamp | ||
- Identify top holders and analyze token distribution | ||
- Ask natural language questions about token data without writing smart contract calls | ||
- Access historical transfer data to analyze token movement over time | ||
|
||
The Token MCP server provides [Claude](/ai-suite/token-api-mcp/claude/), [Cline](/ai-suite/token-api-mcp/cline/), and [Cursor](/ai-suite/token-api-mcp/cursor/) with direct, conversational access to onchain token data. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"mcp": "MCP", | ||
"evm": "EVM Endpoints", | ||
"monitoring": "Monitoring Endpoints", | ||
"faq": "FAQ" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.