Orbiads Gam MCP Server

<sub>Hosted MCP for AI agents, plus a Python CLI for terminal and CI workflows.</sub>

Remote serverstreamable-httpPython

What is the Orbiads Gam MCP MCP server?

If you already use Orbiads Gam MCP, the orbiads gam mcp mcp server is the piece that lets your assistant work with it directly. Hosted MCP for AI agents, plus a Python CLI for terminal and CI workflows..

What the server does

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.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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
  • 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

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Orbiads Gam MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Orbiads Gam MCP's toolset — campaign, orders, line_items and 11 more — is a fair guide to whether it matches your workflow. It is maintained by orbiads; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
campaignRead live campaign state, plan deployment, dry-run, deploy, pause, and rollback campaigns.
ordersCreate and list orders, contacts, and roles.
line_itemsDefine line item delivery rules, CPMs, and targeting logic.
creativesUpload creatives (images, HTML5, video/audio) and configure native styles.
creative_assetsManage associated image and file assets.
creative_qaAudit click-trackers, perform compliance scans, and validate SSL certificates.
creative_wrapper_skillManage third-party wrappers and delivery presets.
formatsDiscover and configure ad creative formats.
inventoryRetrieve ad unit trees, sizes, and generate ads.json manifests.
placementsCreate, update, and list ad placement groups.
targetingManage custom targeting keys/values, countries, and categories.
audiencesRetrieve and modify first-party audience segments.
blueprintGenerate and push structured network inventory blueprints.
reportingRun custom reports from templates, check line item delivery, and integrate GA4.

How to install the Orbiads Gam MCP MCP server

{
    "mcpServers": {
      "orbiads": {
        "type": "http",
        "url": "https://orbiads.com/mcp"
      }
    }
  }

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Orbiads Gam MCP to campaign.
  • Use Orbiads Gam MCP to orders.
  • Use Orbiads Gam MCP to line items.

Frequently asked questions

It connects Orbiads Gam MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (campaign, orders, line_items, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Orbiads Gam MCP directly.