Octodamus Market Intelligence
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | API key for Octodamus. Leave blank for free tier (500 req/day). Get a free key via POST https://api.octodamus.com/v1/signup?email=you@example.com |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_signalB | Get a live BUY/SELL/HOLD signal for a crypto asset. Returns consensus signal, confidence score, Fear and Greed index, current price, and oracle reasoning from 11 signals. Supported assets: BTC, ETH, SOL. |
| get_market_briefA | Get a full AI market brief synthesizing all 27 live signals. Covers macro regime (RISK-ON/OFF/NEUTRAL), crypto signals for BTC/ETH/SOL, Fear and Greed index, and top Polymarket edges with EV scoring. |
| get_active_callsA | Get active Polymarket trade calls with EV, Kelly-sized position, and oracle reasoning. Each call includes the market question, YES/NO side, edge percentage, recommended size, and why Octodamus placed the call. |
| get_market_sentimentA | Get current market sentiment indicators: Fear and Greed index (0-100), BTC/ETH/SOL funding rates (positive = longs paying, negative = shorts paying), and long/short ratios showing crowd positioning. |
| get_newsA | Get the latest crypto and macro news headlines Octodamus is monitoring. Includes market-moving events, Fed decisions, on-chain developments, and regulatory news relevant to BTC, ETH, SOL, and tokenized equities. |
| get_track_recordA | Get the Octodamus oracle track record: total calls placed, win rate percentage, cumulative P&L, Sharpe ratio, and the best/worst individual calls. All calls are timestamped and publicly verifiable. |
| ask_oracleA | Ask the Octodamus oracle for a probability estimate on any yes/no market question. Returns an estimated probability, key factors for each side, and oracle reasoning. Works for crypto, macro, and Polymarket-style questions. |
| subscribe_to_octodamusA | Subscribe an email address to the Octodamus Market Intelligence Digest. Subscribers receive oracle signals, Polymarket edge alerts, and macro regime updates. Confirms subscription with a welcome message. |
| get_identityA | Get Octodamus identity and capabilities: what the oracle covers, which assets it tracks, how to access the API (free tier and x402 micropayments on Base), and links to the MCP server, X account, and API documentation. |
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 9 tools
Each tool targets a distinct aspect of market intelligence: probability estimates, trade calls, identity, market brief, sentiment, news, signals, track record, and subscription. No two tools serve overlapping purposes.
All tool names follow a consistent verb_noun pattern using snake_case (ask_, get_, subscribe_). The naming is predictable and easy to understand.
9 tools is well-scoped for the domain of market intelligence. Each tool provides a necessary function without being overwhelming or sparse.
The set covers core oracle, market data, signals, and subscription features. A minor gap is the absence of an unsubscribe tool, but agents can manage via external channels.