Codex Reset
Read-only Codex usage-limit reset data: 24/48h reset forecast, dated reset record, service status.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"codex-reset": {
"url": "https://codex-reset.com/mcp"
}
}
}Remote endpoints
https://codex-reset.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢get_reset_forecast(locale)
Current probability that OpenAI resets Codex usage limits in the next 24 and 48 hours, with confidence, the last confirmed reset time and any active official signal. A forecast, not a promise.
Input Schema
{
"type": "object",
"properties": {
"locale": {
"type": "string",
"enum": [
"en",
"zh",
"ja",
"es"
],
"description": "Language of the human-readable copy. Default en."
}
},
"additionalProperties": false
}🟢get_reset_timeline(group, from, to, limit, locale)
Dated record of verified Codex usage-limit resets and related announcements (boosts, unlocks, credits), newest first, each with its source URL.
Input Schema
{
"type": "object",
"properties": {
"group": {
"type": "string",
"enum": [
"reset",
"boost",
"unlock",
"credits"
],
"description": "Kind of event. Default reset."
},
"from": {
"type": "string",
"description": "Earliest date, YYYY-MM-DD."
},
"to": {
"type": "string",
"description": "Latest date, YYYY-MM-DD."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"description": "Number of events. Default 10."
},
"locale": {
"type": "string",
"enum": [
"en",
"zh",
"ja",
"es"
],
"description": "Language of the human-readable copy. Default en."
}
},
"additionalProperties": false
}🟢get_codex_status(locale)
Current OpenAI Codex service state as tracked by codex-reset.com, to tell an outage apart from a usage limit.
Input Schema
{
"type": "object",
"properties": {
"locale": {
"type": "string",
"enum": [
"en",
"zh",
"ja",
"es"
],
"description": "Language of the human-readable copy. Default en."
}
},
"additionalProperties": false
}Community
Evidence