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.
Server Config
{
"mcpServers": {
"blocklens": {
"command": "npx",
"args": [
"-y",
"blocklens-mcp-server"
],
"env": {
"BLOCKLENS_API_KEY": "your_key_here"
}
}
}
}