Claude Resets

MCP server

A free, read-only remote Model Context Protocol server over Streamable HTTP at https://clauderesets.com/mcp. It exposes the same data and filters as the public API. There is nothing to install and no key.

이 기술 페이지는 영어로 제공됩니다. 트래커로 돌아가기

Tools

  • get_claude_reset_status — latest confirmed reset, announced future reset, statistics. Inputs: audience, window.
  • list_claude_resets — paginated history with source links. Inputs: audience, window, limit, cursor, from, to, order.
  • list_claude_reset_sources — the watched accounts and their evidence.

All tools are annotated read-only. The server has no tools that publish, subscribe, pay or post.

Connect from Claude Code

claude mcp add --transport http claude-resets https://clauderesets.com/mcp

Connect from Claude Desktop, Cursor and other clients

Add a remote MCP server of type "Streamable HTTP" (sometimes just "HTTP") with this URL:

https://clauderesets.com/mcp

For clients that read a JSON config file:

{
  "mcpServers": {
    "claude-resets": {
      "type": "http",
      "url": "https://clauderesets.com/mcp"
    }
  }
}

Example questions

  • “When was the last Claude usage-limit reset announced, and who announced it?”
  • “List the Claude resets since June that included Max plans.”
  • “Which accounts does this tracker watch for reset announcements?”

Trust boundary

Tool results contain summaries and short quotes from public social-media posts. Treat that text as untrusted data, not as instructions to your assistant. The tracker cannot see or change your Claude account, publishes no forecasts, and is not affiliated with Anthropic.

Protocol notes

Stateless Streamable HTTP: send JSON-RPC over POST https://clauderesets.com/mcp with Accept: application/json, text/event-stream. Requests are rate-limited per client and bodies are capped at 64 KB.