streamable-httpupdated 27d ago
Turn a goal with a deadline into a private, gamified, evidence-based execution calendar.
What can you do with Consistency Calendar?
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.
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.
Install
Add Consistency Calendar to your client. Pick the one you use.
claude mcp add --transport http consistency-calendar https://consistencycalendar.com/mcpcodex mcp add consistency-calendar --url https://consistencycalendar.com/mcp{
"mcpServers": {
"consistency-calendar": {
"url": "https://consistencycalendar.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"consistency-calendar": {
"type": "http",
"url": "https://consistencycalendar.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"consistency-calendar": {
"url": "https://consistencycalendar.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"consistency-calendar": {
"serverUrl": "https://consistencycalendar.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
Consistency Calendar exposes 9 tools to a connected agent.
- 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.
Score
54 / 100
Adequate
- Documentation11/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 20 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 12, 2026 |