Back to Browse

Nockchain Agent MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Moved to io.github.winter0x/nockchain-mcp. This entry is no longer updated.

About

Moved to io.github.winter0x/nockchain-mcp. This entry is no longer updated.

Security Report

5.2
Moderate5.2Moderate Risk

The nockchain-agent MCP server is well-architected with no critical security vulnerabilities. It implements proper read-only operations against a public blockchain API with solid error handling and input validation. The codebase demonstrates good security practices including validated amount handling, proper credential separation, and no exfiltration patterns. Minor code quality observations exist but do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue (1 critical, 0 high severity).

5 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Comma-separated host:port list that replaces the default endpoint pool. Prefix an entry with tls:// or plain:// to override the scheme.Optional

Environment variable: NOCKCHAIN_ENDPOINTS

Reject an endpoint whose chain state is older than this. Defaults to 900.Optional

Environment variable: NOCKCHAIN_MAX_STALENESS_SECONDS

Reject an endpoint trailing the best height in the pool by more than this. Defaults to 3.Optional

Environment variable: NOCKCHAIN_MAX_HEIGHT_LAG

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mizuki0x-nockchain-mcp": {
      "env": {
        "NOCKCHAIN_ENDPOINTS": "your-nockchain-endpoints-here",
        "NOCKCHAIN_MAX_HEIGHT_LAG": "your-nockchain-max-height-lag-here",
        "NOCKCHAIN_MAX_STALENESS_SECONDS": "your-nockchain-max-staleness-seconds-here"
      },
      "args": [
        "-y",
        "nockchain-agent"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!