
Lock In Study Planner
Connect an agent to Lock-In’s remote MCP endpoint so it can manage study tasks, deadlines, and schedules for high-school planning workflows.
Overview
Lock-In Study Planner is a MCP server for the validate phase that lets agents manage high-school study tasks, deadlines, and schedules via a hosted streamable-HTTP endpoint.
What is this MCP server?
- Streamable HTTP remote at https://lockinplanner.com/mcp—no local npm package in the registry manifest
- Purpose-built study planner: tasks, deadlines, and schedules for high school students
- Version 1.0.0 with GitHub source at lockinplanner/lock-in
- Fits agents that orchestrate calendar-style planning instead of editing repos directly
- Hosted MCP model—configuration is URL-based rather than stdio subprocess
- Registry version 1.0.0
- Transport: streamable-http remote URL
- Repository: github.com/lockinplanner/lock-in
What problem does it solve?
Builders and students need a single agent-accessible planner instead of juggling spreadsheets and ad-hoc reminders for schoolwork.
Who is it for?
Education apps, student copilots, or parents building agents that need an external study-calendar backend over MCP.
Skip if: Solo indie SaaS builders with no student scheduling use case, or teams that require fully self-hosted planner infrastructure.
What do I get? / Deliverables
After registering the remote MCP URL, your agent can read and update Lock-In schedules and deadlines through standard MCP tooling.
- Agent-managed study tasks and deadlines via MCP
- Integrated schedule queries and updates against Lock-In
- Reduced custom calendar API work for student-facing agents
Recommended MCP Servers
Journey fit
Deadline and task planning fits the validate phase where builders (or student users they serve) lock scope and schedules before heavy execution. Subphase scope covers structured planning of tasks, milestones, and calendars rather than building product code.
How it compares
Hosted study-planner MCP integration, not a local dev skill or browser automation pack.
Common Questions / FAQ
Who is Lock-In Study Planner for?
High school students, education builders, and agent authors who want MCP-driven task and deadline management without writing a planner API.
When should I use Lock-In Study Planner?
Use it when validate-phase planning or operate-phase iteration needs structured study schedules exposed to Claude Code, Cursor, or another MCP client.
How do I add Lock-In Study Planner to my agent?
Add the streamable HTTP remote https://lockinplanner.com/mcp to your MCP client config per your host’s remote-server docs, then authenticate per Lock-In’s product requirements if prompted.