Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

OrbiAds/Orbiads-GAM-MCP MCP server](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP/badges/score.svg)](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP) 🐍 ☁️ - Hosted Google Ad Manager MCP server for Claude, ChatGPT, Gemini, and Codex.

README.md

OrbiAds β€” Google Ad Manager MCP Server

English Β· FranΓ§ais

<p align="center"> <img src="./logo/terminal_mockup.png" alt="OrbiAds terminal workflow showing Google Ad Manager checks from the command line" width="920"/> <br/> <sub>Hosted MCP for AI agents, plus a Python CLI for terminal and CI workflows.</sub> </p>

![MCP Protocol](https://modelcontextprotocol.io) ![GAM API](https://developers.google.com/ad-manager/api/rel_notes) ![Version](./version.json) ![PyPI](https://pypi.org/project/orbiads-cli/) ![Python](./docs/install/cli.md) ![License](./LICENSE) ![Docs](https://orbiads.com/docs) ![GitHub stars](https://github.com/OrbiAds/Orbiads-GAM-MCP/stargazers) ![Works with Claude](./docs/install/claude.md) ![Works with ChatGPT](./docs/install/chatgpt.md) ![Works with Gemini](./docs/install/gemini.md) ![Glama](https://glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP) ![MCP.so](https://mcp.so/server/OrbiAds/Orbiads-GAM-MCP) ![Smithery](https://smithery.ai/new)

OrbiAds is a hosted Google Ad Manager MCP server that gives AI assistants β€” Claude, ChatGPT, Gemini, Cursor, and OpenAI Codex β€” direct, natural-language access to Google Ad Manager. It covers 270+ operations across campaigns, orders, line items, creatives, inventory, targeting, and reporting, on the current GAM API (v202605), with OAuth and confirm-before-write guardrails.

β†’ Get started free at orbiads.com Β· β˜… Star this repo

---

Try in 3 Minutes

Hosted MCP, no local install

  1. Create a free OrbiAds account at orbiads.com and connect Google Ad Manager.
  2. Add this MCP endpoint to Claude, ChatGPT, Gemini, Cursor, Codex, or Warp:
   https://orbiads.com/mcp
  1. Ask your agent:
   Connect to my GAM account and show me my active networks.

CLI smoke test

pip install orbiads-cli
orbiads auth login
orbiads network info

Want a deeper setup path? Start with the CLI guide or the agent install guides.

---

Trust Signals

| Signal | Status | Link | | --- | --- | --- | | Public repo | MIT licensed mirror of the OrbiAds MCP distribution | LICENSE | | PyPI CLI | Published as orbiads-cli for terminal and CI workflows | pypi.org/project/orbiads-cli | | Hosted MCP | Remote Streamable HTTP endpoint with OAuth | https://orbiads.com/mcp | | Glama | Indexed MCP registry page | glama.ai | | MCP.so | Indexed MCP directory page | mcp.so | | Official MCP registry | server.json manifest ready for registry publication | server.json | | Smithery | Submission target prepared for hosted/external MCP listing | smithery.ai/new | | Safety model | Plan β†’ confirm β†’ execute on write actions | Safety docs |

---

Two Ways to Connect

OrbiAds offers two integration methods β€” choose the one that fits your workflow.

Option A: MCP Server (AI agents)

Connect your AI assistant (Claude, ChatGPT, Gemini) to GAM via the hosted MCP endpoint. Conversational, guided, zero-install.

MCP endpoint: https://orbiads.com/mcp

Option B: CLI (terminal & scripts)

A lightweight Python CLI for developers, CI/CD pipelines, and headless automation. Same API, same credits, same guardrails.

pip install orbiads-cli
orbiads auth login
orbiads network info

[!IMPORTANT] Windows/macOS/Linux PATH Warning: If you install the CLI via pip (especially with --user), ensure the Python scripts directory is added to your user PATH. Without this, your terminal and local AI agents (like Claude Code, Cursor, or Gemini) will fail to find or execute the orbiads command. See the Troubleshooting section in the CLI Guide for quick setup commands.

Comparison

| Criteria | MCP Server | CLI | | --- | --- | --- | | Interface | AI agent (Claude, ChatGPT, Gemini) | Terminal / command line | | Installation | URL to paste into agent settings | pip install orbiads-cli | | Authentication | OAuth via browser (automatic) | OAuth Device Flow (code displayed) | | Best for | Exploration, conversations, guided workflows | Scripts, CI/CD, headless automation | | Output format | Natural language via the agent | JSON or structured table | | Credits | Same consumption grid | Same consumption grid | | Offline | No β€” requires internet | No β€” requires internet | | Python required | No | Yes (3.10+) |

Both methods share the same backend, credits, and safety guardrails.

CLI Quick Reference

| Command | Description | | --- | --- | | orbiads auth login | Authenticate via Google OAuth Device Flow | | orbiads auth status | Check authentication status | | orbiads network info | Show current GAM network details | | orbiads network list | List accessible GAM networks | | orbiads orders list | List orders in the network | | orbiads line-items list --order ID | List line items for an order | | orbiads creatives list | List creatives | | orbiads inventory ad-units | List ad units | | orbiads forecast check --ad-unit ID | Check inventory availability | | orbiads report run --template ID | Run a delivery report |

Full command reference: orbiads.com/docs/cli/commands

---

Installation Guide

OrbiAds offers three integration pathways depending on your environment.

1. Zero-Install MCP Server (ChatGPT, Gemini, Claude Desktop)

Connect your AI assistant to our hosted server using the Model Context Protocol:

  • Claude Desktop: Add this to your claude_desktop_config.json:
  {
    "mcpServers": {
      "orbiads": {
        "type": "http",
        "url": "https://orbiads.com/mcp"
      }
    }
  }
  • Gemini / AI Studio: Go to Tools β†’ MCP configuration β†’ Add https://orbiads.com/mcp
  • ChatGPT: Go to Settings β†’ Connectors β†’ Add connector β†’ MCP URL: https://orbiads.com/mcp
  • GLAMA / MCP Registry: Access, test, and connect the server directly in your browser via glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP
  • Other environments (Cursor, Codex, Warp): Add the https://orbiads.com/mcp endpoint to your configuration and copy AGENTS.md to your project root.

2. Claude Code Plugin (Slash Commands)

Add the /adops command set directly into your Claude Code CLI terminal: ``bash claude plugin install orbiads ``

3. Agent Skills (Structured Workflows)

Install our markdown-based guidelines permanently into Claude Code's memory:

  1. Clone this repository locally.
  2. Run the skill installer:
   ./install.sh skills --copy

This copies our 6 consolidated skill files to your ~/.claude/skills/ directory. Claude Code will automatically leverage them to prevent hallucinations and strictly apply the plan-before-mutate workflow.

β†’ Installation guides: Claude Β· ChatGPT Β· Gemini Β· OpenAI Codex

---

What is OrbiAds?

OrbiAds is a hosted MCP server that connects your AI assistant directly to Google Ad Manager (GAM). Instead of clicking through the GAM interface or writing API scripts, you describe what you want in plain language β€” OrbiAds handles the API calls, guardrails, and audit trail.

You: "Check inventory availability on the homepage banner for a 300x250 in France next week"
OrbiAds: [runs forecast] β†’ Available: 1.2M impressions. Pressure: low. Safe to traffic.

You: "Create the line item for Renault, €15 CPM, Monday to Friday"
OrbiAds: [applies guardrails] β†’ Preview ready. Confirm to push?

No scripts. No API tokens to manage. No switching tabs.

---

Who is this for?

  • AdOps managers who traffic campaigns daily and want to move faster without making mistakes
  • Publishers who manage their own GAM network and want AI-assisted workflows
  • Media agencies running multiple GAM accounts who want a consistent, auditable process
  • Developers building AdOps automation on top of Claude, ChatGPT, or Gemini

---

Supported AI Platforms

| Platform | Setup guide | Mode | | --- | --- | --- | | Claude (Desktop / claude.ai / Claude Code) | docs/install/claude.md | Plugin + MCP remote | | ChatGPT (Pro connector) | docs/install/chatgpt.md | MCP remote (HTTP) | | Gemini | docs/install/gemini.md | MCP remote | | GLAMA (MCP registry) | glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCP | MCP registry | | Cursor / Codex / Warp / other | AGENTS.md | AGENTS.md + MCP wiring |

All platforms connect to the same hosted MCP endpoint at https://orbiads.com/mcp.

---

7 Slash Commands

After installing the plugin, these /adops commands are available directly in Claude Code.

| Command | What it does | | --- | --- | | /adops campaign | Read live state, plan deployment, dry-run (ExecutionPlan), deploy, pause, rollback — with mandatory plan→confirm→execute gate | | /adops audit | Multi-dimensional account audit: delivery, inventory, security, creatives, billing | | /adops report | Custom reports, delivery queries, CSV export, billing summaries, forecasts | | /adops deal | PMP deals, private auctions, Marketplace PG/PD proposals | | /adops creative | Upload creatives, QA compliance, SSL validation, preview URLs, line item association | | /adops inventory | Browse ad units, manage placements and targeting taxonomy, run blueprints | | /adops admin | Teams, sites, labels, custom fields, network settings (MCP surface only) |

What's Inside (MCP Tools & Skills)

The OrbiAds surface maps the Google Ad Manager API into parent tools and hundreds of actions, organized into 6 core domain Agent Skills plus an orchestrator, to keep context usage clean. See docs/tool-matrix/README.md for the live generated tool and action counts.

Click on any domain below to see which tools and capabilities are included:

<details> <summary><b>1. Campaigns & Creative QA (orbiads-campaigns)</b></summary>

  • campaign β€” Read live campaign state, plan deployment, dry-run, deploy, pause, and rollback campaigns.
  • orders β€” Create and list orders, contacts, and roles.
  • line_items β€” Define line item delivery rules, CPMs, and targeting logic.
  • creatives β€” Upload creatives (images, HTML5, video/audio) and configure native styles.
  • creative_assets β€” Manage associated image and file assets.
  • creative_qa β€” Audit click-trackers, perform compliance scans, and validate SSL certificates.
  • creative_wrapper_skill β€” Manage third-party wrappers and delivery presets.
  • formats β€” Discover and configure ad creative formats.
  • jobs & gam_jobs β€” Monitor async campaign compilation and deployment workflows.

</details>

<details> <summary><b>2. Inventory & Targeting (orbiads-inventory)</b></summary>

  • inventory β€” Retrieve ad unit trees, sizes, and generate ads.json manifests.
  • placements β€” Create, update, and list ad placement groups.
  • targeting β€” Manage custom targeting keys/values, countries, and categories.
  • audiences β€” Retrieve and modify first-party audience segments.
  • blueprint β€” Generate and push structured network inventory blueprints.

</details>

<details> <summary><b>3. Reporting & Forecasting (orbiads-reporting)</b></summary>

  • reporting β€” Run custom reports from templates, check line item delivery, and integrate GA4.
  • preview β€” Verify inventory coverage and export preview URLs.
  • pql β€” Run raw PQL database queries.

</details>

<details> <summary><b>4. Programmatic Deals (orbiads-deals)</b></summary>

  • deals β€” Manage PMP deals, private auctions, and marketplace buyers.
  • companies β€” Manage agency and advertiser company profiles.

</details>

<details> <summary><b>5. Network Admin (orbiads-admin)</b></summary>

  • gam_admin β€” Access advanced fields, network labels, teams, and site records.
  • gam_features β€” Query active Google Ad Manager beta and system features.
  • network β€” List accessible networks and switch active network context.
  • settings β€” Configure default CPMs, pacing, and brand naming templates.
  • tenant_catalog β€” Access tenant-specific catalogs.

</details>

<details> <summary><b>6. Audits & Billing (orbiads-audit)</b></summary>

  • audit_skill β€” Run automated security, hygiene, and wrapper coverage audits.
  • billing β€” Fetch credit balances and transaction histories.
  • audit β€” Search network audit logs.

</details>

See docs/tool-matrix/README.md for the complete parity matrix detailing exact costs, writes, and parameters for all 270+ actions.

---

Safety by Design

Every write action requires an explicit ExecutionPlan preview and confirmation token. No campaign goes live by accident.

  • Plan-before-mutate on campaign, deal, and product writes β€” preview the signed ExecutionPlan before you push
  • Dry-run mode on all deployment actions β€” confirmationToken TTL 300 seconds
  • Forecast gate before inventory commits β€” availability verified upfront
  • Audit trail on every action β€” who did what, when, with what result
  • Credit guard β€” read operations are always free, writes deduct credits transparently

---

Quick Start (3 steps)

1. Create your free account

Go to orbiads.com and sign up. You get 5 free credits β€” no credit card required.

2. Connect Google Ad Manager

From the OrbiAds dashboard, click Connect GAM and authorize with your Google account. OrbiAds uses OAuth β€” your GAM credentials never leave Google's infrastructure.

3. Configure your AI assistant

Pick your platform and follow the guide:

Then start with:

"Connect to my GAM account and show me my active networks"

---

MCP Server Details

| Property | Value | | --- | --- | | Endpoint | https://orbiads.com/mcp | | Transport | streamable-http (default) Β· sse | | Auth | OAuth 2.0 β€” Google account via OrbiAds | | GAM API version | v202605 | | MCP Protocol | 2025-03-26 |

---

Repository Structure

skills/           ← orchestrator skill + 6 consolidated dual-surface domain skills (generated)
                     Each domain skill has SKILL.md (thin) + references/actions.md (full catalogue)
commands/         ← 7 /adops slash commands for Claude Code
agents/           ← Parallel audit subagents (audit-delivery, audit-inventory, …)
hooks/            ← Claude Code hooks (hooks.json)
cli/              ← OrbiAds CLI package (pip install orbiads-cli)
docs/             ← Installation guides, tool matrix, custom-skill authoring guide
_docs/            ← Internal: legacy tool mapping, anti-collision rules
.claude-plugin/   ← Claude plugin manifest (plugin.json, marketplace.json)
AGENTS.md         ← Cross-LLM contract for Cursor, Codex, Gemini, Warp, etc.
CLAUDE.md         ← Claude Code project guidance

Skills and the tool matrix are generated from the backend catalogue β€” do not hand-edit them. See CLAUDE.md for the generated vs. hand-authored breakdown.

---

Pricing

| Plan | Price | Credits | | --- | --- | --- | | Trial | Free | 5 credits (no card) | | Starter | €39/month | 50 credits/month | | Early Access | €29/month ← locked for life | 50 credits/month | | Pack S | €29 one-time | +50 credits | | Pack L | €45 one-time | +100 credits |

Reads are always free. Credits are only consumed on write and deploy operations.

Start free β†’

---

License

The contents of this repository β€” distribution scaffold, skills, agents, workflows, JSON schemas, CLI client, platform integration manifests, documentation, and examples β€” are released under the MIT License.

The OrbiAds MCP server backend and Cloud Run services that the hosted endpoint at https://orbiads.com/mcp connects to are NOT in this repository and are governed by separate proprietary terms β€” see terms at orbiads.com.

<p align="center"> <br/> <img src="./logo/orbiads-logo-brand.png" alt="OrbiAds Brand Logo" width="220"/> </p>

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.