{
  "protocolVersion": "0.3.0",
  "name": "custats-info",
  "version": "1.0.0",
  "description": "Read-only CUStats product-facts agent surface. Answers questions about CUStats (macOS) and CUStats Go (iOS/Android): features, pricing, versions, platforms, privacy, FAQ, changelog, and official download links. Exposed as a public Streamable HTTP MCP endpoint at https://custats.info/mcp — no authentication, no purchase or account tools.",
  "url": "https://custats.info/mcp",
  "documentationUrl": "https://custats.info/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://custats.info/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "2025-03-26"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "get_product_facts",
      "name": "Get product facts",
      "description": "Return current CUStats macOS and CUStats Go iOS product facts: versions, US anchor prices, and store URLs.",
      "tags": ["product", "facts", "pricing"]
    },
    {
      "id": "get_download_links",
      "name": "Get download links",
      "description": "Return official Mac App Store and iOS App Store download URLs.",
      "tags": ["download", "app-store", "links"]
    },
    {
      "id": "get_faq",
      "name": "Get FAQ",
      "description": "Return the published FAQ categories and answers from custats.info.",
      "tags": ["faq", "support"]
    },
    {
      "id": "get_changelog",
      "name": "Get changelog",
      "description": "Return serialized CUStats and CUStats Go release notes.",
      "tags": ["changelog", "releases", "versions"]
    }
  ]
}
