🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

openai-ads-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai-ads-mcp

Typed MCP server for OpenAI Ads and ChatGPT Ads via the Advertiser API

pipPyPI
Version
0.1.7
Weekly downloads
161
Maintainers
1

openai-ads-mcp

Python runtime for openai-ads-mcp, a typed MCP server for OpenAI Ads, ChatGPT Ads MCP workflows, and OpenAI's Advertiser API.

Quick start

export OPENAI_ADS_API_KEY="..."
export OPENAI_ADS_MCP_READONLY=1
uvx openai-ads-mcp

Readonly mode is recommended for first connection because it hides all write tools from tools/list.

Local development

cd services/openai-ads-mcp/python
python -m pip install -e .
python -m pytest -q
python -c "import openai_ads_mcp; print('ok')"

The full README and release notes live one directory up in the service root.

Keywords

ads

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts