← Index

io.github.XCP/mcp-server

io.github.XCP/mcp-server·v1.0.1·Other
Quality Score
81
/100

Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@21e14/mcp-server"
      ],
      "env": {
        "COUNTERPARTY_NODE": "<counterparty_node>",
        "SIGNER_PRIVATE_KEY": "<your-signer_private_key>",
        "SIGNER_ADDRESS": "<signer_address>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@21e14/mcp-server"
      ],
      "env": {
        "COUNTERPARTY_NODE": "<counterparty_node>",
        "SIGNER_PRIVATE_KEY": "<your-signer_private_key>",
        "SIGNER_ADDRESS": "<signer_address>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @21e14/mcp-server
§02  Environment variables
COUNTERPARTY_NODE

Counterparty node URL (default: https://api.counterparty.io:4000)

SIGNER_PRIVATE_KEY
secret

WIF-encoded private key for transaction signing

SIGNER_ADDRESS

Bitcoin address for the signing key

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other