INDIVIDUAL MCP TOOL
match_theme
Recommend the best MantleKit theme for a product type, audience, and brand direction.
LIVE ENDPOINT
https://mcp.mantlekit.dev/mcp
Connect to this endpoint to inspect the live schema for match_theme and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mantlekit-launch-planner]
url = "https://mcp.mantlekit.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mantlekit-launch-planner": {
"type": "http",
"url": "https://mcp.mantlekit.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mantlekit-launch-planner
Remote MCP URL: https://mcp.mantlekit.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mantlekit-launch-planner": {
"url": "https://mcp.mantlekit.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mantlekit-launch-planner": {
"type": "http",
"url": "https://mcp.mantlekit.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mantlekit-launch-planner",
"transport": "streamable-http",
"url": "https://mcp.mantlekit.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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 scope.compare_build_vs_custom— Estimate where MantleKit saves time versus building from scratch for a SaaS project.