Skip to content
Back to WorldMonitor Intelligence Concierge

Card snapshot

worldmonitor.app · 2026-07-05 18:15:31 UTC · 0886ba7f495da12c8c90f4072150f4be9b2fba1fb9b15ed14cee2aac710becc8

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": "WorldMonitor Intelligence Concierge",
  "description": "Agent-facing concierge for WorldMonitor's live global-intelligence platform. Send a natural-language description of the data you need (conflicts, markets, chokepoints, country risk, energy, cyber, forecasts\u2026) and it routes you to the best-fit WorldMonitor MCP tools and REST operations, with auth guidance and a live data-freshness probe. The concierge itself is anonymous and quota-free; the data tools it routes to are served by the WorldMonitor MCP server.",
  "url": "https://www.worldmonitor.app/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "iconUrl": "https://www.worldmonitor.app/favico/apple-touch-icon.png",
  "documentationUrl": "https://www.worldmonitor.app/docs/documentation",
  "provider": {
    "organization": "World Monitor",
    "url": "https://www.worldmonitor.app"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportsAuthenticatedExtendedCard": false,
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "route-to-tool",
      "name": "Capability discovery and tool routing",
      "description": "Describe the intelligence data you need in plain language; returns the best-fit WorldMonitor MCP tools (from the live 39-tool catalog) plus the MCP/REST endpoints and auth needed to call them.",
      "tags": [
        "discovery",
        "routing",
        "mcp",
        "geopolitics",
        "markets",
        "supply-chain"
      ],
      "examples": [
        "Which tool gives live shipping chokepoint status?",
        "I need country risk and instability scores for Iran",
        "Where do I get commodity prices and energy disruption data?"
      ]
    },
    {
      "id": "check-data-freshness",
      "name": "Data freshness probe",
      "description": "Ask whether WorldMonitor's data is fresh; returns the live seed-meta freshness envelope (cached_at + staleness) from the public, quota-free health surface.",
      "tags": [
        "health",
        "freshness",
        "monitoring"
      ],
      "examples": [
        "Is the market data fresh right now?"
      ]
    }
  ]
}