Glassnode
Access institutional-grade on-chain cryptocurrency metrics and market data for Bitcoin, Ethereum, and DeFi. Compare multiple assets efficiently through bulk data fetching and comprehensive market analysis. Stay informed with professional research articles and detailed market intelligence directly from Glassnode Insights. To get beyond 30-days of data, contact sales@glassnode.com
https://glassnode-mcp--glassnode.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/glassnode/glassnode-mcp 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://glassnode-mcp--glassnode.run.tools
Tools (11)
-
searchReturns the list of available MCP tools for cryptocurrency data access.
-
fetchFetches a specific tool's documentation by ID.
-
fetch_metricFetch data for a single asset from Glassnode API. Use this tool when you need to: - Fetch data for ONE specific asset - Get detailed data for a single cryptocurrency IMPORTANT: If you need data for MULTIPLE assets, use fetch_bulk_metrics instead! This tool should only be used for single-asset requests to avoid unnecessary API calls.
-
fetch_bulk_metricsFetch data for multiple assets efficiently using Glassnode's bulk endpoint. PREFERRED: Use this tool when you need to: - Fetch the same metric for MULTIPLE assets (2 or more) - Compare data across different cryptocurrencies - Get comprehensive market data for several assets - Avoid making multiple individual API calls EFFICIENCY TIP: Always batch multiple asset requests into a single call instead of making separate fetch_metric calls for each asset.
-
get_assets_listGet a list of all cryptocurrency assets supported by Glassnode API. Use to verify asset support, get correct asset symbols, or display available assets.
-
get_metrics_listGet a list of all available metrics and their paths from Glassnode API. Use to find correct metric paths, discover available metrics, or validate metric existence.
-
get_asset_metricsGet a list of available metrics for one or more assets. Use to find supported metrics for assets, filter metrics by asset, or check asset-specific metric availability.
-
get_metric_metadataGet metadata for a specific metric including parameters, tier, and examples. Use after get_metrics_list() to verify metric path.
-
get_articlesGet premium research articles from Glassnode Insights - institutional-grade on-chain market intelligence featuring Market Pulse, Week On-chain analysis, Market Vectors, Partner Reports, and exclusive research. Access professional-grade insights into Bitcoin, Ethereum, DeFi, and altcoin markets with directional market analysis, systematic feature discovery, and comprehensive on-chain data interpretation.
-
get_articleGet a specific premium research article from Glassnode Insights by slug or ID. Access detailed institutional-grade market intelligence including full article content, HTML markup, and metadata. Retrieve comprehensive on-chain analysis, market vectors, systematic research, and exclusive insights for Bitcoin, Ethereum, DeFi, and altcoin markets.
-
path_to_metric_codeConvert a metric path to a metric code for use in Glassnode Studio. This tool helps convert metric paths (e.g., 'market/price_usd_close') to metric codes (e.g., 'market.PriceUsdClose') that can be used in Studio link generation. Use this tool when: - Users ask for Studio links - You need to provide metric codes for external tools - Converting API paths to Studio-compatible identifiers