Skip to content
Back to IntradayFeed Market Analysis Agent

Card snapshot

intradayfeed.com · 2026-08-08 16:50:08 UTC · 50c6e1d839fbd4183828e094332a8b629f5cd1cc611fab1404b69620ea6fe615

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: bias, macro calendar, flash news, conviction rank, composite GO score, and sector rotation. Analysis only \u2014 not financial advice.",
  "url": "https://intradayfeed.com/api/agent/",
  "version": "1.1.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": "bias.signal",
      "name": "Bias Signal",
      "description": "Directional EMA21 + VWAP bias for one ticker/timeframe. Low confidence when OHLC is thin.",
      "tags": [
        "bias",
        "signal",
        "ema",
        "vwap"
      ],
      "examples": [
        "What is the SPY 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; ticker-scoped and spam-filtered.",
      "tags": [
        "news",
        "sentiment",
        "flash"
      ],
      "examples": [
        "Get the latest flash news for SPY and QQQ"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "conviction.rank",
      "name": "Conviction Rank",
      "description": "Rank a stock 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": "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": "sector.rotation.forecast",
      "name": "Sector Rotation Forecast",
      "description": "Sector ETF relative strength vs SPY.",
      "tags": [
        "sectors",
        "rotation",
        "etf"
      ],
      "examples": [
        "Which sectors show relative inflow vs SPY?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "desk.analysis",
      "name": "Desk Analysis (open prompt)",
      "description": "When a specialized skill is not listed: send a natural-language prompt (optional response_format). Base44 middleman; billed at provider cost \u00d7 3.",
      "tags": [
        "desk",
        "prompt",
        "nlp",
        "base44"
      ],
      "examples": [
        "Summarize SPY risk as {bias, levels, risks}",
        "Earnings-style brief for AAPL as JSON"
      ],
      "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/",
    "entitlements": "https://intradayfeed.com/api/agent/entitlements/",
    "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/",
    "checkoutStatus": "https://intradayfeed.com/api/agent/checkout/{checkout_id}/",
    "paymentConfirm": "https://intradayfeed.com/api/agent/payments/confirm/",
    "nowpaymentsIpn": "https://intradayfeed.com/api/webhooks/nowpayments/",
    "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",
    "bias signal API",
    "flash news sentiment API",
    "catalyst calendar",
    "economic events API",
    "macro calendar",
    "sector rotation",
    "intraday analysis"
  ],
  "preferredTransport": "HTTP+JSON",
  "supportsAuthenticatedExtendedCard": false
}