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.
MCP endpoint URL
https://mcp.gogettest.online/mcp
Add it in one minute
Any MCP-capable client works. Here's the fastest path for the popular ones.
Claude (Pro/Team/Enterprise)
Settings → Connectors → Add custom connector. Paste the endpoint URL above and save. The tools appear in your next chat.
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.
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.
Curated overview of the UTEXO Protocol and its building blocks (RGB, Lightning, the EVM bridge, the Nitro enclave signer, the WDK).
Current chain tip height, recommended fee rates and a mempool summary.
Recommended sat/vByte fee rates for several confirmation targets.
Current BTC spot price in major fiat currencies (USD, EUR, GBP, JPY and more).
Estimate a transaction fee from its vsize (or input/output counts) at live fee rates.
Confirmed + mempool balance (sats and BTC) and transaction counts for any address.
Confirmation status, confirmations, fee, size/weight and I/O counts for a txid.
Header details by block height or hash: time, tx count, merkle root, difficulty and more.
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.