← consistencycalendar.com

INDIVIDUAL MCP TOOL

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.

consistencycalendar.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://consistencycalendar.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_share_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

consistencycalendar.com

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.

Related tools

  • 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.
  • 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.
  • validate_spec — Validate a draft SprintSpec without creating anything.
  • create_calendar — Create a hosted Consistency Calendar from a validated SprintSpec.
  • 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.
  • revise_calendar — Replace a calendar's plan with a revised SprintSpec (life happened: injury, moved exam, new constraints).
  • attach_document — Attach a supporting text document to a calendar — a syllabus/curriculum, exam spec, training history, race info.
  • read_document — Read a document previously attached to a calendar (ids are listed in get_status under `documents`).