Skip to content
Back to IntradayFeed Market Analysis Agent

Card snapshot

intradayfeed.com · 2026-08-08 02:13:13 UTC · 884c8f8222e5b9d3853bcbbfeaa6c47133eaebba0f1764be495e3a3b1d9b3db8

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "IntradayFeed Market Analysis Agent",
  "description": "A2A-accessible market analysis microservices for stocks, futures, macro calendar, news sentiment, and bias signals. Analysis platform only \u2014 not financial advice. Honest unavailable responses when feeds are missing (no synthetic data).",
  "url": "https://intradayfeed.com/api/agent/",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "INTRADAYFEED LTD",
    "url": "https://intradayfeed.com"
  },
  "documentationUrl": "https://intradayfeed.com/agents",
  "iconUrl": "https://intradayfeed.com/favicon.ico",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text"
  ],
  "defaultOutputModes": [
    "application/json",
    "text"
  ],
  "skills": [
    {
      "id": "pipeline_health",
      "name": "Pipeline Health",
      "description": "Scheduler freshness for news, macro calendar, bias, and OHLC cache.",
      "tags": [
        "ops",
        "health",
        "monitoring"
      ],
      "examples": [
        "Is the IntradayFeed data pipeline fresh?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "market_snapshot",
      "name": "Market Snapshot",
      "description": "OHLC bars + EMA21/VWAP bias snapshot for one ticker (stocks/futures/etc).",
      "tags": [
        "market-data",
        "ohlc",
        "bias",
        "stocks",
        "futures"
      ],
      "examples": [
        "Get a SPY 30m market snapshot with bias signals"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "bias.signal",
      "name": "Bias Signal",
      "description": "Directional EMA21 + VWAP bias for one ticker/timeframe.",
      "tags": [
        "bias",
        "signal",
        "ema",
        "vwap"
      ],
      "examples": [
        "What is the ES 1H bias signal?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "catalyst.calendar",
      "name": "Catalyst Calendar",
      "description": "US macro catalyst calendar with impact scores (deduped, no fabricated CPI dates).",
      "tags": [
        "macro",
        "calendar",
        "catalyst",
        "economic-events"
      ],
      "examples": [
        "List today's high-impact economic catalysts"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "flash.news",
      "name": "Flash News",
      "description": "Latest market headline with sentiment and extracted affected tickers.",
      "tags": [
        "news",
        "sentiment",
        "flash"
      ],
      "examples": [
        "Get the latest flash news sentiment and tickers"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "conviction.rank",
      "name": "Conviction Rank",
      "description": "Rank a watchlist by conviction / setup quality from OHLC bias.",
      "tags": [
        "ranking",
        "watchlist",
        "conviction"
      ],
      "examples": [
        "Rank SPY,QQQ,IWM,AAPL,NVDA by conviction"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "strategy.summary",
      "name": "Strategy Summary",
      "description": "Session level proxies + EMA/VWAP stance for one ticker (honest when OHLC thin).",
      "tags": [
        "strategy",
        "levels",
        "risk"
      ],
      "examples": [
        "Summarize strategy context for SPY"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "bias.accuracy",
      "name": "Bias Accuracy",
      "description": "Backtested bias accuracy diagnostics when enough history exists.",
      "tags": [
        "backtest",
        "accuracy",
        "diagnostics"
      ],
      "examples": [
        "Measure bias accuracy for ES on 30M"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "macro.now",
      "name": "Macro Now",
      "description": "Current US session + today's macro events (deduped).",
      "tags": [
        "macro",
        "session",
        "calendar"
      ],
      "examples": [
        "What macro events remain today?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "composite.signal",
      "name": "Composite Signal",
      "description": "Equal-weight GO score from bias, catalysts, sentiment, and liquidity proxies.",
      "tags": [
        "composite",
        "go-score",
        "signal"
      ],
      "examples": [
        "Composite GO score for AAPL"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "macro.forecast",
      "name": "Macro Forecast",
      "description": "Last persisted macro prints only \u2014 not a predictive model; honest next_release.",
      "tags": [
        "macro",
        "cpi",
        "gdp"
      ],
      "examples": [
        "Latest CPI print and next release date"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "volatility.forecast",
      "name": "Volatility Forecast",
      "description": "Realized-volatility regime from OHLC (refuses zero stubs without history).",
      "tags": [
        "volatility",
        "realized-vol"
      ],
      "examples": [
        "Forecast realized volatility for SPY"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "sector.rotation.forecast",
      "name": "Sector Rotation Forecast",
      "description": "Sector ETF relative strength vs SPY (honest when ETF history missing).",
      "tags": [
        "sectors",
        "rotation",
        "etf"
      ],
      "examples": [
        "Which sectors show relative inflow vs SPY?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "earnings.predict",
      "name": "Earnings Predict",
      "description": "Unavailable until a verified earnings-estimates provider is wired (no synthetic EPS).",
      "tags": [
        "earnings",
        "unavailable"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "price.target",
      "name": "Price Target",
      "description": "Unavailable until a verified analyst-consensus feed is wired.",
      "tags": [
        "analyst",
        "unavailable"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "insider.flow",
      "name": "Insider Flow",
      "description": "Unavailable until SEC Form 4 feed is wired (refuses synthetic insider trades).",
      "tags": [
        "insider",
        "sec",
        "unavailable"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "institutional.flow",
      "name": "Institutional Flow",
      "description": "Unavailable until 13F/holders feed is wired (refuses synthetic fund names).",
      "tags": [
        "13f",
        "institutional",
        "unavailable"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "options.flow.predict",
      "name": "Options Flow Predict",
      "description": "Unavailable until options chain/flow feed is wired.",
      "tags": [
        "options",
        "unavailable"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "earnings.transcript.analysis",
      "name": "Earnings Transcript Analysis",
      "description": "Unavailable until transcript corpus is wired (refuses synthetic narratives).",
      "tags": [
        "earnings",
        "transcript",
        "unavailable"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "desk.analysis",
      "name": "Desk Analysis",
      "description": "On-demand desk analysis from a ticker or natural-language question. Returns structured JSON; billed at 3\u00d7 provider cost per request.",
      "tags": [
        "desk",
        "analysis",
        "ticker",
        "nlp"
      ],
      "examples": [
        "what's ES doing right now?",
        "is NQ extended from VWAP?",
        "Run desk.analysis for ES"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "securitySchemes": {
    "AgentKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-Agent-Key",
      "description": "Shared AGENT_API_KEY for machine-to-machine calls."
    }
  },
  "security": [
    {
      "AgentKey": []
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://intradayfeed.com/api/agent/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3.0"
    }
  ],
  "endpoints": {
    "agentCard": "https://intradayfeed.com/.well-known/agent-card.json",
    "agentCardLegacy": "https://intradayfeed.com/.well-known/agent.json",
    "capabilities": "https://intradayfeed.com/api/agent/capabilities/",
    "marketplaceStats": "https://intradayfeed.com/api/public/marketplace-stats/",
    "marketplacePresence": "https://intradayfeed.com/api/public/marketplace-presence/",
    "marketplaceActivity": "https://intradayfeed.com/api/public/marketplace-activity/",
    "tasks": "https://intradayfeed.com/api/agent/tasks/",
    "quote": "https://intradayfeed.com/api/agent/quote/",
    "checkout": "https://intradayfeed.com/api/agent/checkout/",
    "paymentConfirm": "https://intradayfeed.com/api/agent/payments/confirm/",
    "tipPolicy": "https://intradayfeed.com/api/agent/tips/policy/",
    "tipEvaluate": "https://intradayfeed.com/api/agent/tips/evaluate/",
    "tipSummary": "https://intradayfeed.com/api/agent/tips/summary/",
    "marketplace": "https://intradayfeed.com/agent-marketplace",
    "documentation": "https://intradayfeed.com/agents",
    "llmsTxt": "https://intradayfeed.com/llms.txt"
  },
  "keywords": [
    "A2A",
    "agent API",
    "agent marketplace",
    "market data",
    "bias signal API",
    "flash news sentiment API",
    "catalyst calendar",
    "economic events API",
    "macro calendar",
    "intraday analysis",
    "financial data service"
  ],
  "preferredTransport": "HTTP+JSON",
  "supportsAuthenticatedExtendedCard": false
}