Back to Browse

Mono MCP Server

FinanceLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.

About

Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.

Remote endpoints: streamable-http: https://mcp.bitview.space/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-bitcoinresearchkit-bitview": {
      "url": "https://mcp.bitview.space/"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Bitview and the Bitcoin Research Kit

MIT Licensed Bitview BRK Supported by OpenSats Discord

This monorepo contains two layers:

  • Bitcoin Research Kit (BRK): reusable Rust primitives for reading Bitcoin Core data, RPC, mempool tracking, storage, domain types, and the on-chain price oracle.
  • Bitview: the self-hostable application that composes BRK with a typed indexer and analytics plugin graph, query layer, REST server, website, and generated clients.

Together they turn a Bitcoin Core node into a local Bitcoin data platform for chain exploration, mempool data, and on-chain research. The official free hosted instance is bitview.space.

Bitcoin Core ──> BRK reader, RPC, and mempool ──> Bitview plugins
                                                      │
                                                      v
                                            Query + REST server
                                              │      │      │
                                              v      v      v
                                           Website Clients  MCP

See Architecture for the component and data-flow details.

Repository map

PathPurpose
crates/brk and crates/brk_*BRK umbrella crate and reusable Bitcoin primitives
crates/bitview_plugin_*Official indexing and analytics plugins
crates/bitview*Plugin contract, runtime, composition, query/server stack, daemon, code generation, and Rust clients
crates/{vecdb,rawdb,byteview,fjall,lsm-tree}Storage and data infrastructure
examples/custom_pluginRunnable external-plugin and custom-composition example
modules/bitview-clientJavaScript/TypeScript client
packages/bitview_clientPython client
website* and experimentsBrowser applications and research visualizations
docs, benches, docker, and scriptsProject documentation, measurements, packaging, and maintenance tooling

Each publishable crate or client owns its detailed usage documentation. The main README is only the map and common entrypoint.

Use Bitview

The hosted website, API, and MCP endpoint require no account or authentication:

curl https://bitview.space/api/mempool/price
curl https://bitview.space/api/series/count

The series catalog is discovered at runtime rather than documented as a hard-coded count. Use /api/series/search?q=<concept> to find identifiers.

Self-host Bitview

rustup update && RUSTFLAGS="-C target-cpu=native" cargo install --locked bitviewd
bitviewd

The default composition requires Linux or macOS, a Bitcoin Core node with RPC and readable blk*.dat files, about 290 GiB for Bitview plus Bitcoin Core storage and growth headroom, and 16 GB of RAM recommended for a full sync. The website and API listen on localhost:3110.

Bitview uses sparse files, so logical size is much larger than allocated disk space. Use du -sh ~/.bitview to measure actual usage.

See the bitviewd guide for installation, configuration, initial sync, storage, and custom compositions.

Build with BRK

Use the umbrella crate for BRK primitives without the full Bitview application:

[dependencies]
brk = { version = "0.11", features = ["reader", "rpc", "types"] }

See the brk crate guide for its feature map. For a new Bitview metric or composition, start with the custom plugin example and the bitview_plugin contract.

Develop

The repository pins its Rust toolchain in rust-toolchain.toml.

cargo check --workspace
cargo test --workspace

Documentation

Support and community

BRK is supported by OpenSats from December 2024 through June 2027.

Discord · X · Issues · Support

bc1pkqvzn3pepug695xtvwmpm0sjd6n9j55v792cwfruzkqzrf2jn47s3hq0ts

License

MIT

Reviews

No reviews yet

Be the first to review this server!