Connect ChatGPT, Claude, Codex, or another MCP client to ask natural-language questions about live Google Ads performance.
Question
“Compare campaign cost and conversions this month.”
One team token works with the separate endpoint for each brand.
Brand endpoint
Available after sign inThe brand in this URL determines which Google Ads account the client can report on.
Team auth token
Sign in requiredBearer authentication keeps the brand endpoint private to your team.
Store the team token in an environment variable. Never commit it to a project.
Add this to ~/.codex/config.toml, set UNFETCH_MCP_TOKEN, then restart Codex CLI or the IDE extension.
[mcp_servers.unfetch]
url = "https://unfetch.com/api/brands/YOUR_BRAND_ID/mcp"
bearer_token_env_var = "UNFETCH_MCP_TOKEN"
default_tools_approval_mode = "writes"Use MCP for Google Ads answers inside another AI client. Use the built-in chat for the complete workspace experience.
| Capability | Built-in chat | MCP |
|---|---|---|
| Natural-language Google Ads reports | ||
| Interactive tables and charts | ||
| Custom dashboard widgets | ||
| Saved prompts | ||
| Brand memory and artifact reuse | ||
| Google Ads account changes | Paid | Never |
| Persistent conversation | Client owned |