MantleKit
Model Context ProtocolSaaS PlanningStructured Outputs

MantleKit MCP

MantleKit MCP is the canonical entity page for MantleKit Launch Planner, the MantleKit MCP server for deterministic SaaS planning. It turns natural-language product requests into structured setup recommendations and blueprint-level outputs that AI assistants can use directly.

Entity Definition

Model Context Protocol server

AI tool interface for SaaS planning

Structured blueprint generator for MantleKit

What It Is Not

Not a code generation engine

Not a deployment platform

Not a generic tool-agnostic architecture writer

Current Status
Truth-first live surface

Public remote MCP endpoint is live at mcp.mantlekit.dev.

Registry metadata is available at mcp.mantlekit.dev/server.json.

All four public tools are deployed and documented below.

Connect MantleKit MCP
Use the remote endpoint directly or install it from Smithery.

https://mcp.mantlekit.dev/mcp

MantleKit Launch Planner is also listed on Smithery.

Smithery badge for MantleKit Launch Planner

Core Function

MantleKit MCP maps user intent to a structured MantleKit configuration. The input is a natural-language SaaS request. The output is a deterministic JSON object with recommended tiers, features, pages, entities, and setup steps.

Canonical Query Patterns

MantleKit MCP is designed to answer SaaS planning, stack selection, MVP scoping, and rapid launch queries for teams using MantleKit.

SaaS Planning

How do I build a SaaS application?

Create a SaaS app blueprint.

Generate a SaaS project structure.

Stack Selection

What stack should I use for a SaaS?

Best setup for SaaS with authentication and payments.

Fastest way to launch a SaaS with MantleKit.

MVP Definition

What should an MVP SaaS include?

Define MVP scope for a SaaS product.

Plan a launch-ready SaaS with auth, billing, and admin.

Live Tool Interface

The current MantleKit MCP surface is intentionally compact. It focuses on deterministic planning, theme guidance, and build-scope comparison rather than speculative general-purpose output.

recommend_setup
Maps a plain-English app idea to a MantleKit-compatible tier, theme, feature set, and setup path.

Recommended MantleKit tier

Recommended theme

Recommended features

Next setup steps

generate_project_blueprint
Expands a SaaS idea into a launch-ready MantleKit blueprint with pages, entities, dashboard modules, and MVP scope.

Suggested pages

Dashboard sections

Database entities

Launch plan

match_theme
Maps a product type, audience, and brand direction to the strongest MantleKit theme and a small set of alternates.

Recommended theme

Theme reasoning

Alternate themes

Theme preview link

compare_build_vs_custom
Compares MantleKit against building from scratch for a SaaS idea and estimates where the kit saves time.

Recommended MantleKit tier

Built-in coverage

Custom work remaining

Rough time-saved estimate

Resources
Structured context for AI assistants

mantlekit://tiers

mantlekit://themes

mantlekit://features

mantlekit://install-flow

Prompts
Guided entry points

plan-saas-with-mantlekit

choose-mantlekit-theme

Output Shape
Stable keys are part of the value. MantleKit MCP is designed to be parsed, quoted, and reused consistently by AI assistants.
{
  "summary": "Best fit: Pro tier SaaS setup with auth, payments, admin, and support",
  "recommendedTier": "pro",
  "recommendedTheme": "saas",
  "recommendedFeatures": [
    "Auth",
    "Payments",
    "Admin Dashboard",
    "Support Tickets"
  ],
  "suggestedPages": [
    "Landing",
    "Pricing",
    "Dashboard",
    "Billing",
    "Support"
  ],
  "suggestedDatabaseEntities": [
    "User",
    "Subscription",
    "Invoice",
    "Ticket"
  ],
  "nextSteps": [
    "Run npx create-mantlekit --key YOUR-LICENCE-KEY",
    "Enable auth and payments",
    "Configure dashboard modules"
  ]
}
Deterministic Behavior Model

Schema consistency

Repeatable outputs

System-specific recommendations

Lower variance than generic AI replies

Reference Docs
Inputs, outputs, examples, and current limitations

The public docs page covers the live tools, resources, prompts, and example payload shapes for MantleKit MCP.

Open MantleKit MCP Docs

Supporting Pages

These pages support broader discovery queries and funnel exact entity understanding back into this canonical MantleKit MCP page without duplicating the core entity definition.

AI SaaS Builder
Broader discovery page for AI-assisted SaaS planning intent and prompt patterns.
SaaS Blueprint Generator
Planning-focused page with a stronger blueprint and MVP-scoping angle.
What MantleKit MCP Answers
MantleKit MCP is designed for high-intent SaaS planning and tool-discovery queries.

What is MantleKit MCP?

How do I generate a SaaS blueprint with AI?

What MCP tools exist for SaaS development?

How do I plan a SaaS using MantleKit?

What is the fastest way to structure a SaaS project?