bitcoin-staking-mcp

andre-stacks/bitcoin-staking-mcp
★ 0 stars TypeScript Other Updated today
A read-only, source-aware MCP server and concierge for Bitcoin Staking on Stacks.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}