Skip to content
Back to Dynamic Feed

Card snapshot

dynamicfeed.ai · 2026-06-02 17:05:31 UTC · e2ffabe1a17d40774ad3ce073720546f15b08bf672e0b18194f6a4f96b01f838

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.

{
  "protocolVersion": "0.3.0",
  "name": "Dynamic Feed",
  "description": "The live-data layer for AI agents: fresh, current data that models lack \u2014 51 tools across finance, weather, space, natural hazards, risk & compliance, cybersecurity, internet health and the AI ecosystem. Sourced from authoritative public instruments (NASA, NOAA, USGS, ECMWF, CelesTrak, BIS, FAO, the World Bank) and provenance-stamped so every datapoint is citeable. Connect via the keyless MCP endpoint or the REST API.",
  "url": "https://dynamicfeed.ai/mcp",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://dynamicfeed.ai/mcp",
      "transport": "JSONRPC"
    },
    {
      "url": "https://dynamicfeed.ai",
      "transport": "HTTP+JSON"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "Dynamic Feed",
    "url": "https://dynamicfeed.ai"
  },
  "iconUrl": "https://dynamicfeed.ai/favicon.svg",
  "documentationUrl": "https://dynamicfeed.ai/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "finance",
      "name": "Finance & markets",
      "description": "Live crypto, stocks, indices, FX, commodities and metals; cross-exchange price consensus; global central-bank policy rates; the FAO food-price index; market movers, price history, signals and market hours.",
      "tags": [
        "finance",
        "prices",
        "crypto",
        "stocks",
        "forex",
        "rates"
      ],
      "examples": [
        "What's the cross-exchange consensus price of BTC right now?",
        "What is the current US central-bank policy rate?"
      ]
    },
    {
      "id": "weather",
      "name": "Weather & environment",
      "description": "Current conditions and a multi-model forecast consensus (ECMWF, GFS, ICON, GEM) anywhere on Earth, plus air quality, US river levels and drought severity.",
      "tags": [
        "weather",
        "forecast",
        "climate",
        "air-quality"
      ],
      "examples": [
        "Multi-model weather forecast for Tokyo this week",
        "Is there a drought in California right now?"
      ]
    },
    {
      "id": "space",
      "name": "Space & satellites",
      "description": "Real-time satellite positions (SGP4), the ISS, upcoming rocket launches, the full space-weather now-cast, and a registry of orbital data centers.",
      "tags": [
        "space",
        "satellites",
        "orbital",
        "space-weather"
      ],
      "examples": [
        "Where is the ISS right now?",
        "Are there any geomagnetic storms today?"
      ]
    },
    {
      "id": "hazards",
      "name": "Natural hazards & health",
      "description": "Live earthquakes, US wildfires, worldwide disaster-severity alerts (GDACS) and US drug shortages.",
      "tags": [
        "earthquakes",
        "wildfires",
        "disasters",
        "health"
      ],
      "examples": [
        "Recent magnitude-5+ earthquakes worldwide",
        "Is amoxicillin in shortage in the US?"
      ]
    },
    {
      "id": "compliance",
      "name": "Risk & compliance",
      "description": "Screen a name against the US OFAC sanctions (SDN) list, and track US Federal Register documents \u2014 new rules, proposed rules, notices and executive orders.",
      "tags": [
        "sanctions",
        "ofac",
        "compliance",
        "regulatory",
        "federal-register"
      ],
      "examples": [
        "Is this name on the OFAC sanctions list?",
        "What executive orders were published this week?"
      ]
    },
    {
      "id": "cyber",
      "name": "Cybersecurity",
      "description": "Recent CVEs with the version that fixes them, actively-exploited vulnerabilities (CISA KEV) with EPSS scores, and per-package vulnerability checks.",
      "tags": [
        "cve",
        "security",
        "vulnerabilities",
        "kev"
      ],
      "examples": [
        "Any actively-exploited vulnerabilities right now?",
        "Latest CVEs affecting the npm package lodash"
      ]
    },
    {
      "id": "infrastructure",
      "name": "Internet, flights & shipping",
      "description": "Internet-outage detection by country or network, live aircraft plus FAA airport delays and ground stops, shipping through the world's chokepoints, and transit status.",
      "tags": [
        "internet",
        "outages",
        "flights",
        "shipping",
        "transit"
      ],
      "examples": [
        "Is the internet down in any country right now?",
        "Are there ground stops at major US airports?"
      ]
    },
    {
      "id": "ai-ecosystem",
      "name": "AI ecosystem & software",
      "description": "Current LLM model pricing and capabilities, trending open models, the MCP server registry, AI/dev service status, measured provider latency, and software versions.",
      "tags": [
        "ai",
        "llm",
        "models",
        "mcp",
        "status"
      ],
      "examples": [
        "Cheapest LLM with vision under $1 per 1M tokens?",
        "Is the OpenAI API up right now?"
      ]
    },
    {
      "id": "ground-truth",
      "name": "Ground-truth utilities",
      "description": "Fact-check a claim against live data, see what's changed since a model's training cutoff, convert currencies/crypto at live rates, and get the current time anywhere.",
      "tags": [
        "reality-check",
        "convert",
        "time",
        "fact-check"
      ],
      "examples": [
        "What's changed since my training cutoff?",
        "Convert 2 BTC to USD at the live rate"
      ]
    }
  ]
}