{
  "schema_version": "1.0",
  "name": "TransparencyOf Agent",
  "description": "Prove content origin across AI agents.",
  "url": "https://transparencyof.ai",
  "provider": {
    "organization": "Council for the Safety of AI (CSOAI)",
    "url": "https://csoai.org"
  },
  "capabilities": {
    "streaming": false,
    "mcp": true,
    "a2a": true
  },
  "skills": [
    {
      "id": "sign",
      "name": "watermarking-authenticity-mcp.sign",
      "description": "Watermark and cryptographically sign AI-generated content directly from any agent or pipeline."
    },
    {
      "id": "verify",
      "name": "watermarking-authenticity-mcp.verify",
      "description": "Verify content provenance and detect tampering for any signed asset."
    }
  ],
  "endpoints": {
    "a2a": "https://transparencyof.ai/a2a",
    "mcp_catalog": "https://transparencyof.ai/.well-known/mcp.json"
  },
  "sector": "compliance"
}