Skip to content

Commit 88f9aec

Browse files
committed
Add NotFair Google Ads MCP server
1 parent bdd5ed9 commit 88f9aec

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

mcp-registry/servers/notfair.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"display_name": "NotFair Google Ads MCP",
3+
"license": "Proprietary",
4+
"tags": [
5+
"google-ads",
6+
"marketing",
7+
"advertising",
8+
"ads",
9+
"ppc",
10+
"campaign-management"
11+
],
12+
"name": "notfair",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/nowork-studio/toprank"
16+
},
17+
"homepage": "https://notfair.co",
18+
"author": {
19+
"name": "nowork-studio",
20+
"url": "https://notfair.co"
21+
},
22+
"description": "Google Ads MCP server. Connect Claude and other AI agents to a Google Ads account: diagnose campaign performance (CPA, ROAS, search-term waste, quality scores), recommend optimizations (bids, budgets, negatives, ad copy), and execute approved changes via the Google Ads API with a built-in human-approval gate.",
23+
"categories": [
24+
"Professional Apps",
25+
"Analytics"
26+
],
27+
"installations": {
28+
"http": {
29+
"type": "http",
30+
"url": "https://notfair.co/api/mcp/google_ads",
31+
"description": "Hosted streamable-HTTP MCP server. Sign in at notfair.co to authorize a Google Ads account, then connect via this URL."
32+
}
33+
},
34+
"examples": [
35+
{
36+
"title": "Account audit",
37+
"description": "Quick performance and waste audit",
38+
"prompt": "Audit my Google Ads account and find quick wins."
39+
},
40+
{
41+
"title": "Search-term waste",
42+
"description": "Find wasted spend on irrelevant queries",
43+
"prompt": "Show me search terms with high spend and zero conversions over the last 30 days."
44+
},
45+
{
46+
"title": "Bid optimization",
47+
"description": "Adjust bids based on performance",
48+
"prompt": "Recommend bid changes for my top 20 keywords by spend, then execute the approved changes."
49+
},
50+
{
51+
"title": "Negative keyword cleanup",
52+
"description": "Add negatives for wasteful queries",
53+
"prompt": "Find irrelevant search terms wasting budget and add them as negative keywords."
54+
}
55+
],
56+
"is_official": true
57+
}

0 commit comments

Comments
 (0)