← Registry

Developer Tools

motionspec.dev

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

1 endpoint2 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.motionspec.dev/mcp

No auth detected

MCP server metadata

Name
motionspec-mcp-server
Version
1.2.4
Capabilities
tools.listChanged

Known tools 2

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

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.

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.