daxib

daxchain-io/daxib
★ 1 stars Go Code/Dev Tools Updated 1d ago
Agent-first Bitcoin wallet in Go: CLI + MCP server with local custody, JSON workflows, and spend-limit guardrails.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "daxib": {
      "command": "go",
      "args": [
        "run",
        "github.com/daxchain-io/daxib@latest"
      ]
    }
  }
}

README Excerpt

**The Bitcoin wallet for AI.** An agent-first Bitcoin CLI wallet in Go, with a built-in MCP server. Non-interactive flags/env/stdin, `--json` everywhere, deterministic exit codes, sealed spend-limit guardrails, and a one-core/two-frontends architecture so the CLI and the MCP server traverse the *exact same* wallet logic — and the *exact same* guardrails.

Topics

ai-agentsbitcoinbitcoin-walletblockchainbtcclicryptocurrencygolangmcpmodel-context-protocolself-custodywalletweb3