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 "Install 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: Flow 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alicepoltora/utexo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server