OrbiAds
About
173 tools to automate Google Ad Manager — campaigns, creatives, inventory, reporting via natural language
Details
- Author
- orbiads
- Downloads
- 337
- Categories
- Other, Automation, API
Jump to
- Hosted MCP server for Google Ad Manager
- 8 built-in skills for common ad operations
- 5 composed end-to-end workflows
- Plain language campaign management
- Dry-run mode and forecast gate before writes
- Full audit trail on all actions
Sign up for a free account at orbiads.com, connect your GAM account via OAuth, then configure your AI platform (Claude Desktop, ChatGPT, Gemini, or OpenAI Codex) with the MCP endpoint https://orbiads.com/mcp. Once connected, describe your task in natural language—Orbiads handles the API calls and guardrails.
Hosted MCP for AI agents, plus a Python CLI for terminal and CI workflows.
OrbiAds is a hosted Google Ad Manager MCP serverthat gives AI assistants — Claude, ChatGPT, Gemini, Cursor, and OpenAI Codex — direct, natural-language access to Google Ad Manager. It covers270+ operationsacross campaigns, orders, line items, creatives, inventory, targeting, and reporting, on thecurrent GAM API (v202605), with OAuth and confirm-before-write guardrails.
→ Get started free at orbiads.com·★ Star this repo
- Create a free OrbiAds account atorbiads.comand connect Google Ad Manager.
- Add this MCP endpoint to Claude, ChatGPT, Gemini, Cursor, Codex, or Warp:
https://orbiads.com/mcp
Connect to my GAM account and show me my active networks.
pip install orbiads-cli orbiads auth login orbiads network info
Want a deeper setup path? Start with theCLI guideor theagent install guides.
OrbiAds offers two integration methods — choose the one that fits your workflow.
Connect your AI assistant (Claude, ChatGPT, Gemini) to GAM via the hosted MCP endpoint. Conversational, guided, zero-install.
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 viapip(especially with--user), ensure the Python scripts directory is added to your userPATH. Without this, your terminal and local AI agents (like Claude Code, Cursor, or Gemini) will fail to find or execute theorbiadscommand. See theTroubleshooting section in the CLI Guidefor quick setup commands.
Both methods share the same backend, credits, and safety guardrails.
Full command reference:orbiads.com/docs/cli/commands
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 yourclaude_desktop_config.json:
{ "mcpServers": { "orbiads": { "type": "http", "url": "https://orbiads.com/mcp" } } }
Add the/adopscommand set directly into your Claude Code CLI terminal:
Install our markdown-based guidelines permanently into Claude Code's memory:
- Clone this repository locally.
- 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
OrbiAds is a hostedMCP serverthat 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.
- AdOps managerswho traffic campaigns daily and want to move faster without making mistakes
- Publisherswho manage their own GAM network and want AI-assisted workflows
- Media agenciesrunning multiple GAM accounts who want a consistent, auditable process
- Developersbuilding AdOps automation on top of Claude, ChatGPT, or Gemini
All platforms connect to the same hosted MCP endpoint athttps://orbiads.com/mcp.
After installing the plugin, these/adopscommands are available directly in Claude Code.
What's Inside (MCP Tools & Skills)
The OrbiAds surface maps the Google Ad Manager API into parent tools and hundreds of actions, organized into6 core domain Agent Skillsplus an orchestrator, to keep context usage clean. Seedocs/tool-matrix/README.mdfor the live generated tool and action counts.
Click on any domain below to see which tools and capabilities are included:
- 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.
- 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.
- 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.
- deals— Manage PMP deals, private auctions, and marketplace buyers.
- companies— Manage agency and advertiser company profiles.
- 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.
- audit_skill— Run automated security, hygiene, and wrapper coverage audits.
- billing— Fetch credit balances and transaction histories.
- audit— Search network audit logs.
Every write action requires an explicitExecutionPlanpreview and confirmation token. No campaign goes live by accident.
- Plan-before-mutateon campaign, deal, and product writes — preview the signedExecutionPlanbefore you push
- Dry-run modeon all deployment actions —confirmationTokenTTL 300 seconds
- Forecast gatebefore inventory commits — availability verified upfront
- Audit trailon every action — who did what, when, with what result
- Credit guard— read operations are always free, writes deduct credits transparently
Go toorbiads.comand sign up. You get5 free credits— no credit card required.
From the OrbiAds dashboard, clickConnect GAMand authorize with your Google account. OrbiAds uses OAuth — your GAM credentials never leave Google's infrastructure.
Pick your platform and follow the guide:
- Claude setup →
- ChatGPT setup →
- Gemini setup →
- Other tools (Cursor, Codex, Warp) →
"Connect to my GAM account and show me my active networks"
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 aregeneratedfrom the backend catalogue — do not hand-edit them. SeeCLAUDE.mdfor the generated vs. hand-authored breakdown.
Reads are always free. Credits are only consumed on write and deploy operations.
The contents of this repository — distribution scaffold, skills, agents, workflows, JSON schemas, CLI client, platform integration manifests, documentation, and examples — are released under theMIT License.
The OrbiAds MCP server backend and Cloud Run services that the hosted endpoint athttps://orbiads.com/mcpconnects to are NOT in this repository and are governed by separate proprietary terms —see terms at orbiads.com.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, Claude Code, OpenClaw, and HTTP-capable MCP clients.
Hosted MCP server that gives AI agents read and write access to your full marketing & ecommerce stack — Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn. 100+ tools across 10 connectors. BYOK, OAuth 2.1 with dynamic client registration.
A read-only MCP server for querying live Google Ad Manager data, powered by CData.
MCP server for Google Ads, Meta Ads, GA4, TikTok Ads, LinkedIn Ads, Shopify, HubSpot, and 15+ more advertising and marketing platforms. 300+ tools for campaign creation, performance analysis, keyword research, and CRM workflows. OAuth 2.1 authentication. Every write operation requires explicit user approval.
Interact with the Meta Ads API to access, analyze, and manage advertising campaigns.
Interact with Facebook and Instagram advertising data using the Meta Marketing API.
A Model Context Protocol (MCP) server for TikTok Ads API integration. This server enables AI assistants like Claude to interact with TikTok advertising campaigns, providing comprehensive campaign management, analytics, and optimization capabilities. Part of the AdsMCP project - MCP servers for advertising platforms.
ИИ-коннектор для Яндекс Директа: подключите Claude или ChatGPT к рекламному кабинету и управляйте кампаниями прямо в диалоге — статистика, поиск неэффективных расходов, ставки, бюджеты, минус-слова, аудит.
Apigene MCP Gateway is the runtime layer that connects AI agents to APIs and MCP servers via Model Context Protocol.
One MCP server for AI agents to use any tools reliably at any scale
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


