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.
ENDPOINT 1
https://reviewtimes.fyi/mcp
MCP server metadata
- Name
- reviewtimes
- Version
- 1.0.0
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_timesHow long AI app, connector and plugin stores take to review submissions.
Inferred read-onlyreport_submissionAdd the user's own submission to a store so others can see real wait times.
Inferred read-onlyupdate_submissionMark a previously reported submission as still waiting, approved, rejected or withdrawn, using its token.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.