qng-mcp
@Qitmeer
关于 qng-mcp
The mcp server for qng
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"qng_mcp_server",
"-rpc",
"http://127.0.0.1:8545"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is qng-mcp?
qng-mcp is an MCP (Model Context Protocol) server for the qng blockchain network. It exposes blockchain data through standard MCP tools, allowing AI assistants (via MCP clients like mcphost) to query block counts, block details, and state root information.
How to use qng-mcp?
Configure the server in either stdio or SSE mode. For stdio, run the server executable (docker or native) with -rpc pointing to a qng RPC endpoint (e.g., http://127.0.0.1:8545). For SSE, start the server with -t sse and set the client URL to http://localhost:8080/sse. Use an MCP client (e.g., mcphost) with the appropriate config file.
Key features of qng-mcp
- Supports stdio and SSE transport modes
- Provides tools for blockchain queries
- Extensible via
config.json - Works with any MCP‑compatible client
- Lightweight: runs as a Docker container or standalone executable
Use cases of qng-mcp
- Query the latest block count on the qng network
- Retrieve transaction details of a specific block by order
- Fetch state root and EVM state information for a given block
- Integrate qng blockchain data into AI‑powered assistants
- Extend server capabilities by editing
config.json
FAQ from qng-mcp
What is qng-mcp and what does it do?
It is an MCP server for the qng blockchain. It lets MCP clients (like mcphost) call tools to fetch block counts, blocks by order, and block state roots from a qng RPC endpoint.
How do I run qng-mcp?
You can run it via Docker (docker run -i --rm qng_mcp_server -rpc http://127.0.0.1:8545) or as a native executable (./qng_server.exe -rpc http://127.0.0.1:8545/). For SSE mode, start with -t sse.
What tools does qng-mcp expose?
Based on the example usage, the server provides at least three tools: get_block_count, get_block_by_order, and get_block_stateroot.
Can I add new capabilities to qng-mcp?
Yes. The README states: “If you want more capabilities please extend config.json”.
What are the transport and runtime requirements?
The server requires a running qng RPC endpoint (default http://127.0.0.1:8545). It supports stdio (via Docker or the native binary) and SSE (HTTP) transport. No additional authentication or dependencies are mentioned in the README.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论