# Consistency Calendar [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/olliejgooding/consistency-calendar-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/consistency-calendar

## Description
Turn any goal with a deadline into a private, gamified, evidence-based execution calendar.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "consistency-calendar": {
    "url": "https://consistencycalendar.com/mcp"
  }
}
```

## Documentation & README

# Consistency Calendar MCP

Turn a goal with a deadline into a private, gamified, evidence-based execution calendar.

Consistency Calendar is a hosted remote MCP server for races, professional certifications, savings goals, life events, and other dated projects. An AI assistant interviews the user, validates a structured plan, creates a private calendar, and can later revise that plan without losing completed-item history.

## Connect

- **MCP endpoint:** `https://consistencycalendar.com/mcp`
- **Transport:** Streamable HTTP
- **Authentication:** None for connection. New calendars use private capability URLs and separate admin tokens for later reads and revisions.
- **Website:** https://consistencycalendar.com
- **Setup guide:** https://consistencycalendar.com/connect

Use the endpoint URL directly in any MCP client that supports remote Streamable HTTP servers.

## Tools

| Tool | Purpose |
| --- | --- |
| `list_templates` | Browse planning templates and goal playbooks. |
| `get_template_guide` | Load the interview checklist and evidence-based constraints for a goal. |
| `validate_spec` | Validate a SprintSpec before creating or revising a calendar. |
| `create_calendar` | Create a private hosted execution calendar. |
| `get_status` | Read execution, streak, missed-session, and risk signals. |
| `revise_calendar` | Replace the plan while preserving ticks and history. |
| `attach_document` | Attach supporting text such as a syllabus or race information. |
| `read_document` | Read a previously attached document during replanning. |
| `create_share_link` | Create or disable a privacy-safe public progress page. |

## Example prompts

- "I'm doing my first HYROX in January. Build me a training calendar for four gym days a week."
- "I have the AWS Solutions Architect exam on 6 November. Turn the syllabus into a study plan."
- "We're saving GBP 15,000 for a house deposit by next June. Make us an action calendar."
- "Check my calendar progress and tell me what to adjust this week."

## Data and safety

Consistency Calendar is a planning and tracking tool, not medical, financial, legal, or professional coaching advice. Do not send credentials, payment-card information, government identifiers, medical records, or other restricted personal data through the server.

- [Privacy policy](https://consistencycalendar.com/privacy)
- [Terms](https://consistencycalendar.com/terms)
- [Support](https://consistencycalendar.com/support)
- [Security policy](https://github.com/olliejgooding/consistency-calendar-mcp/blob/HEAD/SECURITY.md)

The hosted service and MCP implementation are proprietary and operated by Responsive Data Solutions Limited. This repository contains public connection metadata and documentation only; it does not contain the service source code.


