1. Conduid
  2. Developer Tools
  3. Qng MCP
MCP server · Developer Tools

Qng MCP

The mcp server for qng

Unclaimed MIT last commit 11 months ago devtools
51Fair

Scored 4 months ago · breakdown

About Qng MCP

Qng MCP is an MCP server published by Qitmeer in the Developer Tools category: the mcp server for qng. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx qng-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Qng MCP

Powered by Claude · Grounded in docs

I know everything about Qng MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

qng-mcp

The mcp server for qng supports the Model Context Protocol(MCP)protocol

compile mcphost

use stdio mode

{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "qng_mcp_server",
        "-rpc",
        "http://127.0.0.1:8545"
      ]
    }
  }
}
{
    "mcpServers": {
        "qngserver": {
            "command": "./qng_server/qng_server.exe",
            "args": [
                "-rpc",
                "http://127.0.0.1:8545/"
            ]
        }
    }
}

.\mcphost.exe  -m ollama:qwen2.5:3b --config .\conf\stdio.json --debug

use sse mode

{
    "mcpServers": {
        "qngserver": {
            "url": "http://localhost:8080/sse"
        }
    }
}
# start server
.\qng_server -t sse
.\mcphost.exe  -m ollama:qwen2.5:3b --config .\conf\sse.json --debug
2025/04/26 09:21:20 INFO Model loaded provider=ollama model=qwen2.5:3b
2025/04/26 09:21:20 INFO Initializing server... name=qngserver
2025/04/26 09:21:20 INFO Server connected name=qngserver
2025/04/26 09:21:20 INFO Tools loaded server=qngserver count=3

  You: qng latest block count
2025/04/26 09:21:36 INFO 🔧 Using tool name=qngserver__get_block_count

  Assistant:


  The total number of qNG blocks in the latest zone is 9,590,345. Is there anything else you need to know about this information?



  You: qng  tx count of block order 1590344
2025/04/26 09:22:21 INFO 🔧 Using tool name=qngserver__get_block_by_order

  Assistant:


  The transaction count in the qNG block with order 1590344 is 1. This block contains only one transaction, which is a coinbase transaction that includes an asset transfer of 120,000,000,000 MEER tokens. Is there anything else you would like to know about this
  block?



  You: qng stateroot detail of order 1590344  
2025/04/26 09:23:00 INFO 🔧 Using tool name=qngserver__get_block_stateroot

  Assistant:


  For the qNG block with order 1590344, the stateroot details are as follows:

  • Hash: c5c045912d19ea72ec84dab22772a5307b37983154bd494f0cf94b402cee2e32
  • Order: 1590344
  • Height: 1584355
  • Valid: True
  • EVM State Root: 0xadd9acd10c9fd3a52956fc03d202867bbb8d19a5e8649e9047e751c4e6e444ce
  • EVM Height: 95296
  • EVM Head: 0x35c13f5238f51511f85d8c63f3a71683fdcd3351c14b3748fb6aaa5e1d827038
  • State Root: 920bf0c285558944cae4b8f4745a2453235d714fb3c6e5d3ced7b05ada08ee52

  Is there anything specific you would like to know about these details?

If you want more capabilities please extend config.json

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Qng MCP

How do I install Qng MCP?

Run npx qng-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Qng MCP safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Qng MCP still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.