Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"aqua-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# AQUA MCP MCP server for managing **Liquid Network** and **Bitcoin** wallets through AI assistants like Claude. One mnemonic backs both networks (unified wallet). ## Features - **Generate & Import** - Create new wallets or import existing mnemonics - **Unified Wallet** - One mnemonic for Liquid and Bitcoin; `unified_balance` shows both - **Bitcoin (onchain)** - BIP84 wallets, balance and send via `btc_*` tools (BDK) - **Watch-Only** - Import CT descriptors for balance monitoring - **Send & Receive** - Full transaction support (L-BTC, BTC, and Liquid assets) - **Lightning** - Send and receive via Lightning using L-BTC (via Boltz & Ankara) - **Assets** - Native support for L-BTC, USDT, and all Liquid assets - **Secure** - Encrypted storage, no remote servers for keys ## Installation ### Recommended (uvx) If you don't have `uvx` installed: ```bash # macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # Windows powershell -c "irm https://astral.sh/uv/install.ps1 | iex" ``` Configure Claude Desktop (`~/.claude/claude_desktop_config.json`): ```json { "mcpServers": { "aqua-mcp": { "command": "/full/path/to/uvx", "args": ["aqua-mcp"] } } } ``` Find the full path to `uvx` with: ```bash which uvx # Example: /Users/yourname/.local/bin/uvx ``` Restart Claude Desktop and you're ready to use Bitcoin and Liquid wallets. ### For Developers Clone and install from source: ```bash git clone https://github.com/jan3dev/aqua-mcp.git cd aqua-mcp uv sync ``` Configure Claude Desktop using the full path to `uv` (find with `which uv`): ```json { "mcpServers": { "aqua-mcp": { "command": "/full/path/to/uv", "args": ["run", "--directory", "/absolute/path/to/aqua-mcp", "python", "-m", "aqua_mcp.server"] } } } ``` ## Quick Start Once connected, you can ask Claude to: - "Create a new wallet" (creates both Bitcoin and Liquid wallets from one mnemonic) - "Show my balance" / "What's my Bitcoin balance?" - "Generate a recei…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.