Octodamus Market Intelligence

Real-time market intelligence oracle for autonomous AI agents operating in the agentic finance economy.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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 fir
  • 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 ques
  • 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 BU

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Real-time market intelligence oracle for autonomous AI agents operating in the agentic finance economy. 27 live data feeds, 11-signal consensus scoring. 14 ACP offerings via Virtuals ACP ($1-2 USDC/job): crypto signals (BTC/ETH/SOL), tokenized NYSE stocks (AAPL/MSFT/SPY/NVDA/TSLA on Base), macro regime (yield curve/M2/Fed probability), congressional trading signals, on-chain order flow (Binance delta/Base DEX/whale flow), crowd sentiment divergence, overnight Asia session briefs, Polymarket edges with EV+Kelly sizing, Fear vs Crowd divergence (BULL_TRAP/BEAR_TRAP), bounty hunter recon across Polymarket and Limitless, Smithery onboarding brief. Single-call /v2/agent-signal returns BUY/SELL/HOLD + confidence + Polymarket edge -- designed for 15-minute agent poll cycles. x402 native: $0.01 USDC/call on Base. Ed25519 signed responses. api.octodamus.com

Список инструментов сервера (10)

Технические названия из tools/list. Нужны только разработчикам.

get_agent_signalConsolidated 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 initialisation, prefer get_all_data() instead. Response fields: action — "BUY" | "SELL" | "HOLD" | "WATCH" confidence — float 0.0–1.0 (higher = stronger oracle consensus) signal — "BULLISH" | "BEARISH" | "NEUTRAL" fear_greed — int 0–100 (0 = Extreme Fear, 100 = Extreme Greed) btc_trend — "UP" | "DOWN" | "SIDEWAYS" polymarket_edge — {market, ev, side} top expected-value play reasoning — plain-text explanation of the consensus next_poll_seconds — seconds until the signal refreshes (typically 900)
get_polymarket_edgeRanked 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_side ("YES" or "NO"), expected_value (float), and confidence. Complement with get_agent_signal() to confirm directional alignment before acting on any Polymarket position.
get_sentimentAI-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 a high positive sentiment score is a stronger setup than one with neutral sentiment. Response: dict keyed by asset symbol, each with score, label ("Very Bearish" … "Very Bullish"), and source_count.
get_pricesLive 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 every 60 seconds via Kraken (crypto) and Finnhub (equities). Free tier included. Response keyed by symbol — example: { "BTC": {"price_usd": 84200.50, "change_24h_pct": 2.3}, "ETH": {"price_usd": 1820.10, "change_24h_pct": -0.8}, "SOL": {"price_usd": 148.40, "change_24h_pct": 1.1}, "NVDA": {"price_usd": 875.00, "change_24h_pct": 0.4}, "TSLA": {"price_usd": 250.20, "change_24h_pct": -1.2}, "AAPL": {"price_usd": 190.50, "change_24h_pct": 0.6} } For directional signal on these prices, call get_agent_signal() instead.
get_market_briefFull 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 macro regime, crypto momentum, key levels, and notable catalysts. Refreshes every 30 minutes; call once per session rather than polling. Response: {brief: "...narrative text..."}
get_all_dataAll 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_sentiment() + get_prices() + get_polymarket_edge() combined. After initialisation, use get_agent_signal() on its 15-minute polling cycle for updates.
get_oracle_signalsRaw 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 index, macro regime (FRED), aviation volume, TSA travel demand, Polymarket crowd, options flow, congressional trading, CLOB order book depth, and Binance 24h cumulative delta. Each votes BUY (+1), SELL (-1), or NEUTRAL (0) independently. Use this for deep analysis, signal attribution, or debugging a BUY/SELL/HOLD decision. For a consolidated action, call get_agent_signal() instead. Response example: { "consensus_score": 8, "max_score": 12, "action": "BUY", "win_rate": 0.62, "oracles": [ {"name": "funding_rate", "vote": 1, "confidence": 0.85}, {"name": "long_short_ratio", "vote": 1, "confidence": 0.70}, {"name": "fear_greed", "vote": 0, "confidence": 0.50}, {"name": "macro_regime", "vote": 1, "confidence": 0.80}, {"name": "binance_delta", "vote": 1, "confidence": 0.75} ] }
get_data_sourcesList 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 explaining signal provenance to end users or auditing data coverage.
get_guidePurchase 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 download_url valid for 30 days. No API key required to purchase.
get_premium_apiSubscribe 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 human in the loop. Free option also available. Plans: Micro — $0.01 USDC per call, no key needed, pay-per-request via x402 Trial — $5 USDC, 7 days, 10k req/day Annual — $29 USDC/year early bird (first 100 seats), $149/year after
Octodamus Market Intelligence: подключить к Claude, ChatGPT, Cursor · Connectors.fun