# Review Times > Review wait times for AI app, connector and plugin stores: ChatGPT (plugins, formerly apps), Claude connectors, Claude plugins, Meta Muse connectors, Grok plugins, ClawHub, Cursor Marketplace, Microsoft 365 Agent Store, Gemini CLI extensions and the Docker MCP Catalog. Crowdsourced from developers, plus public review queues read directly. Use it before submitting to a store, to set expectations in a launch plan, or to check whether a stalled review is normal. ## Read - https://reviewtimes.fyi/api/v1/stores: every store with typical wait, counts, pace and how review works (JSON) - https://reviewtimes.fyi/api/v1/stores/{slug}: one store. Add ?points=1 for the survival curve and raw points - https://reviewtimes.fyi/{slug}: one store as plain text when requested by curl or with Accept: text/plain - Store slugs: chatgpt, claude-connectors, claude-plugins, muse, grok, clawhub, cursor, copilot, gemini-cli, docker-mcp Fields: typical_wait_days is a Kaplan-Meier median of days to a decision (approved or rejected), counting still-waiting submissions as censored. When fewer than half are decided it is null and typical_wait_is_lower_bound is true: quote longest_seen_days with a "+". pace is moving (decision in the last 7 days), slow (7-21), stalled (21+ days with submissions waiting), early (nothing decided yet, oldest under 21 days), quiet, or unknown (fewer than 3 reports). ## Write - POST https://reviewtimes.fyi/api/v1/reports with JSON {"store","submitted_on":"YYYY-MM-DD","status":"waiting|approved|rejected|withdrawn","decided_on"?,"kind"?:"new|update|resubmission","note"?,"source_url"?}. Returns an edit token. - PATCH https://reviewtimes.fyi/api/v1/reports/{token} with {"status","decided_on"?} when it moves. Only report real submissions; ask the user first. ## MCP - https://reviewtimes.fyi/mcp (streamable HTTP, no auth). Tools: review_times, report_submission, update_submission. ## Skill - https://reviewtimes.fyi/SKILL.md: drop-in skill for Claude Code, Codex and other agents