# Atlas Cloud MCP

> One API key over a large image, video, audio and 3D model catalogue, with a dry-run flag.

- **Category:** Model Hubs
- **Vendor:** Atlas Cloud (official)
- **Pricing:** credits
- **Verified:** 2026-09-18

## What it does

Atlas Cloud's own stdio server puts its aggregated model catalogue behind fifteen tools: search the docs, list models and read their parameter schemas, then generate image, video, audio or 3D output, transcribe audio, upload source media, and poll predictions. For a filmmaker-agent it is a single-bill way to reach a wide spread of upstream image and video models without wiring each vendor, and it reports balance, per-model usage and per-model cost so an agent can see what a shot spent.

## Connect

- Claude Code: `claude mcp add atlascloud -- npx -y atlascloud-mcp`
- Local: `npx -y atlascloud-mcp`

**Auth:** api_key (env `ATLASCLOUD_API_KEY`) — <https://www.atlascloud.ai> — sign in and create a key; billing is pay-as-you-go per generation, not a subscription.

## Capabilities

[multi-model-generation](https://mcp.film/capabilities/multi-model-generation.md) · [text-to-image](https://mcp.film/capabilities/text-to-image.md) · [text-to-video](https://mcp.film/capabilities/text-to-video.md) · [image-to-video](https://mcp.film/capabilities/image-to-video.md) · [audio-generation](https://mcp.film/capabilities/audio-generation.md) · [transcription](https://mcp.film/capabilities/transcription.md) · [3d-generation](https://mcp.film/capabilities/3d-generation.md) · `model-discovery` · `cost-tracking`

## Sample tools

`atlas_list_models` · `atlas_get_model_info` · `atlas_generate_image` · `atlas_generate_video` · `atlas_generate_audio` · `atlas_transcribe_audio` · `atlas_quick_generate` · `atlas_upload_media` · `atlas_get_prediction` · `atlas_get_balance` · `atlas_get_model_costs`

## Field notes

Verified 18 Sep 2026 from the repo, npm and the vendor's pricing page. The best thing here is the flag nobody else ships: every generation tool takes dry_run: true, which returns the request the server would send without submitting it or charging — the cheapest way to let an agent rehearse an expensive video call. Also useful that atlas_get_model_costs exists at all, since the failure mode of every aggregator is an agent burning a balance it cannot see. Now the caveats. The catalogue numbers — 130+ image models, 200+ video models, 443 live models overall — are the README's, checked against nothing; treat atlas_list_models as the real inventory. Maintenance is uneven: the repo was pushed 16 Sep 2026 but npm has sat at 1.7.0 since 27 Aug, so npx installs lag the source, and the project has 8 stars in an org created December 2025. The README declares MIT but GitHub detects no licence file in the repo, which is a difference that matters if you are vendoring it. Uploaded files are explicitly temporary — the README says they may be cleaned up periodically and that abusing the upload tool can get your key suspended — so do not treat atlas_upload_media as asset storage. No free tier on the pricing page; per-unit rates are quoted per model (GPT Image 2.5 from $0.0687 an image) with discounts advertised against list. This lane is crowded: fal, replicate and runware are older, better documented and more widely used. Reach for Atlas Cloud when the specific model you want is in its catalogue and not theirs, or when you want the dry-run rehearsal.

## Verification

- Status: Freshly checked (checked today)
- Added: 2026-09-18
- Last verified: 2026-09-18
- Machine JSON: https://mcp.film/api/mcps/atlas-cloud.json

## Links

- Site: https://www.atlascloud.ai/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=atlas-cloud%3Asite
- Docs: https://github.com/AtlasCloudAI/mcp-server?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=atlas-cloud%3Adocs#readme
- Repo: https://github.com/AtlasCloudAI/mcp-server

---

Structured data: https://mcp.film/api/mcps/atlas-cloud.json · Directory: https://mcp.film
Canonical: https://mcp.film/mcps/atlas-cloud/
Hosted directory MCP: https://mcp.film/mcp
