{
  "protocolVersion": "1.0",
  "name": "ProServer Banlist Agent",
  "description": "Read-only A2A agent card for the ProServer shared NMRiH banlist. Search bans, check server status, pull aggregate stats. No write actions, no auth needed.",
  "url": "https://proserver.sk",
  "provider": {
    "organization": "Avalon Community Servers",
    "url": "https://avaloncs.net"
  },
  "version": "1.0.0",
  "documentationUrl": "https://proserver.sk/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "ban-lookup",
      "name": "Ban lookup",
      "description": "Check whether a player is sanctioned, by Steam ID, nickname or IP.",
      "tags": ["bans", "moderation", "lookup"],
      "examples": ["Is STEAM_0:1:100763221 banned on ProServer?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "endpoint": "https://proserver.sk/index.php?p=banlist"
    },
    {
      "id": "network-stats",
      "name": "Network statistics",
      "description": "Aggregate ban, comm and server counts, refreshed live.",
      "tags": ["statistics"],
      "endpoint": "https://proserver.sk/ai/stats.json"
    },
    {
      "id": "server-status",
      "name": "Server status",
      "description": "Live status of connected NMRiH game servers.",
      "tags": ["servers", "status"],
      "endpoint": "https://proserver.sk/ai/servers.json"
    },
    {
      "id": "knowledge",
      "name": "Knowledge API",
      "description": "Structured facts, entities, taxonomy, glossary, FAQ and change feed.",
      "tags": ["knowledge", "facts"],
      "endpoint": "https://proserver.sk/ai/knowledge.json"
    }
  ]
}
