ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Glassnode with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access institutional-grade on-chain market data for Bitcoin, Ethereum, and 1000+ assets directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Glassnode capability set.

These are the exact actions your AI can choose when you ask it to work with Glassnode.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Glassnode.

  1. 01

    Get bulk metric

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

  2. 02

    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

  3. 03

    Get pit metric

    Get Point-in-Time (PIT) metric data

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Glassnode.

  1. 04

    Get metric details

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

  2. 05

    List assets

    List all supported assets on Glassnode

  3. 06

    List metrics

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

Observed, not estimated

863ms average. Fast in production.

Glassnode is checked daily against the live service.

Daily averagePeak 1117ms
Aug 20Today
Fastest day
715ms
Slowest day
1117ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Glassnode, so you can see the experience inside your AI.

It does not authenticate your account with Glassnode. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Glassnode Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Glassnode capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "glassnode-on-chain-data-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Glassnode owners ask.

  • 01

    How can I find the exact path for a specific metric like 'Active Addresses'?

    Use the list_metrics capability 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.

  • 02

    Can I fetch data for multiple coins at once?

    Yes, use the get_bulk_metric capability. You can specify a specific asset or use a wildcard * to get data for all supported assets for a specific metric path in a single response.

  • 03

    What is the difference between standard metrics and Point-in-Time (PIT) metrics?

    Standard get_metric returns the most accurate current data (which may include revisions). get_pit_metric provides an immutable view of data as it was known at a specific moment, which is essential for backtesting to avoid look-ahead bias.