Quota Reset Watch
只读的Codex和Claude公共配额重置证据、历史记录、来源健康状况以及历史24/48小时估算。远程MCP位于https://quotaresetwatch.com/mcp。无需API密钥;不监控个人账户。
托管 MCP 服务器
npx add-mcp 'https://quotaresetwatch.com/mcp'可安装到 Claude Code、Codex、Cursor 等客户端
文档
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?”
| Tool | Purpose |
|---|---|
list_public_resets | List records by product and date |
get_reset_event | Read one record and primary evidence |
get_reset_outlook | Estimates, samples and saved forecast outcomes |
get_source_health | Last 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"
- /api/v1/events —
product=all|codex|claude,limit=1…50,since=YYYY-MM-DD /api/v1/events/{slug}— one published record- /api/v1/outlook — supports the product filter
- /api/v1/sources — monitoring health
- OpenAPI 3.1 JSON ↗
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 ↗