UTEXO MCP
Provides read-only Bitcoin tools for querying network status, fee estimates, address balances, transaction details, block information, and Merkle proof verification.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UTEXO MCPwhat's the current Bitcoin fee estimate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UTEXO MCP
A hosted Model Context Protocol server that gives Claude and other AI clients a set of secret-free Bitcoin & RGB tools — no API keys, nothing to install, nothing that can move funds.
Live: https://mcp.gogettest.online · Endpoint: https://mcp.gogettest.online/mcp · Docs: https://mcp.gogettest.online/docs
Add it to your AI
Client | How |
Claude (Pro/Team/Enterprise) | Settings → Connectors → Add custom connector → paste |
Cursor | One-click deep link on the site, or add |
VS Code (Copilot agent) | One-click deep link, or add an |
Claude Desktop / stdio |
|
Claude Desktop config:
{
"mcpServers": {
"utexo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.gogettest.online/mcp"]
}
}
}Related MCP server: Solana Agent Kit MCP Server
Tools
Tool | Description |
| Curated overview of the UTEXO Protocol and its building blocks. |
| Chain tip height, recommended fees and mempool summary. |
| Recommended sat/vByte fee rates by confirmation target. |
| Current BTC spot price in major fiat currencies. |
| Estimate a tx fee from vsize (or input/output counts) at live rates. |
| Balance (sats/BTC) and tx counts for a Bitcoin address. |
| Status, confirmations, fee and size for a txid. |
| Header details by block height or hash. |
| Offline Bitcoin SPV Merkle inclusion-proof verification (with position-binding hardening). |
All tools are read-only or fully offline. The server holds no secrets and cannot sign anything.
Run locally
npm install
PORT=8791 npm start
# MCP endpoint: http://127.0.0.1:8791/mcpEnvironment: PORT (default 8791), HOST (default 127.0.0.1),
BITCOIN_API_BASE (default https://mempool.space/api).
Architecture
Node.js (ESM), Express,
@modelcontextprotocol/sdk.Transport: Streamable HTTP, stateless (a fresh MCP server + transport per request).
The same Node process serves the static landing page and docs, plus the
/mcpendpoint.Deployed behind nginx with Let's Encrypt TLS and kept alive by PM2.
src/
server.mjs HTTP server + MCP wiring (Streamable HTTP, stateless)
tools.mjs tool definitions
bitcoin.mjs read-only mempool.space-compatible client
merkle.mjs pure Bitcoin Merkle-proof verification
public/
index.html landing page ("Add to Claude")
docs.html documentation
styles.cssLicense
MIT — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes.
Remote MCP server exposing 330 production AI-agent services for web/data processing, validation, AI utilities, blockchain/crypto utilities, and x402 pay-per-use access.
Free OpenAI-compatible inference with signed provenance receipts and 3 focused MCP tools.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server providing comprehensive access to the XRP Ledger (XRPL). This service enables AI models to interact with XRPL through standardized endpoints.4-
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that provides onchain tools for Claude AI, allowing it to interact with the Solana blockchain through a standardized interface for operations like managing assets, executing token operations, and retrieving network information.7-
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides real-time Bitcoin blockchain and mempool data to AI clients, allowing access to comprehensive Bitcoin network information through various data tools.314 npm5MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server providing tools for DB queries, API calls, file I/O, and text transformations, enabling AI agents like Claude to perform real-world actions.10MIT