INDIVIDUAL MCP TOOL
get_kit
Get the Motion Menu build kit: the design laws, the one-page act protocol, stack pins, known gotchas, and the full pattern index.
LIVE ENDPOINT
https://www.motionmenu.ca/api/mcp
Connect to this endpoint to inspect the live schema for get_kit 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.motion-menu]
url = "https://www.motionmenu.ca/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"motion-menu": {
"type": "http",
"url": "https://www.motionmenu.ca/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: motion-menu
Remote MCP URL: https://www.motionmenu.ca/api/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": {
"motion-menu": {
"url": "https://www.motionmenu.ca/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"motion-menu": {
"type": "http",
"url": "https://www.motionmenu.ca/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "motion-menu",
"transport": "streamable-http",
"url": "https://www.motionmenu.ca/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_patterns— List Motion Menu patterns.get_pattern— Get one pattern by number, including its complete transplantable HTML, CSS and JS.get_design_digest— Get the machine-readable Motion Menu quality contract.check_updates— Check whether patterns you already built with have changed.recommend_patterns— Intent-aware pattern recommendations.build_page— Design a complete page from intent.validate_combination— Check whether a set of patterns work well together.audit_page— Audit an EXISTING page (yours or a client's — any AI builder, any stack) for the default-AI "section grammar" tell: numbered steps, a centered hero with two buttons, 3-up icon cards, a testimonial/FAQ/CTA-band skeleton repeating unchanged.