From 8718e354f11ce95752352eaa32e4216c8c582491 Mon Sep 17 00:00:00 2001 From: Yuting Zhong Date: Fri, 19 Jun 2026 09:29:13 -0700 Subject: [PATCH] feat: add NotFair (SEO & paid-ads MCP skills) --- data/notfair-mcp-skills/notfair-mcp-skills.md | 29 +++++++++++ .../notfair-mcp-skills/notfair-mcp-skills.yml | 48 +++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 data/notfair-mcp-skills/notfair-mcp-skills.md create mode 100644 data/notfair-mcp-skills/notfair-mcp-skills.yml diff --git a/data/notfair-mcp-skills/notfair-mcp-skills.md b/data/notfair-mcp-skills/notfair-mcp-skills.md new file mode 100644 index 00000000..f456d549 --- /dev/null +++ b/data/notfair-mcp-skills/notfair-mcp-skills.md @@ -0,0 +1,29 @@ +## Overview + +NotFair is a collection of open-source Claude Code agent skills for marketing +work. It connects to live ad and analytics data through MCP servers and runs +directly in the Claude Code CLI. + +## Skill Areas + +- **[SEO](https://github.com/nowork-studio/NotFair/tree/main/seo/)** — site + analysis, keyword research, meta tags, schema markup, GEO optimization, + content writing (powered by Google Search Console MCP and Google Analytics + (GA4) MCP) +- **[Google Ads](https://github.com/nowork-studio/NotFair/tree/main/google-ads/)** — + account audits, wasted-spend detection, search-term cleanup, keyword and + bid management (powered by Google Ads MCP) +- **[Meta Ads](https://github.com/nowork-studio/NotFair/tree/main/meta-ads/)** — + ROAS analysis, creative fatigue detection, audience overlap (powered by + Meta Ads MCP) + +## MCP Integrations + +- Google Ads MCP +- Meta Ads MCP +- Google Search Console MCP +- Google Analytics (GA4) MCP + +## License + +MIT diff --git a/data/notfair-mcp-skills/notfair-mcp-skills.yml b/data/notfair-mcp-skills/notfair-mcp-skills.yml new file mode 100644 index 00000000..ffe6fac7 --- /dev/null +++ b/data/notfair-mcp-skills/notfair-mcp-skills.yml @@ -0,0 +1,48 @@ +name: NotFair MCP Skills +description: Open-source Claude Code skills for SEO, GEO, Google Ads, and Meta + Ads. Connects to live data through the Google Ads MCP, Meta Ads MCP, Google + Search Console MCP, and Google Analytics (GA4) MCP to run audits, keyword + research, wasted-spend detection, and creative-fatigue analysis directly from + the Claude Code CLI. +source_url: https://github.com/nowork-studio/NotFair +category: marketing-sales-mcp-servers +tags: + - seo + - google-ads + - meta-ads + - marketing + - marketing-analytics + - open-source + - claude-code +featured: false +markdown: |- + ## Overview + + NotFair is a collection of open-source Claude Code agent skills for marketing + work. It connects to live ad and analytics data through MCP servers and runs + directly in the Claude Code CLI. + + ## Skill Areas + + - **[SEO](https://github.com/nowork-studio/NotFair/tree/main/seo/)** — site + analysis, keyword research, meta tags, schema markup, GEO optimization, + content writing (powered by Google Search Console MCP and Google Analytics + (GA4) MCP) + - **[Google Ads](https://github.com/nowork-studio/NotFair/tree/main/google-ads/)** — + account audits, wasted-spend detection, search-term cleanup, keyword and + bid management (powered by Google Ads MCP) + - **[Meta Ads](https://github.com/nowork-studio/NotFair/tree/main/meta-ads/)** — + ROAS analysis, creative fatigue detection, audience overlap (powered by + Meta Ads MCP) + + ## MCP Integrations + + - Google Ads MCP + - Meta Ads MCP + - Google Search Console MCP + - Google Analytics (GA4) MCP + + ## License + + MIT +updated_at: 2026-06-19 00:00