Bitcoin on-chain analytics: 85+ metrics including MVRV, SOPR, realized price, holder data
Bitcoin on-chain analytics: 85+ metrics including MVRV, SOPR, realized price, holder data. Exposed over MCP by the blocklens mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
MCP (Model Context Protocol) server for Blocklens Bitcoin on-chain analytics. Connect your AI agent to 127 on-chain metrics computed from raw blockchain data — no API wrappers, no delays.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
list_metrics — List all 127 available metrics with categories and tierssearch_metrics — Search metrics by keywordget_metric — Get full definition of a single metricget_categories — List metric categories with countsget_prices — BTC daily OHLC, market cap, volume, drawdown, realized volatility (1W–1Y)get_holder_supply — LTH/STH supply breakdown, circulating supplyget_holder_valuation — Realized cap/price, MVRV, thermo cap, delta cap, balanced price, investor capget_holder_profit — NUPL, realized/unrealized P/L, SOPR — LTH/STH breakdowns (Pro tier)get_cohort_metrics — Age cohort supply, realized cap, realized price (12 age brackets)get_utxo_history — UTXO set breakdown by age cohortget_coindays — Coin Days Destroyed, liveliness, vaultedness, dormancy, dormancy flowget_blockchain — Block height, blocks minedYou will need one environment variable: BLOCKLENS_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Blocklens's toolset — list_metrics, search_metrics, get_metric and 11 more — is a fair guide to whether it matches your workflow. It is maintained by blocklens; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_metrics | List all 127 available metrics with categories and tiers |
| search_metrics | Search metrics by keyword |
| get_metric | Get full definition of a single metric |
| get_categories | List metric categories with counts |
| get_prices | BTC daily OHLC, market cap, volume, drawdown, realized volatility (1W–1Y) |
| get_holder_supply | LTH/STH supply breakdown, circulating supply |
| get_holder_valuation | Realized cap/price, MVRV, thermo cap, delta cap, balanced price, investor cap |
| get_holder_profit | NUPL, realized/unrealized P/L, SOPR — LTH/STH breakdowns (Pro tier) |
| get_cohort_metrics | Age cohort supply, realized cap, realized price (12 age brackets) |
| get_utxo_history | UTXO set breakdown by age cohort |
| get_coindays | Coin Days Destroyed, liveliness, vaultedness, dormancy, dormancy flow |
| get_blockchain | Block height, blocks mined |
| get_cycle_performance | Cycle performance indexed from lows, ATHs, halvings |
| get_latest_metrics | Latest snapshot across all categories |
{
"mcpServers": {
"blocklens": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.blocklens.co"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BLOCKLENS_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.