← Registry

Developer Tools

reviewtimes.fyi

Tracks and shares review wait times for AI app, connector, and plugin store submissions, allowing users to report and update submission statuses.

1 endpoint3 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://reviewtimes.fyi/mcp

No auth detected

MCP server metadata

Name
reviewtimes
Version
1.0.0
Capabilities
tools
Server instructions

Use review_times before a user submits to an AI app/connector/plugin store, or when a review seems stuck. Only report submissions the user confirms.

Known tools 3

review_times

How long AI app, connector and plugin stores take to review submissions.

Inferred read-only
report_submission

Add the user's own submission to a store so others can see real wait times.

Inferred read-only
update_submission

Mark a previously reported submission as still waiting, approved, rejected or withdrawn, using its token.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.reviewtimes]
url = "https://reviewtimes.fyi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "reviewtimes": {
      "type": "http",
      "url": "https://reviewtimes.fyi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: reviewtimes
Remote MCP URL: https://reviewtimes.fyi/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "reviewtimes": {
      "url": "https://reviewtimes.fyi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "reviewtimes": {
      "type": "http",
      "url": "https://reviewtimes.fyi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "reviewtimes",
  "transport": "streamable-http",
  "url": "https://reviewtimes.fyi/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.