Home › Marketing & E-Commerce › gam-seller-mcp-node

gam-seller-mcp-node

Governed, read-only MCP server exposing Google Ad Manager inventory discovery to buyer agents

TypeScript Local
★ 0 stars Last pushed 2026-09-21 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.13)

npx -y gam-seller-mcp-node@0.8.13

Or add to your MCP client config:

{
  "mcpServers": {
    "gam-seller-mcp-node": {
      "command": "npx",
      "args": [
        "-y",
        "gam-seller-mcp-node@0.8.13"
      ],
      "env": {
        "MCP_CONFIG_DIR": "<YOUR_VALUE>"
      }
    }
  }
}
  • MCP_CONFIG_DIR — Directory holding your deployment.json/catalog.json/entitlements.json/pricing.json. Omit it to run the bundled demo.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry