← Registry

Productivity

consistencycalendar.com

Consistency Calendar MCP server creates and manages gamified, evidence-based execution calendars for goals with deadlines, including templates, spec validation, calendar creation, and progress tracking.

1 endpoint9 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

https://consistencycalendar.com/mcp

No auth detected

MCP server metadata

Name
consistency-calendar
Version
0.2.0
Capabilities
tools.listChanged

Known tools 9

list_templates

Consistency Calendar (consistencycalendar.com) turns a goal with a deadline (race, exam, savings target, life event, project) into a private, gamified, evidence-based execution calendar the user ticks off daily.

Inferred read-only
get_template_guide

Get the coaching guide for one sprint template: the interview checklist (what to ask the user), evidence-based constraints the plan must respect, a SprintSpec skeleton to adapt, and hard decline criteria.

Inferred read-only
validate_spec

Validate a draft SprintSpec without creating anything.

Inferred read-only
create_calendar

Create a hosted Consistency Calendar from a validated SprintSpec.

Potential side effects
get_status

Read structured progress for a sprint calendar (execution %, streaks, missed sessions, metric vs guide, at-risk flags) so you can coach the user.

Inferred read-only
revise_calendar

Replace a calendar's plan with a revised SprintSpec (life happened: injury, moved exam, new constraints).

Inferred read-only
attach_document

Attach a supporting text document to a calendar — a syllabus/curriculum, exam spec, training history, race info.

Inferred read-only
read_document

Read a document previously attached to a calendar (ids are listed in get_status under `documents`).

Inferred read-only
create_share_link

Create (or disable) a public read-only progress page for accountability: completion %, streak and countdown only — no session names, habit names or metric values.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.consistency-calendar]
url = "https://consistencycalendar.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "consistency-calendar": {
      "type": "http",
      "url": "https://consistencycalendar.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: consistency-calendar
Remote MCP URL: https://consistencycalendar.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "consistency-calendar": {
      "url": "https://consistencycalendar.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "consistency-calendar": {
      "type": "http",
      "url": "https://consistencycalendar.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "consistency-calendar",
  "transport": "streamable-http",
  "url": "https://consistencycalendar.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.