MCP server for blocklens on-chain analytics. Access 150+ metrics including price, supply, realized cap, MVRV, SOPR, HODL Waves age cohorts and many others — all computed from raw blockchain data. Blocklens - is a crypto analytics platform with native MCP support.
Overview
Quick Start
Install: npx blocklens-mcp-server
Available Tools (11)
- list_metrics — All 56 available metrics
- get_prices — BTC price, market cap, volume
- get_holder_supply — LTH/STH supply, circulating supply
- get_holder_valuation — Realized cap/price, MVRV
- get_holder_profit — Realized P/L, SOPR (Pro)
- get_cohort_metrics — Age cohort data (HODL Waves)
- get_utxo_history — UTXO age breakdown
- get_latest_metrics — Quick market snapshot
- search_metrics — Find metrics by keyword
- get_metric — Metric definition
- get_categories — List categories
Links
Server Config
{
"mcpServers": {
"blocklens": {
"command": "npx",
"args": [
"-y",
"blocklens-mcp-server"
],
"env": {
"BLOCKLENS_API_KEY": "your_key_here"
}
}
}
}