← Registry

Marketing

trakkr.ai

Manage OpenAI Ads campaigns and ad groups.

1 endpoint13 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://openai-ads-mcp.trakkr.ai/mcp

No auth detected

MCP server metadata

Name
OpenAI Ads
Version
0.1.7
Capabilities
resources.listChangedtools.listChanged
Server instructions

Typed MCP tools for OpenAI's Advertiser API. Use get_account first to confirm the API key works, then read insights before changing spend. The safest workflow is: check the account, inspect campaigns and insights, build new campaigns paused, review the created campaign, ad group, and ads, then activate each layer explicitly when the user asks. Safety model: 1. Create tools default to paused. build_campaign creates every object paused. 2. Budget-setting tools enforce OPENAI_ADS_BUDGET_CEILING_USD, default 100 USD, unless confirm_budget=True. 3. Set OPENAI_ADS_MCP_READONLY=1 for first connection. In readonly mode write actions are hidden, while conversion read actions remain available. 4. Conversion event ingestion never logs user data. Validate batches before sending them. Paid presence is half the picture. Track how your brand shows up organically across ChatGPT, Perplexity, Gemini and Claude at trakkr.ai.

Known tools 13

get_account

Get the authenticated OpenAI Ads account.

Inferred read-only
list_campaigns

List campaigns in the authenticated ad account with cursor pagination.

Inferred read-only
get_campaign

Get one campaign by id.

Inferred read-only
list_ad_groups

List ad groups for a campaign.

Inferred read-only
get_ad_group

Get one ad group by id.

Inferred read-only
list_ads

List ads in an ad group.

Inferred read-only
get_ad

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

Inferred read-only
get_insights

Get performance insights for account, campaign, ad group, or ad scope.

Inferred read-only
list_audiences

List custom audiences for the authenticated ad account.

Inferred read-only
get_audience

Get one custom audience by id.

Inferred read-only
search_geo

Search geo targets for targeting.

Inferred read-only
manage_conversions

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

Inferred read-only
draft_context_hints

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.openai-ads]
url = "https://openai-ads-mcp.trakkr.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openai-ads": {
      "type": "http",
      "url": "https://openai-ads-mcp.trakkr.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openai-ads
Remote MCP URL: https://openai-ads-mcp.trakkr.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "openai-ads": {
      "url": "https://openai-ads-mcp.trakkr.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openai-ads": {
      "type": "http",
      "url": "https://openai-ads-mcp.trakkr.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openai-ads",
  "transport": "streamable-http",
  "url": "https://openai-ads-mcp.trakkr.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.