MCP quickstart and availability
Connect to the live AnimGen remote MCP, review OAuth permissions, and follow the safe path from local images and approved quotes to downloaded assets.
On this page
Available now in public beta
The official remote MCP is live at https://api.animgen.com/mcp. Use a compatible Streamable HTTP client with OAuth and a verified AnimGen account. Registered accounts receive baseline developer limits; active subscriptions raise them.
The MCP server runs remotely. It cannot read files from your computer just because an AI knows their paths. OAuth authorization grants access; it does not automatically upload an image or approve a credit charge.
Make the first connection
- Follow Codex and other client setup to add the exact endpoint and complete OAuth.
- Check the AnimGen account and requested scopes on the authorization page.
- Call
list_modelswith an empty argument object to verify read-only access. - Check whether the client can transfer local image bytes and save downloads.
- Quote a concrete request and obtain approval before paid generation.
Do not use https://animgen.com/mcp/tools.json as a connection endpoint. It is the public documentation manifest, not the live MCP transport. Do not substitute an API key for OAuth.
Tool permissions
| Scope | Tools |
|---|---|
models:read |
list_models |
files:write |
prepare_image_upload, complete_image_upload |
animations:read |
get_animation |
animations:write |
quote_animation, generate_animation, cancel_animation |
assets:read |
download_asset |
All eight tools have generated references and a machine-readable manifest with real argument/result schemas and safety annotations. Generation still requires account eligibility, sufficient credits, and explicit spending approval.
A safe first instruction for an AI
Use the connected AnimGen MCP to inspect current models first.
After I provide an image and intended output, explain the upload steps
and prepare a quote for the exact supported request.
Do not generate or spend credits until I approve that request and amount.
Persist the request and idempotency key. Keep credentials and signed URLs private.
Follow the standard workflow to transfer bytes, quote, generate, poll, and save files. Read spending safeguards: quote_id or max_credits is required beside request, and authorization is not spending approval.
Manage access and recover failures
Review and revoke connected applications in Account → Developer. Revocation does not cancel an accepted task. For connection, upload, or quote errors, use API and MCP troubleshooting.
Public beta means the service is usable, not that every client, media input, and target renderer has been certified. Inspect partial outputs and actual task status; a successful model query is not a full generation test.
Was this page helpful?
No search queries, code, or free text are collected. This switch controls documentation interactions only; general site analytics follow the privacy policy. Privacy policy