Fullrun — Google Ads for AI Agents
Fullrun is an AI agent that manages Google Ads for you. It monitors your campaigns around the clock, diagnoses problems, adjusts bids, adds missing ad extensions, pauses wasteful keywords, and creates new campaigns all autonomously.
README
<p align="center"> <img src="logo.svg" alt="Fullrun" width="400" /> </p>
<p align="center"> Google Ads management CLI for AI agents.<br/> Works with <a href="https://openclaw.ai">OpenClaw</a>, <a href="https://claude.ai/claude-code">Claude</a>, and any agent that can run shell commands. </p>
Fullrun is an AI agent that manages Google Ads for you. It monitors your campaigns around the clock, diagnoses problems, adjusts bids, adds missing ad extensions, pauses wasteful keywords, and creates new campaigns — all autonomously.
This CLI brings that same engine to your terminal. Instead of using the Fullrun dashboard, you (or your AI agent) can manage Google Ads with simple commands. Every command auto-detects your environment — colored output in a terminal, structured JSON when piped to another program.
npm install -g fullrun
fullrun login frun_YOUR_API_KEY
fullrun triage
What an agent can do
- Diagnose — Run
fullrun triageto get a prioritized health report (CRITICAL → HIGH → MEDIUM → LOW) - Inspect — List campaigns, keywords, and performance metrics
- Optimize — Trigger
fullrun runto let the AI agent fix the highest-priority issues - Repeat — Triage again to confirm the fixes worked
All the hard stuff — Google Ads API calls, bid calculations, budget guardrails, PPC best practices — happens server-side. The CLI is a thin client. No credentials stored on your machine.
Commands
| Command | Description |
|---|---|
fullrun login <key> |
Authenticate with your API key |
fullrun triage |
Account health report with prioritized issues |
fullrun campaigns:list |
List campaigns with status, budget, and metrics |
fullrun performance |
Account metrics — clicks, conversions, CPA |
fullrun keywords:list |
Keywords with performance data |
fullrun run |
Trigger a full AI-powered optimization run |
Options
--format json— Force JSON output (default when piped)--format human— Force colored terminal output (default in TTY)--days <n>— Look-back period for performance data (default 7, max 90)--campaign <id>— Filter keywords by campaign
Agent integration
OpenClaw
Install the CLI globally and OpenClaw auto-discovers it via the bundled SKILL.md:
npm install -g fullrun
Then tell your agent: "Check my Google Ads and fix anything that's underperforming."
Claude Code
The SKILL.md works as a Claude Code skill. The agent reads it and knows how to use every command.
MCP (Claude Desktop / Cursor)
{
"mcpServers": {
"fullrun": {
"command": "npx",
"args": ["@fullrun/mcp"],
"env": {
"FULLRUN_API_KEY": "frun_..."
}
}
}
}
Any agent
Any agent that can execute shell commands can use Fullrun. Output is auto-detected — JSON when piped, human-readable in a terminal.
Getting an API key
- Sign up at fullrun.app
- Connect your Google Ads account
- Go to Settings > API Keys
- Create a key and copy it
How it works
CLI / MCP / Agent
│
▼
Fullrun API (api key auth)
│
▼
Triage engine → Google Ads API
Guardrails, bid caps, PPC rules
The CLI never touches Google Ads directly. It calls the Fullrun API, which runs the same triage and optimization engine that powers the web dashboard. All guardrails (mutation limits, bid caps, budget safety) are enforced server-side.
Development
git clone https://github.com/tuckerschreiber/fullrun-cli
cd fullrun-cli
npm install
npx tsx src/bin/fullrun.ts --help
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.