Ads AI Creator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_stylesA | Return the canonical list of image-generation styles or presets the site exposes. (Ads AI Creator) |
| get_pricingA | Return the canonical pricing entry point for Ads AI Creator. |
| get_official_linksA | Return the canonical list of official links for Ads AI Creator (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_ads_ai_creator | Summarize what the site is, who it's for, and how it works. — Ads AI Creator |
| try_image_style_ads_ai_creator | Recommend a starting image-generation style for a stated goal. — Ads AI Creator |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| styles | Supported image-generation styles and presets. |
| pricing | Canonical pricing entry point. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 3 tools
Each tool targets a distinct aspect of the service: styles, pricing, and official links. There is no overlap in purpose, making it easy for an agent to select the correct tool.
All tool names follow a consistent verb_noun pattern ('list_styles', 'get_pricing', 'get_official_links'), providing a predictable and intuitive interface.
With only 3 tools, the server is tightly scoped to providing informational resources about the service. This is appropriate for a reference-style server and avoids unnecessary complexity.
The tools cover basic reference information (styles, pricing, links) but lack any functionality for actually creating or managing ads, which is the core purpose implied by 'Ads AI Creator'. This leaves a significant gap for agents expecting to perform creative tasks.