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.
ENDPOINT 1
https://consistencycalendar.com/mcp
MCP server metadata
- Name
- consistency-calendar
- Version
- 0.2.0
Known tools 9
list_templatesConsistency 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-onlyget_template_guideGet 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-onlycreate_calendarCreate a hosted Consistency Calendar from a validated SprintSpec.
Potential side effectsget_statusRead structured progress for a sprint calendar (execution %, streaks, missed sessions, metric vs guide, at-risk flags) so you can coach the user.
Inferred read-onlyrevise_calendarReplace a calendar's plan with a revised SprintSpec (life happened: injury, moved exam, new constraints).
Inferred read-onlyattach_documentAttach a supporting text document to a calendar — a syllabus/curriculum, exam spec, training history, race info.
Inferred read-onlyread_documentRead a document previously attached to a calendar (ids are listed in get_status under `documents`).
Inferred read-onlycreate_share_linkCreate (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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.