← Registry

Developer Tools

animatemytravel.com

This MCP server manages Studio projects, allowing creation of temporary anonymous projects, joining via pairing codes, and inspecting capabilities and project summaries.

1 endpoint11 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://www.animatemytravel.com/api/mcp

No auth detected

MCP server metadata

Name
animatemytravel-studio
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Use list_capabilities before editing. Build Studio projects with apply_actions. Every time the capabilities version changes, list them again. Preview and export require the returned Studio link to be open in a browser.

Known tools 11

studio_create_project

Creates an anonymous temporary project and returns an agent token plus the editable Studio link for the user.

Inferred read-only
studio_join_project

Consumes a five-minute one-time pairing code shown by Studio.

Inferred read-only
studio_list_capabilities

Lists the live action registry.

Inferred read-only
studio_describe_capabilities

Returns schemas and examples for one or more Studio actions.

Inferred read-only
studio_get_project_summary

Reads the current revision and a compact timeline summary.

Inferred read-only
studio_apply_actions

Atomically applies one or more registered actions.

Inferred read-only
studio_validate_project

Checks entity, track, clip, timing, and reference integrity.

Inferred read-only
studio_request_preview

Asks an open Studio browser to render a frame locally.

Inferred read-only
studio_request_export

Asks an open Studio browser to render and download the video locally.

Inferred read-only
studio_get_job

Checks a local browser preview/export request.

Inferred read-only
studio_export_json

Returns the portable .amtstudio.json content without collaboration secrets.

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.animatemytravel-studio]
url = "https://www.animatemytravel.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "animatemytravel-studio": {
      "type": "http",
      "url": "https://www.animatemytravel.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "animatemytravel-studio": {
      "type": "http",
      "url": "https://www.animatemytravel.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "animatemytravel-studio",
  "transport": "streamable-http",
  "url": "https://www.animatemytravel.com/api/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 animatemytravel.com was fetched 2026-08-22T07:20:53.707Z.

Trust status Trusted

animatemytravel.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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