mcpbeat Sign in

Bitcoin Risk Brief MCP Server

by akarazhev Your server? Claim it
local only

Bitcoin Risk Brief runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 21 Sep 2026.

Daily Bitcoin risk with freshness state on every response. Research context, not advice.

Installs per day peak 16 · avg 5 · +33% w/w
a month agotoday
25
Installs / week
npm · @akarazhev/bitcoin-risk-brief-mcp
0
Stars
6 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation podman-compose.cloudflare.yml:7
    command: tunnel --no-autoupdate run
    environment:
      TUNNEL_TOKEN: ${CLOUDFLARE_TUNNEL_TOKEN:-}
Sends data to a third-party sink collector/collector/telegram.py:8
API_BASE = "https://api.telegram.org"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bitcoin-risk-brief -- npx -y @akarazhev/bitcoin-risk-brief-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bitcoin-risk-brief": {
      "args": [
        "-y",
        "@akarazhev/bitcoin-risk-brief-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bitcoin-risk-brief]
command = "npx"
args = ["-y", "@akarazhev/bitcoin-risk-brief-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bitcoin-risk-brief": {
      "args": [
        "-y",
        "@akarazhev/bitcoin-risk-brief-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bitcoin-risk-brief": {
      "args": [
        "-y",
        "@akarazhev/bitcoin-risk-brief-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BRB_API_BASE_URL (Base URL of the Bitcoin Risk Brief API. Defaults to the public instance at https://bitcoinriskbrief.minihub.app.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bitcoin Risk Brief

same job, measured the same way
Workflowy
by jbeshir

Search, read, create, and organize Workflowy nodes with breadcrumb context.

local only
Macaroon Bible Evidence
by macaroonnetwork

Read-only BSB and WEB Scripture evidence with provenance, context, comparison, and search.

11 tools answering
Whispernotes
by mazzzystar

Search, read, and create speech-to-text transcripts on-device with the Whisper Notes Mac app.

local only
Whentofly
by dimabalony

whentofly: flexible-date economy/business flight search + price-level context for AI agents

2 tools answering
Branco
by juan-branco

French legal research: statutes in force at any date, case law both ways, verified citations.

3 tools answering
Reaction Time Test MCP
by rocnubie

Free online reaction time test with five rounds, average milliseconds, rank context, daily streaks

local only
Hive Intelligence MCP
by hiveintelligence

Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call.

939 installs/wk 8 tools answering
MCPVault
by coburn2716

Search evidence-labelled MCP servers with freshness, install, compatibility and verification data.

59 installs/wk local only

Bitcoin Risk Brief — questions

Answers built from our own checks of this server.

Why is there no uptime for Bitcoin Risk Brief?
Bitcoin Risk Brief runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @akarazhev/bitcoin-risk-brief-mcp was installed 25 times last week.
How do I connect Bitcoin Risk Brief?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @akarazhev/bitcoin-risk-brief-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bitcoin Risk Brief?
The npm package @akarazhev/bitcoin-risk-brief-mcp was installed 25 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bitcoin Risk Brief open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 0 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.