Ad Creative MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDINARY_API_KEY | Yes | Your Cloudinary API key | |
| CLOUDINARY_API_SECRET | Yes | Your Cloudinary API secret | |
| CLOUDINARY_CLOUD_NAME | Yes | Your Cloudinary cloud name |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_assetA | Validate an image or video asset against 50+ advertising platform specs. Returns compatible channels, off-size channels with fix suggestions, and incompatible channels. |
| resize_for_platformC | Generate a Cloudinary transformation URL to resize an asset for a specific advertising platform/channel. Uses AI generative fill for aspect ratios that differ significantly from the source. |
| batch_resizeA | Generate Cloudinary transformation URLs for an entire platform package (e.g., "GDN Essential", "Meta Complete", "TTD Complete"). Returns all URLs at once. |
| get_platform_specsA | Get the exact specifications for an advertising platform or channel. Includes dimensions, aspect ratios, file size limits, and duration constraints. |
| generate_transform_urlA | Generate a Cloudinary transformation URL with specific parameters. Use this for custom transforms not covered by resize_for_platform. |
| list_packagesA | List all available platform packages with the channels included in each package. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Platform Specs | Complete database of 50+ advertising platform specifications |
| Social Platform Specs | Facebook, Instagram, TikTok, YouTube, LinkedIn, X, Pinterest, etc. |
| Display Ad Specs | GDN, TTD, DV360 standard display sizes |
| Platform Packages | Pre-built packages: GDN Essential, Meta Complete, TTD Complete, etc. |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: batch handling for packages, custom transforms, specs retrieval, package listing, single asset resize, and validation. No overlap in functionality.
All tool names follow consistent snake_case verb_noun pattern: batch_resize, generate_transform_url, get_platform_specs, list_packages, resize_for_platform, validate_asset.
6 tools is well-scoped for the domain, covering essential operations like listing packages, getting specs, resizing (single and batch), custom transforms, and validation.
Covers all core operations for ad creative transformation and validation. Minor gap: no tool for updating or deleting existing transforms, but this aligns with the server's focus on URL generation.