Token导航 LogoToken导航TokenDH.com
Sui Graphql MCP logo
金融服务未说明官方级别未说明来源级核验

Sui Graphql MCP

MCP Server

通过GraphQL直接查询Sui区块链数据的服务,支持测试网、主网和开发网。

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
开发工具JavaScriptClaudeClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Sceat

提供方

Sceat

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Sui GraphQL MCP服务器

使用GraphQL直接从Claude查询Sui区块链。

安装

claude mcp add sui-graphql -- npx -y github:Sceat/sui-graphql-mcp

用法

请Claude查询Sui区块链数据:

"What's the latest checkpoint on Sui?"
"Show me the balance of address 0x5"
"Get recent transactions"
"Simulate this transaction"

网络配置

违约: 测试网

要使用其他网络,请编辑您的配置(~/.claude.json):

{
  "mcpServers": {
    "sui-graphql": {
      "env": {
        "SUI_GRAPHQL_URL": "https://graphql.mainnet.sui.io/graphql"
      }
    }
  }
}

可用网络:

  • 测试网: https://graphql.testnet.sui.io/graphql (默认)
  • 主网: https://graphql.mainnet.sui.io/graphql
  • 开发网: https://graphql.devnet.sui.io/graphql

地方发展

如果要开发或修改服务器:

git clone https://github.com/Sceat/sui-graphql-mcp.git
cd sui-graphql-mcp
npm install
chmod +x index.js

然后添加到您的Claude Code配置中:

{
  "mcpServers": {
    "sui-graphql": {
      "command": "node",
      "args": ["/path/to/sui-graphql-mcp/index.js"],
      "env": {
        "SUI_GRAPHQL_URL": "https://graphql.testnet.sui.io/graphql"
      }
    }
  }
}

需求

  • Node.js 18+
  • 克劳德代码

许可证

麻省理工学院

目录标签

目录标签

开发工具JavaScriptClaude区块链查询本地部署GraphQL接口Sui区块链

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP