← trakkr.ai

INDIVIDUAL MCP TOOL

list_ads

List ads in an ad group.

trakkr.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

trakkr.ai

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.

Related tools

  • get_account — Get the authenticated OpenAI Ads account.
  • 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.
  • 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.
  • list_audiences — List custom audiences for the authenticated ad account.