Sui GraphQL MCP Server
Allows querying the Sui blockchain for checkpoints, balances, transactions, and simulating transactions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sui GraphQL MCP ServerWhat's the latest checkpoint on Sui?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sui GraphQL MCP Server
Query the Sui blockchain directly from Claude using GraphQL.
Installation
claude mcp add sui-graphql -- npx -y github:Sceat/sui-graphql-mcpRelated MCP server: Linera Counter MCP Server
Usage
Ask Claude to query Sui blockchain data:
"What's the latest checkpoint on Sui?"
"Show me the balance of address 0x5"
"Get recent transactions"
"Simulate this transaction"Network Configuration
Default: Testnet
To use other networks, edit your config (~/.claude.json):
{
"mcpServers": {
"sui-graphql": {
"env": {
"SUI_GRAPHQL_URL": "https://graphql.mainnet.sui.io/graphql"
}
}
}
}Available networks:
Testnet:
https://graphql.testnet.sui.io/graphql(default)Mainnet:
https://graphql.mainnet.sui.io/graphqlDevnet:
https://graphql.devnet.sui.io/graphql
Local Development
If you want to develop or modify the server:
git clone https://github.com/Sceat/sui-graphql-mcp.git
cd sui-graphql-mcp
npm install
chmod +x index.jsThen add to your Claude Code config:
{
"mcpServers": {
"sui-graphql": {
"command": "node",
"args": ["/path/to/sui-graphql-mcp/index.js"],
"env": {
"SUI_GRAPHQL_URL": "https://graphql.testnet.sui.io/graphql"
}
}
}
}Requirements
Node.js 18+
Claude Code
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA toolkit that integrates with the Sui blockchain, allowing Claude to request test tokens through a testnet faucet tool when users provide their wallet addresses.Last updated7114MIT
- Flicense-qualityDmaintenanceEnables Claude to increment and query a counter deployed on the Linera blockchain via natural language, using an Apollo MCP server bridge.Last updated4
- Flicense-qualityDmaintenanceEnables Claude to access, analyze, and visualize Solana blockchain data through natural language conversations.Last updated18
- Alicense-qualityDmaintenanceEnables querying personal data synced from services like Lunch Money and Strava using SQL via Claude.Last updated161MIT
Related MCP Connectors
Query onchain data across EVM, Solana, Bitcoin, Substrate, and Hyperliquid via the SQD Portal API.
Trade Robinhood through natural language in Claude Code.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sceat/sui-graphql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server