
MantleKit Launch Planner
dev.mantlekit/launch-planner is a MCP server that generates MantleKit setup plans and launch-ready SaaS blueprints from a product idea.
About
dev.mantlekit/launch-planner is MantleKit’s MCP service for SaaS founders who have a product idea but need a disciplined plan for scaffolding, services, and launch readiness. Instead of improvising stack and folder structure in chat, you register the streamable-http endpoint and let your agent call the planner to emit MantleKit-oriented setup guidance and blueprints you can execute in the Build and Ship phases. It fits Validate when you are sizing the product and choosing how MantleKit will host auth, billing, and app modules, and it remains useful when you pivot scope before coding deeply. The entry points to the mantlekit monorepo’s mcp-launch-planner service and the mantlekit.dev MCP docs, which helps auditors verify what the server does. It is a planning and blueprint MCP, not a deployed runtime or hosting panel. Developers who do not intend to use MantleKit should skip it; those on other stacks may prefer generic architecture skills instead.
- Generates MantleKit setup plans from a product idea via remote MCP at https://mcp.mantlekit.dev/mcp.
- Produces launch-ready SaaS blueprints aligned with MantleKit conventions.
- Registry version 0.1.3 with open-source subfolder services/mcp-launch-planner on GitHub.
- Documented website: https://mantlekit.dev/mcp for human setup reference.
- Streamable-http remote—no local stdio package required for basic registration.
MantleKit Launch Planner by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http launch-planner https://mcp.mantlekit.dev/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Turn a rough SaaS product idea into a MantleKit setup plan and launch-ready blueprint your agent can follow.
Who is it for?
Best when you're committing to MantleKit and want agent-assisted launch planning before writing production code.
Skip if: Non-SaaS products, teams on unrelated frameworks, or founders who already have a frozen architecture spec.
What you get
After adding the MCP remote, your agent can produce structured MantleKit setup and launch blueprints you can implement step by step.
- MantleKit-oriented setup plan for your SaaS idea
- Launch-ready blueprint the agent can reference during Build
- Reduced guesswork on MantleKit project structure before coding
By the numbers
- Registry version 0.1.3
- Remote URL https://mcp.mantlekit.dev/mcp
- Open-source path: github.com/gcampton/mantlekit services/mcp-launch-planner
Recommended MCP Servers
How it compares
MantleKit-specific launch blueprint MCP, not a general cloud provisioning or monitoring server.
FAQ
Who is dev.mantlekit/launch-planner for?
SaaS developers using or evaluating MantleKit who want MCP-driven setup and launch plans from an early product idea.
When should I use dev.mantlekit/launch-planner?
Use it during Validate when scoping a new SaaS and deciding how MantleKit should be structured before heavy Build and Ship work.
How do I add dev.mantlekit/launch-planner to my agent?
Register the streamable-http remote https://mcp.mantlekit.dev/mcp in your MCP client, follow https://mantlekit.dev/mcp if needed, then invoke planner tools from your agent session.