io.github.XCP/mcp-server
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_NODECounterparty node URL (default: https://api.counterparty.io:4000)
SIGNER_PRIVATE_KEYsecret
WIF-encoded private key for transaction signing
SIGNER_ADDRESSBitcoin address for the signing key
§03 MCP Quality Score · methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.