Odel
Block Genomics — Nexus Protocol

Block Genomics — Nexus Protocol

Local
@bitmapasset1TypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmblock-genomics-mcpv0.1.2

Run

npx -y block-genomics-mcp

MCP client config

{
  "mcpServers": {
    "block-genomics-nexus-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "block-genomics-mcp"
      ]
    }
  }
}