MCP Server
MCP
OpenAI Ads MCP
OpenAI Ads MCP for ChatGPT Ads campaigns, creatives, audiences, insights, and conversions.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://openai-ads-mcp.trakkr.ai/mcp",
"headers": [
{
"description": "OpenAI Ads API key from Ads Manager. Required only for Ads API tool calls; discovery, initialize, and tools/list work without it.",
"isSecret": true,
"name": "X-OpenAI-Ads-API-Key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "openai-ads-mcp",
"version": "0.1.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenAI Ads API key from Ads Manager. Scoped to one ad account.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENAI_ADS_API_KEY"
},
{
"description": "Set to 1 for first connection so write tools are hidden.",
"format": "boolean",
"default": "1",
"name": "OPENAI_ADS_MCP_READONLY"
},
{
"description": "Optional budget guard for spend-changing tools. Defaults to 100.",
"format": "number",
"default": "100",
"name": "OPENAI_ADS_BUDGET_CEILING_USD"
}
]
},
{
"registryType": "pypi",
"identifier": "openai-ads-mcp",
"version": "0.1.7",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenAI Ads API key from Ads Manager. Scoped to one ad account.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENAI_ADS_API_KEY"
},
{
"description": "Set to 1 for first connection so write tools are hidden.",
"format": "boolean",
"default": "1",
"name": "OPENAI_ADS_MCP_READONLY"
},
{
"description": "Optional budget guard for spend-changing tools. Defaults to 100.",
"format": "number",
"default": "100",
"name": "OPENAI_ADS_BUDGET_CEILING_USD"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
pypi
By
Comments
Sign in to leave a comment