OrbiAds

173 tools to automate Google Ad Manager — campaigns, creatives, inventory, reporting via natural language

Documentation

OrbiAds — Google Ad Manager MCP

English · Français

OrbiAds terminal workflow showing Google Ad Manager checks from the command line
Hosted MCP for AI agents, plus a Python CLI for terminal and CI workflows.

MCP Protocol GAM API Version PyPI Python License Docs GitHub stars Works with Claude Works with ChatGPT Works with Gemini Glama MCP.so Smithery

A skill for Claude, ChatGPT, Gemini, and OpenAI Codex that gives your AI assistant direct access to Google Ad Manager.

→ 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
    
  3. 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

SignalStatusLink
Public repoMIT licensed mirror of the OrbiAds MCP distributionLICENSE
PyPI CLIPublished as orbiads-cli for terminal and CI workflowspypi.org/project/orbiads-cli
Hosted MCPRemote Streamable HTTP endpoint with OAuthhttps://orbiads.com/mcp
GlamaIndexed MCP registry pageglama.ai
MCP.soIndexed MCP directory pagemcp.so
Official MCP registryserver.json manifest ready for registry publicationserver.json
SmitherySubmission target prepared for hosted/external MCP listingsmithery.ai/new
Safety modelPlan → confirm → execute on write actionsSafety 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

CriteriaMCP ServerCLI
InterfaceAI agent (Claude, ChatGPT, Gemini)Terminal / command line
InstallationURL to paste into agent settingspip install orbiads-cli
AuthenticationOAuth via browser (automatic)OAuth Device Flow (code displayed)
Best forExploration, conversations, guided workflowsScripts, CI/CD, headless automation
Output formatNatural language via the agentJSON or structured table
CreditsSame consumption gridSame consumption grid
OfflineNo — requires internetNo — requires internet
Python requiredNoYes (3.10+)

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

CLI Quick Reference

CommandDescription
orbiads auth loginAuthenticate via Google OAuth Device Flow
orbiads auth statusCheck authentication status
orbiads network infoShow current GAM network details
orbiads network listList accessible GAM networks
orbiads orders listList orders in the network
orbiads line-items list --order IDList line items for an order
orbiads creatives listList creatives
orbiads inventory ad-unitsList ad units
orbiads forecast check --ad-unit IDCheck inventory availability
orbiads report run --template IDRun 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:

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

PlatformSetup guideMode
Claude (Desktop / claude.ai / Claude Code)docs/install/claude.mdPlugin + MCP remote
ChatGPT (Pro connector)docs/install/chatgpt.mdMCP remote (HTTP)
Geminidocs/install/gemini.mdMCP remote
GLAMA (MCP registry)glama.ai/mcp/servers/OrbiAds/Orbiads-GAM-MCPMCP registry
Cursor / Codex / Warp / otherAGENTS.mdAGENTS.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.

CommandWhat it does
/adops campaignRead live state, plan deployment, dry-run (ExecutionPlan), deploy, pause, rollback — with mandatory plan→confirm→execute gate
/adops auditMulti-dimensional account audit: delivery, inventory, security, creatives, billing
/adops reportCustom reports, delivery queries, CSV export, billing summaries, forecasts
/adops dealPMP deals, private auctions, Marketplace PG/PD proposals
/adops creativeUpload creatives, QA compliance, SSL validation, preview URLs, line item association
/adops inventoryBrowse ad units, manage placements and targeting taxonomy, run blueprints
/adops adminTeams, 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:

1. Campaigns & Creative QA (orbiads-campaigns)
  • 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.
2. Inventory & Targeting (orbiads-inventory)
  • 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.
3. Reporting & Forecasting (orbiads-reporting)
  • 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.
4. Programmatic Deals (orbiads-deals)
  • deals — Manage PMP deals, private auctions, and marketplace buyers.
  • companies — Manage agency and advertiser company profiles.
5. Network Admin (orbiads-admin)
  • 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.
6. Audits & Billing (orbiads-audit)
  • audit_skill — Run automated security, hygiene, and wrapper coverage audits.
  • billing — Fetch credit balances and transaction histories.
  • audit — Search network audit logs.

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

PropertyValue
Endpointhttps://orbiads.com/mcp
Transportstreamable-http (default) · sse
AuthOAuth 2.0 — Google account via OrbiAds
GAM API versionv202605
MCP Protocol2025-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

PlanPriceCredits
TrialFree5 credits (no card)
Starter€39/month50 credits/month
Early Access€29/month ← locked for life50 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.


OrbiAds Brand Logo