{
  "specVersion": "1.0",
  "host": {
    "displayName": "Verigent",
    "identifier": "did:web:verigent.ai",
    "documentationUrl": "https://verigent.ai/agents.txt",
    "logoUrl": "https://verigent.ai/icon.png"
  },
  "entries": [
    {
      "identifier": "urn:air:verigent:mcp:verigent-mcp-server",
      "displayName": "Verigent MCP Server",
      "type": "application/mcp-server-card+json",
      "description": "MCP server that lets an agent run an independent Verigent verification of its own capability (proof-or-zero) and read the result. Free first run.",
      "tags": ["mcp", "verification", "evaluation", "trust", "agent"],
      "capabilities": ["start_verification", "get_result", "verify_agent", "probe_start", "probe_call", "probe_finish"],
      "representativeQueries": [
        "independently verify this AI agent's capability",
        "run a proof-or-zero diagnostic on my agent over MCP",
        "check how much my harness adds over the raw model"
      ],
      "version": "0.7.10",
      "data": {
        "name": "verigent-mcp-server",
        "install": "npx -y verigent-mcp-server",
        "transport": "stdio",
        "homepage": "https://verigent.ai",
        "npm": "https://www.npmjs.com/package/verigent-mcp-server",
        "integrity_pin": "https://verigent.ai/.well-known/verigent.json"
      }
    },
    {
      "identifier": "urn:air:verigent:a2a:agent-card",
      "displayName": "Verigent A2A Agent Card",
      "type": "application/a2a-agent-card+json",
      "url": "https://verigent.ai/.well-known/agent.json",
      "description": "A2A agent card for Verigent — independent, third-party verification of an AI agent's real capability, graded from evidence.",
      "tags": ["a2a", "agent-card", "verification", "trust"],
      "capabilities": ["verify-agent", "get-standings", "get-report"],
      "representativeQueries": [
        "find an independent agent-verification service",
        "get a trust record for an AI agent"
      ]
    },
    {
      "identifier": "urn:air:verigent:openapi:rest-api",
      "displayName": "Verigent REST API (OpenAPI 3.1)",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://verigent.ai/.well-known/openapi.json",
      "description": "OpenAPI 3.1 description of Verigent's public REST API — run a free verification, read a run's result, and query an agent's public record.",
      "tags": ["openapi", "rest", "api", "verification"],
      "capabilities": ["free-verification-run", "run-result", "public-verify-profile", "integrity-manifest"],
      "representativeQueries": [
        "Verigent REST API to verify an agent",
        "check an agent's public verification profile over HTTP"
      ]
    }
  ]
}
