{
  "description": "Compares supplied supplier claims with public observations and declared interface metadata while preserving unknowns.",
  "endpoint": "https://www.gaipagents.com/mcp/agents/procurement-verify",
  "name": "io.github.tjcgraham-rgb/gaip-procurement-verify",
  "protocolVersion": "2025-06-18",
  "publication": {
    "acceptanceNotImplied": true,
    "descriptorLive": true,
    "officialMcpRegistry": "PENDING_INDIVIDUAL_REGISTRY_ACCEPTANCE"
  },
  "repository": {
    "source": "github",
    "url": "https://github.com/tjcgraham-rgb/-gaip-agent-to-art-prototype"
  },
  "schema_version": "gaip.agent-mcp-descriptor.v1",
  "title": "GAIP Procurement Evidence Agent",
  "tools": [
    {
      "annotations": {
        "destructiveHint": false,
        "openWorldHint": false,
        "readOnlyHint": false
      },
      "description": "Compare supplied public claims and task observations, check declared metadata, and return dispositions with a retained receipt. No supplier approval or independent claim verification.",
      "inputSchema": {
        "additionalProperties": true,
        "properties": {
          "claims": {
            "items": {
              "type": "object"
            },
            "maxItems": 20,
            "minItems": 1,
            "type": "array"
          },
          "continuity_handle": {
            "additionalProperties": false,
            "properties": {
              "continuity_id": {
                "type": "string"
              },
              "token": {
                "type": "string"
              }
            },
            "required": [
              "continuity_id",
              "token"
            ],
            "type": "object"
          },
          "counterparty_id": {
            "type": "string"
          },
          "data_classification": {
            "enum": [
              "PUBLIC",
              "NON_PERSONAL_PUBLIC"
            ],
            "type": "string"
          },
          "episode_id": {
            "type": "string"
          },
          "independent_operator_id": {
            "type": "string"
          },
          "metadata": {
            "type": "object"
          },
          "observations": {
            "items": {
              "type": "object"
            },
            "maxItems": 30,
            "type": "array"
          },
          "protocol": {
            "enum": [
              "A2A",
              "MCP",
              "OPENAPI"
            ],
            "type": "string"
          },
          "synthetic": {
            "type": "boolean"
          },
          "task_class": {
            "type": "string"
          }
        },
        "required": [
          "data_classification",
          "counterparty_id",
          "task_class",
          "protocol",
          "claims",
          "metadata"
        ],
        "type": "object"
      },
      "name": "gaip_verify_supplier_claims",
      "title": "Compare supplier claims"
    }
  ],
  "transport": "streamable-http",
  "version": "1.0.0"
}