{
  "specVersion": "1.0",
  "host": {
    "displayName": "Review Times",
    "identifier": "did:web:reviewtimes.fyi",
    "url": "https://reviewtimes.fyi"
  },
  "entries": [
    {
      "identifier": "urn:air:reviewtimes.fyi:server:review-times",
      "displayName": "Review Times MCP server",
      "description": "Review wait times for AI app, connector and plugin stores; report and update your own submission.",
      "type": "application/mcp-server-card+json",
      "url": "https://reviewtimes.fyi/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "how long does ChatGPT plugin review take",
        "is my Claude plugin submission stuck in review",
        "how long until Meta Muse approves a connector",
        "which AI app store reviews submissions fastest"
      ]
    },
    {
      "identifier": "urn:air:reviewtimes.fyi:api:review-times",
      "displayName": "Review Times REST API",
      "description": "Public JSON API: review times per store, and reporting a submission.",
      "type": "application/openapi+json",
      "url": "https://reviewtimes.fyi/openapi.json",
      "representativeQueries": [
        "get review times for all AI app stores as JSON",
        "report an app store submission waiting for review",
        "Grok plugin marketplace review queue length"
      ]
    },
    {
      "identifier": "urn:air:reviewtimes.fyi:skill:review-times",
      "displayName": "Review Times agent skill",
      "description": "SKILL.md for Claude Code, Codex and other agents.",
      "type": "text/markdown",
      "url": "https://reviewtimes.fyi/.well-known/agent-skills/review-times/SKILL.md",
      "representativeQueries": [
        "check app store review time before submitting a plugin",
        "set expectations for a Claude connector launch"
      ]
    }
  ]
}