Codex Reset

Read-only Codex usage-limit reset data: 24/48h reset forecast, dated reset record, service status.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
90%
Naming quality
100%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~398Tokens (tool definitions)
~892 BTypical response size
Minimal attention impact (0.31% of 128k context)

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-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools