Quota Reset Watch

Nur-Lese-Nachweise für öffentliche Quoten-Resets von Codex und Claude, Verlauf, Quellenstatus und historische 24/48-Stunden-Schätzungen. Remote-MCP unter https://quotaresetwatch.com/mcp. Kein API-Schlüssel; keine Überwachung persönlicher Konten.

Gehosteter MCP-Server

npx add-mcp 'https://quotaresetwatch.com/mcp'

Installiert in Claude Code, Codex, Cursor und mehr

Dokumentation

Connect with MCP

Add the following server URL in a client supporting remote MCP with Streamable HTTP. No API key is required. Remote connector availability depends on your client and plan.

https://quotaresetwatch.com/mcp

Try: “Show recent Claude public resets, their scope and original sources.” Or: “What is the historical 48-hour Codex estimate, and is its sample sufficient?”

ToolPurpose
list_public_resetsList records by product and date
get_reset_eventRead one record and primary evidence
get_reset_outlookEstimates, samples and saved forecast outcomes
get_source_healthLast successful checks and source issues

Read JSON directly

curl "https://quotaresetwatch.com/api/v1/events?product=claude&limit=5"

curl "https://quotaresetwatch.com/api/v1/outlook?product=codex"

Interpret the response correctly

Each event includes bilingual text, announcement time and precision, scope, rollout state, primary evidence and a detail-page URL. generatedAt is when the data snapshot was created; sources.lastSuccess is the last successful source check. Reading the API does not mean a reset just happened.

Only kind=public-reset with state=completed indicates explicit execution evidence. banked-reset identifies a saved reset opportunity. A null probability means insufficient history; a percentage is a historical estimate, not a countdown.

Coverage and fair use

Coverage concerns extra resets for public groups, never personal accounts. Free discovery sources, official pages and primary posts form the evidence chain; some announcements may be missed. Data is cached for up to 60 seconds; poll every five minutes or less often, with up to 50 records per request. HTTP errors use 400/404/503; MCP tool failures set isError.

MCP returns stateless JSON responses, without SSE listening or write operations. Supported protocol versions: 2025-11-25, 2025-06-18 and 2025-03-26. POST requests require Accept: application/json, text/event-stream. Browser Origins are limited to this site, claude.ai and chatgpt.com; other web apps can use the CORS-enabled REST API.

When displaying or analyzing data, link primary sources and credit Quota Reset Watch. Source text remains the original author’s work. Corrections and working integrations are welcome. GitHub ↗