orchard-data-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVM_PRIVATE_KEY | No | Private key of a burner Base wallet holding USDC for paid tool calls. Optional; without it, free tools work and paid tools explain costs. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_products | FREE: list all orchard-data market-data endpoints with prices (x402/USDC on Base). |
| get_regime_forecast | US market regime read ($0.01): ML volatility-regime forecast from a live trading system (when fresh, with 'why') + transparent rules-based snapshot (VIX bands, realized-vol percentile, trend). Best single call for 'what kind of market is this?' |
| get_catalyst_radarA | Tickers with fresh bullish news catalysts ($0.01), from an AI news scanner feeding a live trading system. Refreshed ~15min during US market hours. |
| get_market_brief | One-call market snapshot ($0.005): BTC/ETH/SOL spot + 24h change, crypto fear & greed, SPY/QQQ/IWM/VIX quotes. |
| get_trending | Trending tickers ($0.005): StockTwits trending symbols + r/wallstreetbets mention counts with 24h momentum. |
| get_movers | Top trending US tickers with live quotes ($0.005), sorted by absolute move. |
| get_macro | Macro dashboard ($0.003): 13w/5y/10y/30y Treasury yields, dollar index, gold, WTI crude, VIX. |
| get_fear_greed | Crypto fear & greed index ($0.001), current + previous reading. |
| get_track_record | Live-verified trading-system track record ($0.01): normalized per-lane win rates, system-vs-SPY multiples, and a server-side scored forecast ledger (fixed disclosed rule vs realized SPY moves — grows daily, can't be faked). |
| get_funding_rates | Perp funding rates ($0.003): BTC/ETH/SOL from OKX — crowded-side gauge for crypto positioning. |
| get_ohlcv | Daily OHLCV candles for any US symbol ($0.002). range: 5d|1mo|3mo|6mo|1y. |
| get_expected_move | Options-implied expected move for a US symbol ($0.005): nearest-expiry ATM straddle mid as a % of spot. |
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 1 tool
Only one tool exists, so there is no possibility of confusion with other tools.
Single tool adheres to a clear verb_noun pattern (get_catalyst_radar).
With only one tool, the server's scope is very narrow; while it may be sufficient for a single purpose, it feels thin compared to typical MCP servers.
For the stated purpose of providing AI-scanned bullish news catalysts, a single retrieval tool is complete; no obvious gaps in functionality.