Glassnode (On-chain Data)

Glassnode (On-chain Data) MCP Connector for Claude

A+

Access institutional-grade on-chain market data for Bitcoin, Ethereum, and 1000+ assets directly from your AI agent.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Glassnode account to any AI agent to analyze crypto markets with precision. Fetch real-time and historical on-chain metrics, exchange flows, and network health data through natural conversation.

What you can do

  • Asset Discovery — List all supported assets and blockchains using list_assets to identify available data points.
  • Metric Exploration — Query thousands of metric paths with list_metrics and get detailed documentation on parameters via get_metric_details.
  • Time-Series Analysis — Retrieve historical data for active addresses, exchange balances, and price metrics using get_metric.
  • Bulk Data — Fetch metrics for multiple assets simultaneously with get_bulk_metric to compare market trends.
  • Point-in-Time Data — Access immutable historical snapshots via get_pit_metric to eliminate look-ahead bias in backtesting.

How it works

  1. Subscribe to this server
  2. Enter your Glassnode API Key
  3. Start querying on-chain intelligence from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Crypto Traders — monitor exchange inflows and whale movements without leaving the chat
  • Data Scientists — pull clean time-series data directly into your analysis environment
  • Financial Analysts — generate reports on network growth and valuation metrics instantly
on-chain-datamarket-intelligencecrypto-analyticsfinancial-metricsinstitutional-datanetwork-health

6 tools expose this connector's capabilities to your AI agent.

get_bulk_metric

Use a="*" for all assets. Get bulk metric data for multiple assets

get_metric_details

Get details, allowed parameters, and description for a specific metric

get_metric

Path should be the metric name like "addresses/active_count" or "market/price_usd_close". Get time-series data for a specific metric

get_pit_metric

Get Point-in-Time (PIT) metric data

list_assets

List all supported assets on Glassnode

list_metrics

Can be filtered by asset, interval, etc. List all available metric paths on Glassnode

See how to talk to your AI agent using Glassnode (On-chain Data).

List all supported assets on Glassnode.

I've retrieved the list of supported assets. Glassnode currently supports over 1,000 assets including BTC, ETH, and various ERC-20 tokens across multiple blockchains like Bitcoin, Ethereum, and Polygon.

Get the 'addresses/active_count' metric for BTC from the last 7 days with a 24h interval.

Fetching active address count for Bitcoin... Over the last 7 days, the daily active addresses have fluctuated between 850k and 920k, showing a slight upward trend in network activity.

Show me the details and allowed parameters for the metric path 'market/price_usd_close'.

The 'market/price_usd_close' metric provides the daily closing price in USD. It supports intervals from 10m to 1month and is available for almost all listed assets. You can filter by 'since' and 'until' timestamps.

Use the `list_metrics` tool with the asset symbol (e.g., 'BTC') to see all available paths, or use `get_metric_details` with a known path to see its full documentation and allowed parameters.

Related Connectors