← reviewtimes.fyi

INDIVIDUAL MCP TOOL

update_submission

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

reviewtimes.fyinone authenticationAvailability not checked

LIVE ENDPOINT

https://reviewtimes.fyi/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_submission and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

reviewtimes.fyi

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.

Related tools

  • review_times — How long AI app, connector and plugin stores take to review submissions.
  • report_submission — Add the user's own submission to a store so others can see real wait times.