io.github.XCP/mcp-server✓
io.github.XCP/mcp-server · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.XCP/mcp-server",
"description": "Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.",
"repository": {
"url": "https://github.com/XCP/mcp-server",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "@21e14/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Counterparty node URL (default: https://api.counterparty.io:4000)",
"format": "string",
"name": "COUNTERPARTY_NODE"
},
{
"description": "WIF-encoded private key for transaction signing",
"format": "string",
"isSecret": true,
"name": "SIGNER_PRIVATE_KEY"
},
{
"description": "Bitcoin address for the signing key",
"format": "string",
"name": "SIGNER_ADDRESS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}