Glassnode (On-chain Data) Connector for AI agents.
6 live capabilities
Analyze on-chain crypto market data and whale movements.
Waiting for input…
Why people use Glassnode (On-chain Data)
Glassnode for Real-Time On-Chain Market Intelligence
With this Connector, you just ask your agent what the whales are doing. It pulls the data directly from Glassnode and gives you a clear summary in seconds. You get the facts without the manual data entry.
What Vinkius changes
That you get instant access to professional crypto market intelligence through a natural conversation with your agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Whale Movement Tracking
A trader asks the agent to check for large exchange inflows to see if a major sell-off is coming.
- Real-world use case 02
Backtesting Models
A researcher pulls point-in-time data to build a trading model without using future information.
- Real-world use case 03
Multi-Asset Comparison
A user compares the active address growth of BTC versus ETH to see which network is gaining more traction.
Complete set · 6capabilities
The complete Glassnode (On-chain Data) capability set.
These are the exact actions your AI can choose when you ask it to work with Glassnode (On-chain Data).
01—03
3 capabilities in this set.
Part of 6 available through Glassnode (On-chain Data).
- 01 Capability
Get pit metric
Access immutable point-in-time snapshots to avoid look-ahead bias. This is a requirement for accurate historical backtesting.
- 02 Capability
Get bulk metric
Fetch metrics for multiple assets simultaneously to compare market trends. This is useful for seeing how different coins are moving at the same time.
- 03 Capability
Get metric details
Get specific details and allowed parameters for a particular metric path. Use this to understand exactly what data points are available for your query.
04—06
3 capabilities in this set.
Part of 6 available through Glassnode (On-chain Data).
- 04 Capability
Get metric
Retrieve historical time-series data for a specific on-chain metric. This allows you to see trends over days, weeks, or months.
- 05 Capability
List assets
List every supported asset and blockchain currently available on Glassnode. Use this to see the full scope of the data you can access.
- 06 Capability
List metrics
Browse all available metric paths on Glassnode filtered by asset or interval. This helps you find the right data for your specific analysis.
Set up in minutes
One URL. Then ask Glassnode (On-chain Data) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Glassnode (On-chain Data) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Glassnode (On-chain Data), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Glassnode (On-chain Data) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Glassnode (On-chain Data) URL.
- Step 03
Save and start
Save the connection and enable Glassnode (On-chain Data) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"glassnode-on-chain-data": {
"url": "https://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Glassnode (On-chain Data)
Open Agent mode in chat and ask: "Using Glassnode (On-chain Data), help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"glassnode-on-chain-data": {
"url": "https://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Glassnode (On-chain Data)
Ask Copilot: "Using Glassnode (On-chain Data), help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"glassnode-on-chain-data": {
"url": "https://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Glassnode (On-chain Data)
Open Cascade and ask: "Using Glassnode (On-chain Data), help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"glassnode-on-chain-data": {
"url": "https://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Glassnode (On-chain Data)
Ask Cline: "Using Glassnode (On-chain Data), help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add glassnode-on-chain-data --transport http "https://edge.vinkius.com/vk_preview_sf8UKXcBQqPcPNMvyZsWXhh2hZUV2Zvzu9VeihtG/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Glassnode (On-chain Data)
Ask Claude: "Using Glassnode (On-chain Data), show me...". 6 tools are ready
Where the request belongs
Work Glassnode can move forward.
For crypto traders who need to see whale movements without refreshing tabs, data scientists building backtesting models, and financial analysts who need clean on-chain data for reports.
Crypto Trader
Monitors exchange inflows and whale movements to time entries and manage risk.
Data Scientist
Pulls clean time-series data directly into a local analysis environment for model training.
Financial Analyst
Generates reports on network growth and valuation metrics for institutional clients.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmberdata (Digital Asset & Crypto Market Data API)
Access institutional-grade crypto market data, on-chain metrics, and DeFi insights directly from your AI agent.
Messari
Crypto market intelligence via Messari. track assets, metrics, and blockchain news.
Santiment (On-chain, Social & Dev Metrics for Crypto)
Access deep on-chain, social, and development metrics for thousands of crypto assets directly from your AI agent.
TokenTerminal (Crypto Financial Data)
Access institutional-grade crypto financial data. query project metrics, track revenue, and analyze market trends directly from your AI agent.
CoinGecko
Access real-time cryptocurrency prices, market data, and on-chain analytics from the world's leading crypto data aggregator.
Brave New Coin
Access institutional-grade cryptocurrency data via Brave New Coin. track prices, markets, and historical data directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Glassnode connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Glassnode.
The practical details behind the request, access and result.
Can I use the Glassnode MCP to track whale movements?
Yes. This Connector allows your agent to pull specific on-chain metrics that highlight large movements from private wallets to exchanges, helping you spot potential market shifts.
Does the Glassnode MCP support more than just Bitcoin?
It supports over 1,000 assets across multiple blockchains, including Ethereum, Polygon, and many others.
Can I use this for backtesting my trading models?
Yes. By using point-in-time snapshots, you can access historical data that is immutable, which helps you avoid look-ahead bias in your backtesting.
How does the Glassnode MCP help with market research?
It replaces manual data scraping by letting you ask your agent questions about exchange flows, network health, and price trends directly.
Is the data provided by the Glassnode MCP real-time?
The Connector provides access to both real-time and historical on-chain metrics, depending on the specific metric path you choose to query.
What kind of assets can I see with the Glassnode MCP?
You can see a wide variety of assets, ranging from major coins like BTC and ETH to smaller tokens and various blockchain-specific assets.
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.
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.
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.
One connection away
Give your agent a direct line to Glassnode.
Connect Glassnode once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available