Back to Agenda Intelligence MD

Card snapshot

agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev · 2026-05-22 11:40:50 UTC · ab605543c6ee762b9bcbf7566d67b5636383d0f6b1ded41fc4d1e7c885323d2d

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": "1.0",
  "name": "Agenda Intelligence MD",
  "description": "Live discovery wrapper for Agenda Intelligence MD, an evidence-discipline MCP layer for strategic-risk agents. The hosted wrapper supports A2A/JSON-RPC discovery and routing responses; full analysis, memo validation, evidence audit, and source-coverage diagnostics remain available through the installable stdio MCP package.",
  "url": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/message/send",
  "provider": {
    "organization": "Vassiliy Lakhonin",
    "url": "https://vassiliylakhonin.github.io/"
  },
  "version": "0.9.2",
  "documentationUrl": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/MCP.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "securitySchemes": {
    "noAuth": {
      "type": "none",
      "description": "Public read-only discovery wrapper; no API key required."
    }
  },
  "security": [
    {
      "noAuth": []
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "agenda-routing-note",
      "name": "Strategic-risk routing note",
      "description": "Returns a routing note for strategic-risk questions and points callers to the installable MCP server for full analyze, validate_memo, audit_claims, source_coverage, and signal lookup tools.",
      "tags": [
        "strategic-risk",
        "policy-analysis",
        "geopolitics",
        "sanctions",
        "mcp",
        "a2a"
      ],
      "examples": [
        "How should an agent use Agenda Intelligence for a sanctions-risk memo?",
        "Route this Red Sea shipping question to the relevant Agenda Intelligence modules."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    }
  ],
  "x_agenda_intelligence": {
    "hosted_wrapper": true,
    "wrapper_scope": "A2A/JSON-RPC discovery and routing response only",
    "repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
    "package": "https://pypi.org/project/agenda-intelligence-md/",
    "mcp": {
      "transport": "stdio",
      "server_command": "agenda-intelligence-mcp",
      "install": "pip install agenda-intelligence-md"
    },
    "boundaries": [
      "No payments or wallet rails.",
      "No autonomous live source retrieval.",
      "No factual-truth verification.",
      "No legal, financial, compliance, investment, or trading advice."
    ]
  }
}