{
  "serverInfo": {
    "name": "Agenda Intelligence MD MCP Server",
    "version": "1.12.1"
  },
  "description": "Installable stdio MCP server for evidence-readiness workflows: schema validation, claim audit, source coverage, quote-presence checks, and analysis prompt assembly. It routes evidence to human review; it does not provide legal, compliance, sanctions, financial, procurement, or factual-truth determinations.",
  "transport": {
    "type": "stdio",
    "command": "agenda-intelligence-mcp",
    "install": "pip install agenda-intelligence-md"
  },
  "protocolVersion": "2026-07-28",
  "protocolVersions": [
    "2026-07-28",
    "2025-11-25",
    "2025-06-18",
    "2025-03-26"
  ],
  "transports": [
    {
      "type": "stdio",
      "command": "agenda-intelligence-mcp",
      "install": "pip install agenda-intelligence-md",
      "tools_note": "Full local catalog: schema validation, claim audit, coverage, quote checks, prompt assembly."
    },
    {
      "type": "streamable-http",
      "url": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/mcp",
      "stateless": true,
      "tools": [
        "strategic_risk_triage",
        "fleet_directory",
        "corridor_bankability_screen"
      ],
      "tools_note": "Hosted endpoint exposes this deployment's triage contract only, not the local catalog."
    }
  ],
  "documentationUrl": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/MCP.md",
  "package": "https://pypi.org/project/agenda-intelligence-md/",
  "repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
  "related": {
    "ai_catalog": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/.well-known/ai-catalog.json",
    "api_catalog": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/.well-known/api-catalog",
    "openapi": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/api/openapi.json",
    "agent_card": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/.well-known/agent-card.json",
    "did": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/.well-known/did.json",
    "entitymap": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/entitymap.json",
    "source_policy": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/SOURCE_POLICY.md",
    "okf_bundle": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/okf/index.md",
    "okf_repository_copy": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/okf/index.md",
    "confidential_project_room_profile": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/profiles/confidential-project-room",
    "confidential_project_room_example": "https://agenda-intelligence-a2a.vassiliy-lakhonin.workers.dev/profiles/confidential-project-room/redacted-example.json"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "validate_memo",
      "description": "Validate a strategic-risk memo against the agenda memo schema.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "audit_claims",
      "description": "Audit claim-level evidence links, support levels, and unsupported claims.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "source_coverage",
      "description": "Check whether an evidence pack covers required source categories.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "verify_quotes",
      "description": "Check whether quoted fragments appear in caller-supplied source text.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "analyze",
      "description": "Assemble an evidence-disciplined analysis prompt for human review.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "validate_evidence",
      "description": "Validate an evidence pack contract before handoff.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "score_output",
      "description": "Score output readiness against evidence and policy quality gates.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "list_source_categories",
      "description": "List source categories used for coverage planning.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": true
      }
    }
  ],
  "boundaries": [
    "Micropayments settled directly on Base (Chain ID 8453, USDC); no custody of user funds.",
    "No autonomous live source retrieval.",
    "No factual-truth verification.",
    "No legal, financial, compliance, investment, or trading advice."
  ],
  "security_posture": {
    "zero_retention_guarantee": true,
    "prompt_retention": "none",
    "payload_persistence": "ephemeral_ram_only",
    "dlp_sanitization": "real_time",
    "context_isolation_verified": true,
    "eval_framework_safe": true,
    "pricing_model": "tiered_enterprise",
    "engagement_tiers": {
      "tier_1_community_sandbox": "free",
      "tier_2_dedicated_pro_tenant_usd_monthly": 490,
      "tier_3_confidential_deal_dossier_usd": 99,
      "tier_3_pilot_promo_usd": 49
    },
    "data_handling": [
      "No caller prompt text stored in logs or telemetry.",
      "Zero data retention: processed in-memory and discarded immediately upon verdict generation.",
      "Integrated Vizier Action Firewall for DLP credentials redaction and OFAC 50% Rule screening."
    ]
  }
}