Odel
mcp server

mcp server

Local
@xcp1TypeScriptMITUpdated 6mo ago

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

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).

npm@21e14/mcp-serverv1.0.1

Run

npx -y @21e14/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@21e14/mcp-server"
      ]
    }
  }
}