MotionSpec — verified web motion (reduced-motion / WCAG)
io.github.masterplayspots/motionspecDeterministic motion compiler + validator: reports WCAG 2.2.2 pause-path candidates, fail-closed.
Tools · 5
Returns the catalog of verified motion primitives (names, purpose, parameter schemas, defaults) plus the authoring rules for writing a MotionSpec. Call this FIRST, then write the spec yourself and val…
Checks a MotionSpec against the schema, the primitive allow-list, parameter bounds and injection rules. Fail-closed: returns ok=false with precise errors. Returns {ok, errors, warnings, deprecations, …
Requires a Dev Key ($39) or Agency plan ($249/mo) on the hosted endpoint (motionspec.dev/pricing); runs locally for free with 'npx -p motionspec motion compile <spec.json>' (MIT). Validates (fail-clos…
Requires a Dev Key ($39) or Agency plan ($249/mo) on the hosted endpoint (motionspec.dev/pricing). Static motion-a11y checker: fetches a URL's HTML + linked stylesheets and scans the CSS for (1) anima…
Requires a Dev Key ($39) or Agency plan ($249/mo) on the hosted endpoint (motionspec.dev/pricing). Summary of routing/compile telemetry (counts per outcome). Escalation clusters indicate which new pri…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"motionspec_—_verified_web_motion_(reduced-motion_/_wcag)": {
"url": "https://api.motionspec.dev/mcp",
"transport": "streamable-http"
}
}
}