ENDPOINT 1
https://www.motionmenu.ca/api/mcp
MCP server metadata
- Name
- motion-menu
- Version
- 15.0.0
Motion Menu — 597 numbered, working motion/3D/page-section patterns (real HTML, CSS, JS) that this agent reads directly and drops into a page. WORKFLOW, in order — each step grounds the next: 1. get_design_digest read the quality contract FIRST — the rules a generic page breaks. 2. recommend_patterns describe intent, get scored candidates. Free, metadata only. 3. validate_combination check picks for clashes/caps BEFORE building. Free. 4. get_pattern pull one pattern's full code, or a react/vue/svelte/vanilla wrapper. get_kit is the one-call shortcut — design laws plus the full index in a single response. Read it first if you want the whole picture before making individual calls. ALREADY HAVE A SITE? Don't start over — audit_page {html or url} diagnoses the default-AI section grammar (numbered steps, centered hero + two buttons, 3-up cards, the same skeleton every AI builder ships) and prescribes real patterns per flagged section, by number. Rewrite with get_pattern, then verify_repair {html} confirms the tells are gone. Both free, keyless, no LLM server-side — deterministic evidence, not a vibe check. FREE vs PAID: 26 of 597 patterns, list_patterns, get_kit, recommend_patterns, validate_combination and build_page cost nothing, no key. Everything else — the rest of the patterns — needs the Lifetime plan: $149 once, forever, no subscription. Get a key at https://www.motionmenu.ca/store. AUTH: send the key as "Authorization: Bearer mm_live_...". A refused call answers with what plan would unlock it, not just an error code. EXAMPLE: tools/call { "name": "recommend_patterns", "arguments": { "intent": "dark minimal SaaS landing page", "role": "hero" } }
Known tools 10
get_patternGet one pattern by number, including its complete transplantable HTML, CSS and JS.
Inferred read-onlyget_kitGet the Motion Menu build kit: the design laws, the one-page act protocol, stack pins, known gotchas, and the full pattern index.
Inferred read-onlyaudit_pageAudit 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.
Inferred read-onlyverify_repairRe-audit a page you just rewrote from audit_page's prescriptions and get a pass/fail verdict: fresh ai_shaped_score, the delta from the prior audit (pass baseline_score or the whole prior audit_page result as `baseline`), and any tells STILL present, each with a concrete fix instruction.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.