MantleKit Launch Planner (verified)
Generate launch-ready SaaS blueprints with MantleKit.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add gcampton/launch-planner
# Browse available tools
npx -y smithery tool list gcampton/launch-planner
# Get full schema for a tool
npx -y smithery tool get gcampton/launch-planner recommend_setup
# Call a tool
npx -y smithery tool call gcampton/launch-planner recommend_setup '{}'Direct MCP Connection
Endpoint: https://launch-planner--gcampton.run.tools
Tools (4)
recommend_setup— Recommend the best MantleKit tier, theme, and built-in feature set for a new app idea.generate_project_blueprint— Turn an app idea into a launch-ready MantleKit project blueprint with pages, dashboard sections, entities, and MVP scop…match_theme— Recommend the best MantleKit theme for a product type, audience, and brand direction.compare_build_vs_custom— Estimate where MantleKit saves time versus building from scratch for a SaaS project.
# Get full input/output schema for a tool
npx -y smithery tool get gcampton/launch-planner Resources
mantlekit://tiers— Catalog of MantleKit product tiers and their built-in limits.mantlekit://themes— Curated MantleKit theme metadata for setup recommendations.mantlekit://features— Core MantleKit feature catalog used by the launch planner.mantlekit://install-flow— Canonical MantleKit install and setup sequence.
Prompts (2)
plan-saas-with-mantlekit(idea) — Template prompt for generating a MantleKit recommendation and blueprint.choose-mantlekit-theme(appType, vibe) — Template prompt for theme and visual direction selection.