google-campaign-manager-mcp.yml
CANDIDATE tool surface derived from the Campaign Manager 360 OpenAPI operations in this repo. Google publishes NO Model Context Protocol server for Campaign Manager 360. Nothing below is deployed by the provider; it is a design sketch of what a server over this API would expose.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
list_campaigns— List campaigns in a Campaign Manager 360 user profile, with filtering and paging.get_campaign— Retrieve one campaign by ID.create_campaign— Create a campaign.update_campaign— Replace a campaign.patch_campaign— Partially update a campaign.list_ads— List ads in a user profile.get_ad— Retrieve one ad by ID.create_ad— Create an ad.update_ad— Replace an ad.patch_ad— Partially update an ad.list_placements— List placements in a user profile.get_placement— Retrieve one placement by ID.create_placement— Create a placement.update_placement— Replace a placement.patch_placement— Partially update a placement.generate_placement_tags— Generate ad tags for placements.list_reports— List reports owned by the profile.get_report— Retrieve a report definition.create_report— Create a report definition.update_report— Replace a report definition.patch_report— Partially update a report definition. NOTE — the v5 release notes state the patch method was REMOVED from the Reports resource, so this tool has no v5 backing operation.delete_report— Delete a report definition.run_report— Run a report and return the generated file handle.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.