Nockchain Agent
Rank #32,771io.github.mizuki0x/nockchain-mcp
Moved to io.github.winter0x/nockchain-mcp. This entry is no longer updated.
Nockchain Agent is a Model Context Protocol (MCP) server published by winter0x. It ranks #32,771 of 115,591 servers tracked on MCP Toplist. Nockchain Agent is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 25, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 82,820 of 115,591 servers on MCP Toplist.
Use Nockchain Agent
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nockchain-mcp -e "NOCKCHAIN_ENDPOINTS=<your NOCKCHAIN_ENDPOINTS>" -e "NOCKCHAIN_MAX_STALENESS_SECONDS=<your NOCKCHAIN_MAX_STALENESS_SECONDS>" -e "NOCKCHAIN_MAX_HEIGHT_LAG=<your NOCKCHAIN_MAX_HEIGHT_LAG>" -- npx -y nockchain-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nockchain-mcp]
command = "npx"
args = ["-y", "nockchain-mcp"]
[mcp_servers.nockchain-mcp.env]
NOCKCHAIN_ENDPOINTS = "<your NOCKCHAIN_ENDPOINTS>"
NOCKCHAIN_MAX_STALENESS_SECONDS = "<your NOCKCHAIN_MAX_STALENESS_SECONDS>"
NOCKCHAIN_MAX_HEIGHT_LAG = "<your NOCKCHAIN_MAX_HEIGHT_LAG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<your NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<your NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<your NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<your NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<your NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<your NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nockchain-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<your NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<your NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<your NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<your NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<your NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<your NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<your NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<your NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<your NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mizuki0x%2Fnockchain-mcp)<a href="https://mcptoplist.com/server/io.github.mizuki0x%2Fnockchain-mcp"><img src="https://mcptoplist.com/badge/io.github.mizuki0x%2Fnockchain-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
winter0x
Other servers by winter0x
View all winter0x servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 25, 2026 |
| 0.1.0 | Aug 25, 2026 |
Frequently asked questions
- Who maintains Nockchain Agent?
- Nockchain Agent is maintained by winter0x, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Nockchain Agent listed on the Official MCP Registry?
- Yes — Nockchain Agent is listed on the Official MCP Registry.
- How many versions does Nockchain Agent have?
- MCP Toplist tracks 2 versions of Nockchain Agent, most recently published on Aug 25, 2026.
- Where can I find the source code for Nockchain Agent?
- The source code for Nockchain Agent is hosted at github.com/winter0x/nockchain-agent.