INDIVIDUAL MCP TOOL
verify_repair
Re-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.
LIVE ENDPOINT
https://www.motionmenu.ca/api/mcp
Connect to this endpoint to inspect the live schema for verify_repair 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_kit— Get the Motion Menu build kit: the design laws, the one-page act protocol, stack pins, known gotchas, and the full pattern index.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.