● Model Context Protocol · Streamable HTTP

Give your AI Bitcoin & RGB superpowers

UTEXO MCP is a hosted Model Context Protocol server. Connect it to Claude, Cursor or VS Code and let your assistant read live Bitcoin data, verify SPV proofs and explore the UTEXO protocol — no API keys, no secrets, nothing to install.

Jump to your client:

MCP endpoint URL

https://mcp.gogettest.online/mcp
Detecting your setup…

Add it in one minute

Any MCP-capable client works. Here's the fastest path for the popular ones.

1

Claude (Pro/Team/Enterprise)

Settings → Connectors → Add custom connector. Paste the endpoint URL above and save. The tools appear in your next chat.

2

Cursor / VS Code

Click Add to Cursor or Add to VS Code above — the deep link pre-fills everything. Approve the connector and you're done.

3

Claude Desktop / stdio clients

Use the mcp-remote bridge — a ready-to-paste config is in the docs.

Tools included

All read-only or fully offline. The server never asks for keys, seeds or signatures.

utexo_project_info

Curated overview of the UTEXO Protocol and its building blocks (RGB, Lightning, the EVM bridge, the Nitro enclave signer, the WDK).

bitcoin_network_status

Current chain tip height, recommended fee rates and a mempool summary.

bitcoin_fee_estimates

Recommended sat/vByte fee rates for several confirmation targets.

bitcoin_price

Current BTC spot price in major fiat currencies (USD, EUR, GBP, JPY and more).

estimate_transaction_fee

Estimate a transaction fee from its vsize (or input/output counts) at live fee rates.

bitcoin_address

Confirmed + mempool balance (sats and BTC) and transaction counts for any address.

bitcoin_transaction

Confirmation status, confirmations, fee, size/weight and I/O counts for a txid.

bitcoin_block

Header details by block height or hash: time, tx count, merkle root, difficulty and more.

verify_merkle_proof

Offline Bitcoin SPV Merkle inclusion-proof verification, with position-binding hardening.

Try it live

Call the MCP server right here — the same JSON-RPC endpoint your AI client uses.

// Pick a tool and press "Run tool" — the JSON result appears here.

Runs against POST /mcp in your browser. Read-only; nothing is stored.

Prefer JSON config?

For Claude Desktop and other stdio-only clients, add this to your config and restart the app.

{
  "mcpServers": {
    "utexo": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.gogettest.online/mcp"]
    }
  }
}

Native remote-MCP clients can skip mcp-remote and use the URL directly. Full details are in the documentation.

Copied to clipboard