MCP Server
MCP
io.github.XCP/mcp-server
Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.
Install
npx -y @21e14/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment