OpenAI Ads MCP
Related Servers
Alternatives to OpenAI Ads MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server for the OpenAI Ads (ChatGPT Ads) Advertiser API, providing tools for agent-led performance marketing such as finding dead ads, auditing near-duplicate copy, and auditing ad-group context hints.18MIT
- AlicenseNot gradedqualityCmaintenanceUnofficial MCP server implementation for Facebook Business API. Enables LLMs to manage ad campaigns and ads via natural language.2MIT
- FlicenseAqualityDmaintenanceMCP server that wraps the Meta Marketing API (Graph API v25.0) as semantic tools for LLM agents.181-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that exposes the ChatGPT Ads API as tools an LLM host can call.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables management of OpenAI Ads campaigns, ad groups, ads, and insights through MCP, with approval-gated live mutations for safe write operations.33 npmMIT
- FlicenseNot gradedqualityBmaintenanceA read-only MCP server for querying Meta Ads accounts through Meta's Marketing API. It provides tools to retrieve ad accounts, campaigns, ad sets, ads, and performance insights.-
TDQS
Scored across 12 tools
Each tool has a clearly distinct purpose: get_* and list_* target specific entities, draft_context_hints is a unique creation action, search_geo handles geo targeting, and get_insights covers analytics. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern with lowercase and underscores, e.g., get_account, list_campaigns, draft_context_hints, search_geo. The naming is predictable and uniform.
With 12 tools, the set is slightly on the higher side but still well-scoped for an ads platform's essential operations (read entities, insights, geo search, drafting). No unnecessary tools.
The tool surface is missing critical CRUD operations for campaigns, ad groups, ads, and audiences. Agents can only read and list, plus draft hints, which is a significant gap for managing ads campaigns.