# io.github.akarazhev/bitcoin-risk-brief (npm · @akarazhev/bitcoin-risk-brief-mcp)

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

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- npm · `@akarazhev/bitcoin-risk-brief-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/akarazhev-bitcoin-risk-brief/akarazhev-bitcoin-risk-brief-mcp.md), [page](https://verifymcp.io/servers/akarazhev-bitcoin-risk-brief/akarazhev-bitcoin-risk-brief-mcp)

## Channel facts

- Registry: `npm`
- Package: `@akarazhev/bitcoin-risk-brief-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 3 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 2 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 309 tokens (~61/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add akarazhev-bitcoin-risk-brief -- npx -y @akarazhev/bitcoin-risk-brief-mcp
```

### Codex

```bash
codex mcp add akarazhev-bitcoin-risk-brief -- npx -y @akarazhev/bitcoin-risk-brief-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "akarazhev-bitcoin-risk-brief": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@akarazhev/bitcoin-risk-brief-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add akarazhev-bitcoin-risk-brief --command npx --arg -y --arg @akarazhev/bitcoin-risk-brief-mcp
```

### Hermes

```yaml
mcp_servers:
  akarazhev-bitcoin-risk-brief:
    command: "npx"
    args: ["-y", "@akarazhev/bitcoin-risk-brief-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "akarazhev-bitcoin-risk-brief": {
      "command": "npx",
      "args": [
        "-y",
        "@akarazhev/bitcoin-risk-brief-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-18 (score 67, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-17 (score 52)

First indexed and scored.

## MCP tools (5)

### `check_readiness` (~57 tokens)

Report whether today's Bitcoin risk data can be trusted: the seven readiness checks, the date the data covers, how many days old it is, and the tolerance. Call this first when freshness matters. Analytics and research context, not financial advice.

### `get_current_risk` (~72 tokens)

Return the latest Bitcoin risk observation: the 0.0-1.0 risk value, its band (low, neutral, high), the HLC3 model price from the last completed daily candle (not a live quote), and that day's low and high. Analytics and research context, not financial advice.

### `get_risk_history` (~55 tokens)

Return the daily Bitcoin risk series, oldest first, for trend and charting questions. Defaults to the last 90 days; maximum 730. Analytics and research context, not financial advice.

Input parameters:

- `days` (integer)

### `get_risk_levels` (~54 tokens)

Return the solved price ladder: the BTC prices at which the model would report each risk level. Use this to answer what would have to change for the risk band to move. Analytics and research context, not financial advice.

### `get_brief` (~71 tokens)

Return the daily written brief in one locale: summary, what changed, what to avoid now, and what to confirm next. Available locales are en, ru, zh, de, fr, es, ar; defaults to en. Analytics and research context, not financial advice.

Input parameters:

- `locale` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/akarazhev-bitcoin-risk-brief/akarazhev-bitcoin-risk-brief-mcp#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 67
- 2026-08-18: 67
- 2026-08-17: 52

## Links

- npm package: https://www.npmjs.com/package/@akarazhev/bitcoin-risk-brief-mcp
- Socket report: https://socket.dev/npm/package/@akarazhev/bitcoin-risk-brief-mcp
- Repository: https://github.com/akarazhev/bitcoin-risk-brief
- Website: https://docs.bitcoinriskbrief.minihub.app/agents/mcp-server/
- Changelog RSS feed: https://verifymcp.io/servers/akarazhev-bitcoin-risk-brief/akarazhev-bitcoin-risk-brief-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/akarazhev-bitcoin-risk-brief/akarazhev-bitcoin-risk-brief-mcp.json
- HTML version of this page: https://verifymcp.io/servers/akarazhev-bitcoin-risk-brief/akarazhev-bitcoin-risk-brief-mcp
