MantleKit MCP Docs
Reference docs for the current MantleKit MCP surface. These docs cover the live tools, resources, prompts, and the structured response shapes they return.
For the canonical entity page, see MantleKit MCP.
mantlekit://tiers
mantlekit://themes
mantlekit://features
mantlekit://install-flow
plan-saas-with-mantlekit
choose-mantlekit-theme
Deterministic SaaS setup recommendation
Blueprint generation for MantleKit projects
Theme matching against the MantleKit theme catalog
Build-vs-custom scoping guidance
The service is deterministic and catalog-driven rather than LLM-generated.
It recommends against MantleKit's current tiers, themes, resources, and prompts only.
It returns planning outputs and comparison guidance, not repository creation or code generation.
Public remote deployment is a separate rollout step from the local service and docs surface.
Example input
{
"appIdea": "AI invoicing SaaS for tradies",
"businessType": "B2B SaaS",
"targetAudience": "tradies and service businesses",
"needsAuth": true,
"needsPayments": true,
"needsAdmin": true
}Example output
{
"recommendedTier": "pro",
"recommendedTheme": "SaaS",
"recommendedFeatures": ["Themes", "Install CLI", "Auth", "Payments", "Admin Dashboard"]
}Example input
{
"appName": "Locksmith Ops",
"oneLineIdea": "A SaaS for locksmiths to manage jobs, invoices, and customer notes.",
"coreFeatures": ["Jobs", "Invoices", "Customer Notes"],
"authRequired": true,
"paymentsRequired": true,
"adminNeeds": true
}Example output
{
"recommendedTier": "pro",
"suggestedPages": ["Home", "Pricing", "Login", "Signup", "Dashboard", "Checkout"],
"suggestedDatabaseEntities": ["users", "profiles", "subscriptions", "plans", "orders", "jobs"]
}Example input
{
"appType": "B2B SaaS analytics platform",
"audience": "operations teams",
"brandAdjectives": ["professional", "clean", "modern"]
}Example output
{
"recommendedTheme": "SaaS",
"alternatives": [
{ "theme": "Corporate" },
{ "theme": "Minimal" }
]
}Example input
{
"appIdea": "Agency SaaS with auth, billing, tickets, and admin reporting",
"teamSize": 1,
"timelineWeeks": 4,
"experienceLevel": "solo_indie",
"needsAuth": true,
"needsPayments": true,
"needsAdmin": true,
"needsSupportTickets": true
}Example output
{
"recommendedTier": "agency",
"fitAssessment": "strong",
"roughTimeSaved": "4-8 weeks"
}The service is deterministic and catalog-driven rather than LLM-generated.
It recommends against MantleKit's current tiers, themes, resources, and prompts only.
It returns planning outputs and comparison guidance, not repository creation or code generation.
Public remote deployment is a separate rollout step from the local service and docs surface.
Start with MantleKit MCP for the canonical entity definition.
Broader discovery intent lives on AI SaaS Builder.
Blueprint-first intent lives on SaaS Blueprint Generator.