mcp-market-data
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| priceA | Get current price, 24h change, volume, market cap for any cryptocurrency. Examples: BTC, ETH, SOL, DOGE. |
| candlesA | Get OHLCV candlestick data for any crypto. Returns open, high, low, close for each period. |
| order_bookA | Get live order book — top 20 bids and asks with spread. Shows market depth and liquidity. |
| market_capA | Get top cryptocurrencies ranked by market cap with prices, volumes, and 24h changes. |
| trendingA | Get trending cryptocurrencies right now — what people are searching for and trading. |
| analyzeB | Technical analysis for any crypto: RSI, SMA, volatility, z-score, trend direction. Actionable signals included. |
| compareA | Compare multiple assets side by side — prices, changes, market caps. |
| feargreedA | Crypto Fear & Greed Index — market sentiment indicator. Shows last 7 days. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct aspect of market data: price, candles, analysis, sentiment, etc., with no overlap. An agent can easily differentiate them.
Most tool names are single-word lowercase descriptors, but 'order_book' and 'market_cap' use underscores, creating a slight inconsistency.
Eight tools cover the essential market data operations without being excessive, fitting the server's purpose well.
The toolkit includes price, candles, analysis, sentiment, order book, comparisons, trending, and market cap rankings, covering key areas with no obvious gaps.