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.
ENDPOINT 1
https://www.animatemytravel.com/api/mcp
MCP server metadata
- Name
- animatemytravel-studio
- Version
- 1.0.0
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_projectCreates an anonymous temporary project and returns an agent token plus the editable Studio link for the user.
Inferred read-onlystudio_describe_capabilitiesReturns schemas and examples for one or more Studio actions.
Inferred read-onlystudio_get_project_summaryReads the current revision and a compact timeline summary.
Inferred read-onlystudio_validate_projectChecks entity, track, clip, timing, and reference integrity.
Inferred read-onlystudio_request_exportAsks an open Studio browser to render and download the video locally.
Inferred read-onlystudio_export_jsonReturns the portable .amtstudio.json content without collaboration secrets.
Inferred read-onlyCONNECT 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.
animatemytravel.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.