OpenAI Ads MCP
io.github.trakkr-aisearch/openai-ads-mcpOpenAI Ads MCP for ChatGPT Ads campaigns, creatives, audiences, insights, and conversions.
Tools · 13
Get the authenticated OpenAI Ads account. Use this first to verify that OPENAI_ADS_API_KEY works and to read account id, name, timezone, currency, and settings.
List campaigns in the authenticated ad account with cursor pagination.
Get one campaign by id.
List ad groups for a campaign.
Get one ad group by id.
List ads in an ad group.
Get one ad by id, including review_status and creative metadata.
Get performance insights for account, campaign, ad group, or ad scope. Supports fields, filters, sort, product/country/device segments, time ranges, and cursor pagination.
List custom audiences for the authenticated ad account.
Get one custom audience by id.
Search geo targets for targeting.locations.include and return ids usable in campaign targeting.
Manage conversion pixels, API keys, event settings, and conversion reporting.
Draft deterministic context_hints for an ad group from product, audience, intent, and keywords.
Resources · 1
How paid OpenAI Ads data complements organic AI visibility tracking in Trakkr.
trakkr://ai-visibility-funnel
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"openai_ads_mcp": {
"url": "https://openai-ads-mcp.trakkr.ai/mcp",
"transport": "streamable-http"
}
}
}