An alternative full node bitcoin implementation written in Go (golang)

6,690 stars Go Go 1 file ยท ~4,077 tokens #bitcoin#btcd#hacktoberfest

btcd MCP Server

MCP server for btcsuite/btcd

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "btcd": {
      "command": "npx",
      "args": [
        "-y",
        "@btcsuite/btcd"
      ]
    }
  }
}