{
  "specVersion": "1.0",
  "host": {
    "displayName": "s&box watch",
    "identifier": "did:web:sbox.watch",
    "documentationUrl": "https://sbox.watch/agents/"
  },
  "entries": [
    {
      "identifier": "urn:air:sbox.watch:mcp:sbox-watch",
      "displayName": "s&box watch MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://sbox.watch/.well-known/mcp/server-card.json",
      "description": "Public read-only tools for live s&box packages, dedicated servers, and ecosystem activity.",
      "tags": [
        "sbox",
        "games",
        "packages",
        "dedicated-servers",
        "analytics"
      ],
      "capabilities": [
        "get_ecosystem_snapshot",
        "search_packages",
        "get_package",
        "search_servers",
        "get_server",
        "get_activity_history"
      ],
      "representativeQueries": [
        "find active dedicated s&box servers",
        "search for popular s&box games and maps",
        "show current and historical s&box player activity"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:sbox.watch:api:public-data",
      "displayName": "s&box watch public data API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://sbox.watch/openapi.json",
      "description": "Read-only HTTP APIs for public s&box packages, servers, activity, and analytics search.",
      "tags": [
        "sbox",
        "openapi",
        "public-data",
        "analytics"
      ],
      "capabilities": [
        "package_search",
        "server_search",
        "activity_history",
        "analytics_search"
      ],
      "representativeQueries": [
        "query live s&box package and server data over HTTP",
        "find s&box games and organizations for analytics"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:sbox.watch:skill:discover-sbox-packages",
      "displayName": "Discover public s&box packages",
      "type": "application/ai-skill+md",
      "url": "https://sbox.watch/.well-known/agent-skills/discover-sbox-packages/SKILL.md",
      "description": "Find and compare public s&box games, maps, and libraries using live discovery data.",
      "tags": [
        "sbox",
        "agent-skill",
        "public-data"
      ],
      "capabilities": [
        "search_packages",
        "get_package"
      ],
      "representativeQueries": [
        "find popular s&box games with active players",
        "compare s&box maps by live servers and popularity"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:sbox.watch:skill:inspect-sbox-servers",
      "displayName": "Inspect live s&box servers",
      "type": "application/ai-skill+md",
      "url": "https://sbox.watch/.well-known/agent-skills/inspect-sbox-servers/SKILL.md",
      "description": "Find and inspect public dedicated s&box servers, occupancy, games, and maps.",
      "tags": [
        "sbox",
        "agent-skill",
        "public-data"
      ],
      "capabilities": [
        "search_servers",
        "get_server"
      ],
      "representativeQueries": [
        "find active dedicated s&box servers",
        "show which game and map an s&box server is running"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:sbox.watch:skill:analyze-sbox-activity",
      "displayName": "Analyze s&box ecosystem activity",
      "type": "application/ai-skill+md",
      "url": "https://sbox.watch/.well-known/agent-skills/analyze-sbox-activity/SKILL.md",
      "description": "Read current ecosystem totals and bounded player-history series for s&box.",
      "tags": [
        "sbox",
        "agent-skill",
        "public-data"
      ],
      "capabilities": [
        "get_ecosystem_snapshot",
        "get_activity_history"
      ],
      "representativeQueries": [
        "show current s&box player and server activity",
        "get player history for an s&box game"
      ],
      "version": "1.0.0"
    }
  ]
}
