Skip to content
Back to search
100
MCP live v1.1.0 MCP 2025-11-25 sse

Octodamus Intelligence Oracle

io.github.Octodamus/market-intelligence

AI oracle: BTC/ETH/SOL signals, Polymarket edges, congressional trades. x402 $0.01/call on Base.

Uptime
100.0%
1 direct probes · 30d
Response
6461ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
5
available

Tools · 10

get_agent_signal

Consolidated trading signal from the 9/11 oracle consensus system. Use this as the primary decision endpoint; poll every 15 minutes (next_poll_seconds = 900 in the response). For first-call context i…

get_polymarket_edge

Ranked Polymarket prediction markets by expected value (EV). Use when you want to position on prediction markets. Returns a list ordered by EV descending; each entry includes question, recommended_si…

get_sentiment

AI-derived sentiment scores for major crypto assets and macro themes. Scores range from -1.0 (maximum bearish) to +1.0 (maximum bullish). Use to add conviction context to a signal: a BUY action with …

get_prices

Live spot prices with 24-hour percentage change for BTC, ETH, SOL, NVDA, TSLA, AAPL. Use before position sizing, level checks, or any calculation that requires a current reference price. Refreshes ev…

get_market_brief

Full AI market briefing as a concise narrative paragraph. Ideal for injecting into an agent system prompt at session start to ground all subsequent reasoning in current market conditions. Covers macr…

get_all_data

All signal data in a single call: signal + sentiment + prices + Polymarket edges. Use this on session initialisation instead of calling each tool separately. Equivalent to get_agent_signal() + get_se…

get_oracle_signals

Raw votes from all 12 oracle signals with per-signal confidence and consensus score. Each oracle is a separate real-world data source: funding rate, open interest, long/short ratio, Fear & Greed inde…

get_data_sources

List all 27 live data feeds powering the Octodamus oracle system. No API key required. Use for transparency or discovery — shows each source name, data type, and refresh interval. Useful when explain…

get_guide

Purchase the Build the House trading system guide via x402 on Base. Returns step-by-step x402 payment instructions. After completing the EIP-3009 payment ($29 USDC on Base), the API returns a downloa…

get_premium_api

Subscribe to OctoData Premium API via x402 on Base. Returns step-by-step x402 payment instructions for any plan. After completing the EIP-3009 payment, the API returns an api_key immediately — no hum…

Prompts · 5

btc_signal_now

Get the current oracle signal for BTC, ETH, or SOL with full reasoning.

should_i_trade

Full decision brief — oracle signal + Polymarket edges + macro regime.

polymarket_edges

Find the top prediction market opportunities by expected value.

overnight_brief

Overnight Asia session brief — market context for agents waking up.

macro_regime

Current macro regime with yield curve, M2, and Fed probability context.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "octodamus_intelligence_oracle": {
      "url": "https://api.octodamus.com/mcp",
      "transport": "sse"
    }
  }
}