MantleKit Launch Planner
Official4 toolsby mantlekit
Generate MantleKit setup plans and launch-ready SaaS blueprints from a product idea.
Generate SaaS setup plans and launch blueprints from product ideas using MantleKit.
Captured live from the server via tools/list.
recommend_setup
Recommend the best MantleKit tier, theme, and built-in feature set for a new app idea.
Parameters (11)
- appIdeastringrequired
Plain-English description of the app idea.
- businessTypestring
Business model or category, for example B2B SaaS or agency.
- targetAudiencestring
Primary audience for the product.
- preferredThemeStylestring
Desired visual direction or brand adjectives.
- needsAuthboolean
Whether authentication is needed.
- needsPaymentsboolean
Whether hosted payments or checkout are needed.
- needsAdminboolean
Whether a serious admin/dashboard surface is needed.
- needsCmsboolean
Whether structured content management is needed.
- needsSupportTicketsboolean
Whether support ticketing is needed.
- needsEcommerceboolean
Whether products, orders, and customers are needed.
- commercialUseboolean
Whether client delivery or commercial usage matters.
generate_project_blueprint
Turn an app idea into a launch-ready MantleKit project blueprint with pages, dashboard sections, entities, and MVP scope.
Parameters (12)
- appNamestringrequired
Name of the planned product.
- oneLineIdeastringrequired
Short description of the product.
- coreFeaturesarray
Core user-facing features to include in the MVP.
- targetAudiencestring
Primary audience or buyer segment for the product.
- themePreferencestring
Desired MantleKit theme style or brand direction.
- authRequiredboolean
Whether users need accounts, login, or protected areas.
- paymentsRequiredboolean
Whether the app needs checkout, subscriptions, or paid plans.
- adminNeedsboolean
Whether the product needs dashboard/admin workflows.
- contentNeedsboolean
Whether the product needs CMS, blog, docs, or SEO content.
- supportNeedsboolean
Whether the product needs tickets, chat, or support workflows.
- ecommerceNeedsboolean
Whether the product needs products, orders, carts, or fulfilment.
- commercialUseboolean
Whether this is for client delivery or commercial agency use.
match_theme
Recommend the best MantleKit theme for a product type, audience, and brand direction.
Parameters (4)
- appTypestringrequired
Type of product being built.
- audiencestring
Intended audience or buyer segment.
- brandAdjectivesarray
Brand adjectives or vibe words.
- stylePreferencestring
Optional style direction or visual preference.
compare_build_vs_custom
Estimate where MantleKit saves time versus building from scratch for a SaaS project.
Parameters (12)
- appIdeastringrequired
Plain-English description of the app idea.
- estimatedFeaturesarray
Major product features expected in the first release.
- teamSizeinteger
Approximate team size working on the product.
- timelineWeeksinteger
Target launch timeline in weeks.
- experienceLevelstring
Builder profile used to estimate fit and time saved.
- needsAuthboolean
Whether authentication is needed.
- needsPaymentsboolean
Whether hosted payments or checkout are needed.
- needsAdminboolean
Whether a serious admin/dashboard surface is needed.
- needsCmsboolean
Whether structured content management is needed.
- needsSupportTicketsboolean
Whether support ticketing is needed.
- needsEcommerceboolean
Whether products, orders, and customers are needed.
- commercialUseboolean
Whether client delivery or commercial usage matters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.mantlekit.dev/mcpclaude_desktop_config.json
{
"mcpServers": {
"launch-planner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mantlekit.dev/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.