Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.blocklens/blocklens-mcp-server

NPM · BLOCKLENS-MCP-SERVER · SCANNED AUG 3

Bitcoin on-chain analytics — 109 metrics: MVRV, SOPR, NUPL, HODL Waves, CDD, cycles & more

+15 this week 66 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2537 tokens (~158/item across 16 items; 15 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · blocklens-mcp-server

# add to Claude Code
claude mcp add blocklens-blocklens-mcp-server -- npx -y blocklens-mcp-server
# add to Codex CLI
codex mcp add blocklens-blocklens-mcp-server -- npx -y blocklens-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "blocklens-blocklens-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "blocklens-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add blocklens-blocklens-mcp-server --command npx --arg -y --arg blocklens-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  blocklens-blocklens-mcp-server:
    command: "npx"
    args: ["-y", "blocklens-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "blocklens-blocklens-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "blocklens-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +36
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −26
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 51

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~2,522 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_blockchain ~92

Get blockchain network metrics: block height or daily blocks mined.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
metricstringyesBlockchain metric: "block_height" or "blocks_mined"
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.

No output schema declared.

No examples provided.

get_categories ~39

List all metric categories with counts and metric IDs in each. Categories include: price, supply, valuation, profit. Useful for discovering what data is available.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_cohort_metrics ~207

Get age cohort metrics: supply (BTC), realized cap (USD), and realized price (USD) for a specific UTXO age bracket. 12 cohorts from <24h to 10y+. Used for HODL Waves analysis to track accumulation/distribution by coin age.

NameTypeReqDescription
cohortstringyesAge cohort: 24h, 1d_1w, 1w_1m, 1m_3m, 3m_6m, 6m_12m, 1y_2y, 2y_3y, 3y_5y, 5y_7y, 7y_10y, 10y_plus
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.

No output schema declared.

No examples provided.

get_coindays ~118

Get Coin Days metrics: CDD, binary CDD, supply-adjusted CDD, liveliness, vaultedness, dormancy, dormancy flow, transferred price, and transfer volume. Coin Days measure the economic weight of Bitcoin transactions by accounting for both amount and holding time.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.

No output schema declared.

No examples provided.

get_cycle_performance ~129

Get Bitcoin cycle performance data. Shows price progression indexed from cycle reference points (lows, ATHs, halvings). Without type parameter returns aggregate cycle comparison; with type returns individual cycle tracks.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.
typestringCycle reference point type: "low", "ath", or "halving". Omit for aggregate comparison.

No output schema declared.

No examples provided.

get_holder_profit ~110

Get Bitcoin profit metrics: LTH/STH Realized P/L (USD) and SOPR (Spent Output Profit Ratio). SOPR > 1 means coins moved at profit; < 1 means at loss. Requires Pro tier API key.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.

No output schema declared.

No examples provided.

get_holder_supply ~109

Get Bitcoin holder supply breakdown: Long-Term Holder (LTH) supply, Short-Term Holder (STH) supply, and circulating supply. LTH = held >155 days, STH = held <155 days. Values in BTC.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.

No output schema declared.

No examples provided.

get_holder_valuation ~127

Get Bitcoin valuation metrics: Realized Cap (USD), Realized Price (USD), LTH/STH Realized Cap and Price, MVRV ratio (Market Value / Realized Value), and Unrealized P/L. MVRV > 3.5 historically signals overheating; < 1 signals undervaluation.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.

No output schema declared.

No examples provided.

get_latest_metrics ~43

Get the most recent snapshot across all metric categories (price, supply, valuation, profit) in a single call. Ideal for a quick market overview without specifying date ranges.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_metric ~78

Get the full definition of a single metric by its ID. Returns name, description, category, endpoint, unit, access tier, documentation, and related metrics. Use search_metrics or list_metrics first to find metric IDs.

NameTypeReqDescription
metric_idstringyesMetric identifier (e.g. "lth_supply", "price", "sth_sopr")

No output schema declared.

No examples provided.

get_prices ~107

Get daily OHLC prices (open/high/low/close in USD), market cap, and 24h trading volume. Returns one row per day, newest first.

NameTypeReqDescription
daysintegerNumber of daily data points to return
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
start_datestringStart date (YYYY-MM-DD). Overrides days param when set.
symbolstringCryptocurrency symbol (default: BTC)

No output schema declared.

No examples provided.

get_utxo_history ~127

Get UTXO set breakdown by age cohort. Shows token amounts (BTC) and USD values for each cohort date. Useful for analyzing coin dormancy and accumulation patterns — when dormant supply moves, it often precedes price action.

NameTypeReqDescription
cohort_endstringEnd of cohort date range (YYYY-MM-DD)
cohort_startstringStart of cohort date range (YYYY-MM-DD)
date_processedstringSpecific processing date (YYYY-MM-DD). Returns the UTXO snapshot for that day.
daysintegerNumber of records to return

No output schema declared.

No examples provided.

list_metrics ~43

List all available on-chain metrics with descriptions, categories, and tier requirements. Returns id, name, description, category, unit, endpoint, and access tier for each metric.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

render_chart ~1,123

Render a Bitcoin on-chain analytics chart as a PNG image. Supports single metrics, multiple metrics, templates, computed formulas, and full customization. Use this when the user asks to "show", "chart", "plot", "graph", or "visualize" any metric. Smart defaults: just provide metric IDs and you get a beautiful chart. Customize with optional params. Supports custom Y-axes with vertical zones (stack volume below price), domain clamping, reference lines, reference areas, and computed formula series. IMPORTANT — Multi-axis guidance for different units: When combining metrics with different units (e.g., BTC supply + USD price, or a dimensionless ratio + USD), ALWAYS place them on separate Y-axes. Otherwise one metric will appear as a flat line near zero due to scale mismatch. Use list_metrics to check the "unit" field and assign metrics with different units to different axes (left vs right). Examples: - Simple: render_chart({ metric: "price" }) - Multi-metric: render_chart({ metrics: ["lth_supply", "sth_supply"], days: 730, style: "area" }) - Template: render_chart({ template: "mvrv_ratio" }) - Custom: render_chart({ metrics: [{ id: "price", axis: "right" }, { id: "lth_mvrv", axis: "left" }], days: 365, title: "Price vs MVRV" }) - Multi-unit (separate axes): render_chart({ metrics: [{ id: "lth_supply", axis: "left" }, { id: "price", axis: "right" }], days: 365 }) - Vertical zones: render_chart({ metrics: [{ id: "price", y_axis_id: "ax-p" }, { id: "volume", y_axis_id: "ax-v", style: "bar" }], y_axes: [{ id: "ax-p", side: "right", range: [20, 100] }, { id: "ax-v", side: "left", range: [0, 20] }] }) - Reference line: render_chart({ metric: "lth_mvrv", reference_lines: [{ y: 3.5, label: "Overheated", stroke: "#ef4444", dash: "3 3" }] }) - Reference area: render_chart({ metric: "lth_mvrv", reference_areas: [{ y1: 0, y2: 0.85, label: "Undervalued", fill: "#22c55e", fill_opacity: 0.15 }] }) - Formula (ratio): render_chart({ metrics: [{ id: "lth_supply" }, { id: "sth_supply…

NameTypeReqDescription
daysintegerDays of history (default: 365)
end_datestringEnd date (YYYY-MM-DD). Defaults to today.
formatstringOutput format: png (image) or json (metadata)
formulasarrayComputed series derived from metric data. Formulas reference metrics by position (m1, m2, ...) and support arithmetic (+, -, *, /). Use together with metrics to add derived indicators.
heightintegerImage height in pixels
metricstringSingle metric ID (e.g., "price", "lth_supply", "lth_mvrv"). Use list_metrics to discover IDs.
metricsMultiple metrics. Pass as string array ["price", "lth_supply"] for simple, or objects for customization.
overlaystringAdd BTC price overlay (subtle dashed line)
reference_areasarrayShaded reference zones between two Y values. Example: highlight when MVRV < 0.85
reference_linesarrayHorizontal reference lines on the chart
scalestringY-axis scale
start_datestringStart date (YYYY-MM-DD). Overrides days.
stylestringDefault chart style for all metrics
templatestringChart template ID. Templates: price, price_volume, market_cap, holder_supply, mvrv_ratio, realized_price, realized_cap, unrealized_pl, realized_pl, sopr, block_height, realized_volatility, coindays_d…
themestringColor theme: light or dark
titlestringChart title (auto-generated if omitted)
widthintegerImage width in pixels
y_axesarrayCustom Y-axes with vertical zones. Use range to stack axes (e.g. volume [0,20], price [20,100]). Use domain_min/domain_max to clamp axis bounds.

No output schema declared.

No examples provided.

search_metrics ~70

Search available metrics by name or description. Returns matching metrics with their IDs, API endpoints, access tiers, and descriptions. Use this to discover which metrics are available before fetching data.

NameTypeReqDescription
querystringyesSearch query (e.g. "realized price", "supply", "MVRV")

No output schema declared.

No examples provided.