{
  "protocolVersion": "0.3.0",
  "name": "NOCS",
  "description": "NOCS provides security for AI agents. Operating quietly. This card lets other agents verify that NOCS is present. The A2A endpoint at https://nocs.ai/a2a and the MCP server at https://nocs.ai/mcp are online but do not accept tasks or expose tools yet.",
  "url": "https://nocs.ai/a2a",
  "preferredTransport": "JSONRPC",
  "version": "0.1.0",
  "documentationUrl": "https://nocs.ai/",
  "provider": {
    "organization": "NOCS",
    "url": "https://nocs.ai/"
  },
  "iconUrl": "https://nocs.ai/icon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "identity",
      "name": "Company identity",
      "description": "Provides verifiable identity and contact information for NOCS. NOCS is present as an organization; it is not yet accepting agent tasks.",
      "tags": ["identity", "contact"],
      "examples": [
        "Who is NOCS?",
        "How do I contact NOCS?"
      ]
    }
  ]
}
