← Registry

Developer Tools

motionspec.dev

Validates and provides the catalog of motion primitives with their schemas and authoring rules.

WebMCP2 endpoints6 known toolsFirst detected July 25, 2026Last detected September 17, 2026

ENDPOINT 1

https://api.motionspec.dev/mcp

No auth detected

MCP server metadata

Name
motionspec-mcp-server
Version
1.2.8
Capabilities
tools.listChanged
Server instructions

MotionSpec hosted MCP. Free without a key: motion_catalog (call first), motion_validate. Keyed (header x-motionspec-key; Dev Key $39/mo or Agency plan $249/mo, https://motionspec.dev/pricing?src=mcp): motion_compile, motion_audit, motion_stats. motion_compile also runs locally for free: npx -p motionspec motion compile <spec.json> (MIT). Free site check: https://motionspec.dev/motion-check. Docs: https://motionspec.dev/docs.

Known tools 5

motion_catalog

Returns the catalog of verified motion primitives (names, purpose, parameter schemas, defaults) plus the authoring rules for writing a MotionSpec.

Inferred read-only
motion_validate

Checks a MotionSpec against the schema, the primitive allow-list, parameter bounds and injection rules.

Inferred read-only
motion_compile

Requires a Dev Key ($39/mo) or Agency plan ($249/mo) on the hosted endpoint (motionspec.dev/pricing?src=mcp); runs locally for free with 'npx -p motionspec motion compile <spec.json>' (MIT).

Inferred read-only
motion_audit

Requires a Dev Key ($39/mo) or Agency plan ($249/mo) on the hosted endpoint (motionspec.dev/pricing?src=mcp).

Inferred read-only
motion_stats

Requires a Dev Key ($39/mo) or Agency plan ($249/mo) on the hosted endpoint (motionspec.dev/pricing?src=mcp).

Inferred read-only

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.motionspec-mcp-server]
url = "https://api.motionspec.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "motionspec-mcp-server": {
      "type": "http",
      "url": "https://api.motionspec.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: motionspec-mcp-server
Remote MCP URL: https://api.motionspec.dev/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": {
    "motionspec-mcp-server": {
      "url": "https://api.motionspec.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "motionspec-mcp-server": {
      "type": "http",
      "url": "https://api.motionspec.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "motionspec-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.motionspec.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://motionspec.dev

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

motion_check

Run MotionSpec’s free static motion-accessibility check on a website URL. It scans the site’s linked CSS and style blocks against WCAG 2.2.2 (Pause, Stop, Hide) and WCAG 2.3.3 (reduced motion) and returns a score out of 100 with every candidate and its fix. Static CSS scan only — not a full accessibility audit, not a compliance verdict; nothing submitted is stored.

Inferred read-only

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.webmcp]
url = "https://motionspec.dev"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://motionspec.dev"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://motionspec.dev

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": {
    "webmcp": {
      "url": "https://motionspec.dev"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://motionspec.dev"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://motionspec.dev"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for motionspec.dev was fetched 2026-07-29T18:03:01.696Z and is being refreshed.

Trust status Neutral

motionspec.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.