{
  "specVersion": "1.0",
  "host": {
    "displayName": "Statsheet",
    "identifier": "https://www.statsheet.co"
  },
  "entries": [
    {
      "identifier": "urn:air:statsheet.co:mcp:readonly",
      "displayName": "Statsheet Read-Only MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://www.statsheet.co/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "connect to the Statsheet read-only MCP server",
        "query athlete and team social follower leaderboards",
        "list Statsheet analytics tables for sports data"
      ]
    },
    {
      "identifier": "urn:air:statsheet.co:skill:index",
      "displayName": "Statsheet Agent Skills",
      "type": "application/json",
      "url": "https://www.statsheet.co/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how to connect Claude to Statsheet MCP",
        "how to query Statsheet analytics tables from an agent",
        "what OAuth scopes does Statsheet MCP require"
      ]
    },
    {
      "identifier": "urn:air:statsheet.co:catalog:api",
      "displayName": "Statsheet API Catalog",
      "type": "application/linkset+json",
      "url": "https://www.statsheet.co/.well-known/api-catalog.json",
      "representativeQueries": [
        "where is the Statsheet MCP service documented",
        "find the Statsheet API catalog for agents"
      ]
    },
    {
      "identifier": "urn:air:statsheet.co:openapi:mcp",
      "displayName": "Statsheet MCP OpenAPI",
      "type": "application/json",
      "url": "https://www.statsheet.co/openapi.json",
      "representativeQueries": [
        "Statsheet MCP OpenAPI description",
        "how to call the Statsheet MCP HTTP endpoint"
      ]
    }
  ]
}
