Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/bertramdev/googleadsmcp/claude-mdgit clone --depth 1 https://github.com/bertramdev/GoogleAdsMCPWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00367 | $0.00367 |
| Opus 5 | $0.00183 | $0.00183 |
| Sonnet 5 | $0.00073 | $0.00073 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade A, and why
GoogleAdsMCP CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- google-ads-claude-plugin CLAUDE.md — 100% identical, 0 lines differ
What it actually says
Google Ads MCP Server
Project Overview
A comprehensive Google Ads MCP server providing ~47 tools across 9 categories for full read/write access to Google Ads accounts via the MCP protocol.
Tech Stack
- Python 3.12+, uv for dependency management
mcp[cli](FastMCP) for MCP servergoogle-adsPython client library (API v23)- Pydantic v2 for config and models
- pytest for testing
Architecture
src/google_ads_mcp/— main packagesrc/google_ads_mcp/tools/— tool modules (one per category)- Tools return dicts, never raise exceptions (structured error responses)
- Removal tools (
remove_*) requireconfirm_removal=Trueparameter;set_*_statustools have no confirmation guard - All logging to stderr (stdio transport requirement)
json_response=Trueon FastMCP for LLM-friendly output
Key Patterns
sanitize_customer_id()strips dashes: "123-456-7890" → "1234567890"proto_to_dict()converts protobuf objects to dicts- Micros conversion: $1.00 = 1,000,000 micros
- Lifespan pattern for shared GoogleAdsClient instance
- Tools registered via decorators in tool modules, imported in
tools/__init__.py
Commands
uv run google-ads-mcp— start serveruv run pytest— run testsuv sync— install dependencies
Conventions
- Conventional commits (feat:, fix:, docs:, etc.)
- Google-style docstrings
- Type hints on all public functions
- Black formatting, isort for imports
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 38 lines · 367 tokens per session scan A 125c4353705d
GoogleAdsMCP CLAUDE.md is an instructions file published in the GitHub repository bertramdev/GoogleAdsMCP (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 367 tokens to every session, about $0.0018 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
google-ads-mcp-plus CLAUDE.md
Claude Code instructions for monsieurgoodmood/google-ads-mcp-plus, covering claude.md — operating guide for this google ads mcp, 1. the one thing that matters most, 2. start every session with serverstatus, 3. tools and read — always available.
mcp-server-excel coverage-prevention-strategy.instructions.md
Instructions for sbroenne/mcp-server-excel, covering generated surface coverage, contract change workflow, required checks and common incomplete changes.
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.
openrouter-mcp-multimodal AGENTS.md
Instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
autotask-mcp dev_workflow.instructions.md
Guide for using Taskmaster to manage task-driven development workflows.
seekstone CLAUDE.md
Instructions for shaqmughal/seekstone, covering claude.md, what this repo is, commands, the harness itself (run after npm install) and architecture.