Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OpenAI Ads MCP

io.github.trakkr-aisearch/openai-ads-mcp

OpenAI Ads MCP for ChatGPT Ads campaigns, creatives, audiences, insights, and conversions.

Uptime
100.0%
1 direct probes · 30d
Response
729ms
last probe
Tools
13
callable
Resources
1
readable
Prompts
0
available

Tools · 13

get_account

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

List campaigns in the authenticated ad account with cursor pagination.

get_campaign

Get one campaign by id.

list_ad_groups

List ad groups for a campaign.

get_ad_group

Get one ad group by id.

list_ads

List ads in an ad group.

get_ad

Get one ad by id, including review_status and creative metadata.

get_insights

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_audiences

List custom audiences for the authenticated ad account.

get_audience

Get one custom audience by id.

search_geo

Search geo targets for targeting.locations.include and return ids usable in campaign targeting.

manage_conversions

Manage conversion pixels, API keys, event settings, and conversion reporting.

draft_context_hints

Draft deterministic context_hints for an ad group from product, audience, intent, and keywords.

Resources · 1

Trakkr AI visibility funnel

How paid OpenAI Ads data complements organic AI visibility tracking in Trakkr.

trakkr://ai-visibility-funnel

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"
    }
  }
}