← mographr.com

INDIVIDUAL MCP TOOL

get_motion_tool

Get one Mographr tool's full schema: customizable fields (with max lengths and examples), design-system variants (use the variant id when rendering), color schemes, output size and an example render call.

mographr.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.mographr.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_motion_tool 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

mographr.com

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.mographr-tools]
url = "https://mcp.mographr.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mographr-tools": {
      "type": "http",
      "url": "https://mcp.mographr.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mographr-tools
Remote MCP URL: https://mcp.mographr.com/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": {
    "mographr-tools": {
      "url": "https://mcp.mographr.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mographr-tools": {
      "type": "http",
      "url": "https://mcp.mographr.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mographr-tools",
  "transport": "streamable-http",
  "url": "https://mcp.mographr.com/mcp"
}
MCP Inspector

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

Related tools

  • list_motion_tools — List Mographr's free motion-graphics tools: customizable animated video templates (lower thirds, titles, intros, callouts) that render a real MP4.
  • render_motion_tool — Render a customized MP4 with a Mographr free tool.
  • get_motion_render — Poll a render started with render_motion_tool.