A read-only, source-aware MCP server and concierge for Bitcoin Staking on Stacks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bitcoin-staking-mcp": {
"command": "npx",
"args": [
"-y",
"andre-stacks/bitcoin-staking-mcp"
]
}
}
}
Run in terminal:
claude mcp add bitcoin-staking-mcp npx -y andre-stacks/bitcoin-staking-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bitcoin-staking-mcp": {
"command": "npx",
"args": [
"-y",
"andre-stacks/bitcoin-staking-mcp"
]
}
}
}