mcpserver.lol
registry/motionspec
Connection check verified live · 27h ago

motionspec

Deterministic motion compiler + validator: reports WCAG 2.2.2 pause-path candidates, fail-closed.

Tools 5
GitHub stars
Installs / wk 213
Licence MIT
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

motion_audit read-only url
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 t…
motion_catalog read-only
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 s…
motion_compile read-only specspecName
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).…
motion_stats read-only
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 in…
motion_validate read-only spec*
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, warn…