plugins marketplace
← All plugins

notfair

v0.25.11

The official Google Ads + Meta Ads + SEO + GEO plugin from NotFair. SEO analysis, Google Ads management, Meta (Facebook + Instagram) Ads management, keyword research, content optimization, schema markup tools, broken link checker, single-page deep audit, and Generative Engine Optimization (GEO) for AI search engines — powered by Google Search Console, Google Ads, and Meta Marketing APIs.

Claude Code3 MCP serversstreamable-http

by NotFair3.3kupdated 15 hours ago

Source

git clone https://github.com/nowork-studio/NotFair

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

notfair/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers3

NotFair-GoogleAdsstreamable-http
url
https://notfair.co/api/mcp/google_ads
NotFair-MetaAdsstreamable-http
url
https://notfair.co/api/mcp/meta_ads
NotFair-SearchConsolestreamable-http
url
https://notfair.co/api/mcp/google_search_console

Manifests1

.claude-plugin/plugin.json
{
  "name": "notfair",
  "version": "0.25.11",
  "description": "The official Google Ads + Meta Ads + SEO + GEO plugin from NotFair. SEO analysis, Google Ads management, Meta (Facebook + Instagram) Ads management, keyword research, content optimization, schema markup tools, broken link checker, single-page deep audit, and Generative Engine Optimization (GEO) for AI search engines — powered by Google Search Console, Google Ads, and Meta Marketing APIs.",
  "author": {
    "name": "NotFair",
    "url": "https://notfair.co"
  },
  "skills": [
    "./paid-ads/paid-ads",
    "./paid-ads/paid-ads-guide",
    "./paid-ads/paid-ads-setup",
    "./paid-ads/paid-ads-integrations",
    "./paid-ads/paid-ads-launch",
    "./paid-ads/paid-ads-review",
    "./paid-ads/paid-ads-optimize",
    "./paid-ads/paid-ads-creative",
    "./paid-ads/paid-ads-linkedin",
    "./paid-ads/paid-ads-tiktok",
    "./paid-ads/paid-ads-amazon",
    "./paid-ads/paid-ads-chatgpt",
    "./google-ads/manage",
    "./google-ads/audit",
    "./google-ads/copy",
    "./google-ads/assets",
    "./google-ads/landing",
    "./meta-ads/manage",
    "./meta-ads/audit",
    "./meta-ads/creative",
    "./seo/seo-analysis",
    "./seo/content-writer",
    "./seo/content-planner",
    "./seo/keyword-research",
    "./seo/meta-tags-optimizer",
    "./seo/schema-markup-generator",
    "./seo/setup-cms",
    "./seo/seo-page",
    "./seo/broken-link-checker",
    "./seo/geo-optimizer",
    "./seo/local-seo",
    "./seo/hreflang-international",
    "./seo/sitemap-audit",
    "./seo/image-seo",
    "./seo/ecommerce-seo",
    "./seo/programmatic-seo",
    "./seo/competitor-pages",
    "./seo/sxo",
    "./seo/seo-drift",
    "./seo/backlink-audit",
    "./notfair-upgrade-skill",
    "./gemini"
  ]
}