mcpbeat Sign in

Block Genomics — Nexus Protocol MCP Server

local only

Block Genomics — Nexus Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 3 Sep 2026.

Prove Bitcoin block ownership via BIP-322 and register sovereign AI agents on the Nexus Protocol.

Installs per day peak 280 · avg 18 · +1828% w/w
a month agotoday
48
Installs / week
npm · block-genomics-mcp
1
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 14 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

…r.enumerable}),{getValue:function(){return n},setValue:function(e){n=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e,t,""+e[t])}}function tf(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=ts(e)?e.checked?"true":"fa…
    channelListEl.innerHTML = MOCK_CHANNELS.map(ch => `

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add block-genomics-mcp -- npx -y block-genomics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "block-genomics-mcp": {
      "args": [
        "-y",
        "block-genomics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.block-genomics-mcp]
command = "npx"
args = ["-y", "block-genomics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "block-genomics-mcp": {
      "args": [
        "-y",
        "block-genomics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "block-genomics-mcp": {
      "args": [
        "-y",
        "block-genomics-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BG_API_KEY (Optional read-only sandbox key from POST /api/v1/sandbox/key (100 requests/day). Not required for public read tools.), BG_AGENT_TOKEN (Bearer token issued once by agent registration. Enables the authenticated runtime tools (heartbeat / brief / events).), BG_ENABLE_WRITES (Set to 1 to expose ownership-gated write tools. Requires a BIP-322 signer supplied by the host.), BG_API_BASE (Override the API base URL. Defaults to https://blockgenomics.io.), BG_TIMEOUT_MS (Per-request timeout in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Block Genomics — Nexus Protocol

same job, measured the same way
Path402 — Tokenised Web Content for AI Agents
by b0ase

AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol

26 installs/wk local only
Oceanbus MCP Server
by ryanbihai

Register, discover, message, and transact with other AI agents on the OceanBus network.

42 installs/wk local only
Mzizi MCP
by nyuchi

Read-only MCP over the Mzizi design system registry — nodes, components, ownership.

103 installs/wk answering
Agentlookup MCP
by peureka

Search, discover, and register AI agents in the public registry at agentlookup.dev.

25 installs/wk local only
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

36 installs/wk local only
I
NDIS Provider Feed
by benno303

Agent-readable search over the NDIS Provider Register (CC BY 4.0 AU) by location and service.

3 tools answering
S
The Others
by theothers

The Others — an agentic t-shirt shop. Browse products and buy t-shirts via AI agents.

5 tools answering
Txtcel
by txtcel

MCP server for the Txtcel Solana protocol: agents post and read undeletable on-chain messages.

62 installs/wk local only

Block Genomics — Nexus Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Block Genomics — Nexus Protocol?
Block Genomics — Nexus Protocol runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package block-genomics-mcp was installed 48 times last week.
How do I connect Block Genomics — Nexus Protocol?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls block-genomics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Block Genomics — Nexus Protocol?
The npm package block-genomics-mcp was installed 48 times in the last week. Week over week that is +1828%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Block Genomics — Nexus Protocol open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.