ENDPOINT 1
https://openai-ads-mcp.trakkr.ai/mcp
MCP server metadata
- Name
- OpenAI Ads
- Version
- 0.1.7
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
list_campaignsList campaigns in the authenticated ad account with cursor pagination.
Inferred read-onlyget_insightsGet performance insights for account, campaign, ad group, or ad scope.
Inferred read-onlymanage_conversionsManage conversion pixels, API keys, event settings, and conversion reporting.
Inferred read-onlydraft_context_hintsDraft deterministic context_hints for an ad group from product, audience, intent, and keywords.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.