Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. Bitcoin Utxo MCP
Bitcoin Utxo MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:34:23 PM

Bitcoin Utxo MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
bitcoinblockchainutxoon-chain-data

MCP server for querying Bitcoin address UTXOs, block statistics, and a reusable Bitcoin flow analysis prompt.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for kukapay/bitcoin-utxo-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Overview

This Python MCP server retrieves UTXO details for Bitcoin addresses and transaction statistics for specific blocks. It also provides a prompt template for analyzing Bitcoin funds flow, network health, and potential market impacts from the returned data. Use it when an AI agent needs basic Bitcoin on-chain information.

Use cases

•Inspect UTXO counts and balances for a Bitcoin address
•Review transaction counts and values for a Bitcoin block
•Analyze Bitcoin funds flow from UTXO and block data
•Assess basic network activity using block statistics

Key features

•Query UTXOs by Bitcoin address
•Return UTXO counts and total BTC value
•Retrieve transaction details and confirmations
•Fetch block hash, transaction count, value, and time
•Generate a Bitcoin flow analysis prompt

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Bitcoin Utxo MCP.

Extracted Tool Capabilities
Query UTXOs by Bitcoin address
Return UTXO counts and total BTC value
Retrieve transaction details and confirmations
Fetch block hash, transaction count, value, and time
Generate a Bitcoin flow analysis prompt

Documentation Overview

Bitcoin UTXO MCP

An MCP server that tracks Bitcoin's Unspent Transaction Outputs (UTXO) and block statistics, giving AI agents direct access to essential on-chain data.

GitHub License Python Version Status

Features

  • Tools:
    • get_utxo: Retrieves UTXO details for a given Bitcoin address, including the number of UTXOs, total value in BTC, and transaction details.
    • get_block_stats: Fetches transaction statistics for a specific Bitcoin block, including block hash, transaction count, total value, and block time.
  • Prompt:
    • analyze_bitcoin_flow: A reusable prompt template for LLMs to analyze Bitcoin funds flow, network health, and potential market impacts based on UTXO and block data.

Installation

Prerequisites

  • Python: Version 3.10 or higher
  • uv: A fast and modern Python package manager (installation instructions)

Setup

  1. Clone the Repository:

    bash
    git clone https://github.com/kukapay/bitcoin-utxo-mcp.git
    cd bitcoin-utxo-mcp
    
  2. Install dependencies:

    bash
    uv sync
    
  3. Install to Claude Desktop:

    Install the server as a Claude Desktop application:

    bash
    uv run mcp install main.py --name "Bitcoin UTXO"
    

    Configuration file as a reference:

    config.json
    {
       "mcpServers": {
           "Bitcoin UTXO": {
               "command": "uv",
               "args": [ "--directory", "/path/to/bitcoin-utxo-mcp", "run", "main.py" ]
           }
       }
    }
    

    Replace /path/to/bitcoin-utxo-mcp with your actual installation path.

Usage

Available Tools and Prompts

  • Tools:
    • get_utxo(address: str): Returns UTXO details for a Bitcoin address, e.g., "Address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa: 50 UTXOs, Total Value: 50.00000000 BTC, UTXO Details: ...".
    • get_block_stats(block_height: int): Returns block statistics, e.g., "Block Height: 0, Block Hash: 000000000019d668..., Transactions: 1, Total Value: 50.00000000 BTC, Block Time: 1231006505".
  • Prompt:
    • analyze_bitcoin_flow(): Generates a prompt for LLMs to analyze UTXO and block data, e.g., "Analyze the provided Bitcoin UTXO and block data: What do the UTXO distributions indicate about funds flow? ...".

Example Interaction

Below are examples of natural language prompts you might use in an MCP-compatible client (e.g., Claude Desktop) and the corresponding outputs from the server, based on hypothetical Blockchain.com API responses.

  1. Get UTXO for a Bitcoin Address:

    • Prompt: "Show me the UTXO details for the Bitcoin genesis address."
    • Command: get_utxo("1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa")
    • Output:
      Code
      Address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa:
      50 UTXOs
      Total Value: 50.00000000 BTC
      UTXO Details:
      - TXID: 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b, Value: 50.00000000 BTC, Confirmations: 800000
      
  2. Get Block Statistics:

    • Prompt: "What's the transaction data for the Bitcoin genesis block?"
    • Command: get_block_stats(0)
    • Output:
      Code
      Block Height: 0
      Block Hash: 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f
      Transactions: 1
      Total Value: 50.00000000 BTC
      Block Time: 1231006505
      
  3. Analyze Bitcoin Flow:

    • Prompt: "Analyze Bitcoin funds flow and network health."
    • Command: analyze_bitcoin_flow()
    • Output (prompt sent to LLM for analysis):
      Code
      Analyze the provided Bitcoin UTXO and block data:
      - What do the UTXO distributions indicate about funds flow?
      - How does the block statistics reflect network health (e.g., transaction volume, congestion)?
      - Provide insights on potential market impacts or trends.
      
      • LLM Response (example, depends on the LLM):
        Code
        The UTXO distribution for the queried address shows a significant number of unspent outputs, indicating long-term holding behavior, possibly by an early adopter. The genesis block's single transaction with 50 BTC reflects the initial reward structure. Current block statistics suggest stable network health with consistent transaction volumes. High UTXO consolidation may signal preparation for large transfers, potentially impacting market liquidity if moved. Historically, such patterns precede price volatility.
        

License

This project is licensed under the MIT License. See the LICENSE file for details.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Bitcoin MCP logoBitcoin MCP

    Self-hosted Bitcoin Core MCP server — 43 tools, 6 prompts, and 7 resources. Fee intelligence with USD conversion and send-now-or-wait advice, mempool analysis, mining pool rankings, market sentiment, block/transaction inspection, and BTC price. Your local node or hosted via Satoshi API (zero install).

    💰 Finance & Fintech3 views
    Compare vs Bitcoin MCP →
  • Wallet Inspector MCP logoWallet Inspector MCP

    An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.

    💰 Finance & Fintech4 views
    Compare vs Wallet Inspector MCP →
  • Whale Tracker MCP logoWhale Tracker MCP

    A mcp server for tracking cryptocurrency whale transactions.

    💰 Finance & Fintech3 views
    Compare vs Whale Tracker MCP →
  • Alchemy MCP Server logoAlchemy MCP Server

    Allow AI agents to interact with Alchemy's blockchain APIs.

    💰 Finance & Fintech3 views
    Compare vs Alchemy MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Bitcoin Utxo MCP

It retrieves UTXO details for a Bitcoin address and statistics for a specified Bitcoin block.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBitcoin Utxo MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kukapay-bitcoin-utxo-mcp?style=directory)](https://allmcps.com/mcp/kukapay-bitcoin-utxo-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/kukapay-bitcoin-utxo-mcp"><img src="https://allmcps.com/api/badge/kukapay-bitcoin-utxo-mcp?style=directory" alt="Bitcoin Utxo MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedAug 11, 2026
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 19, 2025
32Quality signal: Emerging · 32/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to Bitcoin Utxo MCP →Install in Claude DesktopInstall in CursorInstall in VS Code