Developer Tools
Trust: 32/100 (Limited)io.github.XCP/mcp-server Guide
Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.
by XCP
Quick Start
Install
npx @21e14/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-xcp-mcp-server": {
"command": "npx",
"args": [
"@21e14/mcp-server"
]
}
}
}