Skip to content

feat: wire NotFair Search Console MCP into the plugin (0.25.6)#81

Open
EAS-Andrew wants to merge 1 commit into
nowork-studio:mainfrom
EAS-Andrew:feat/wire-search-console-mcp
Open

feat: wire NotFair Search Console MCP into the plugin (0.25.6)#81
EAS-Andrew wants to merge 1 commit into
nowork-studio:mainfrom
EAS-Andrew:feat/wire-search-console-mcp

Conversation

@EAS-Andrew
Copy link
Copy Markdown

What

Registers the NotFair Google Search Console MCP server in the plugin's .mcp.json as NotFair-SearchConsole, and bumps the plugin to 0.25.6.

Why

The hosted endpoint https://notfair.co/api/mcp/google_search_console is already live, the SEO connector ships in notfair-cmo, and the plugin description already advertises "powered by Google Search Console". But .mcp.json only registered the Google Ads and Meta Ads servers:

"mcpServers": {
  "NotFair-GoogleAds": { "type": "http", "url": ".../google_ads" },
  "NotFair-MetaAds":   { "type": "http", "url": ".../meta_ads" }
}

So the Search Console tools (search analytics, URL inspection, sitemaps) never loaded in Claude Code, even though everything else was in place. Users had to add the server by hand.

Changes

  • .mcp.json — add NotFair-SearchConsolehttps://notfair.co/api/mcp/google_search_console
  • VERSION + .claude-plugin/plugin.json0.25.50.25.6
  • CHANGELOG.md[0.25.6] entry under Added

Verification

  • Endpoint behaves identically to the Ads server (returns HTTP 401 unauthenticated).
  • After adding the server, the OAuth flow completes and the tool set loads: listProperties, getSearchAnalytics, inspectUrl, runScript, listSitemaps, etc.
  • listProperties returned the connected GSC properties as expected.

Note on version bump

Bumped patch (0.25.6) to match the repo's recent cadence. Happy to make it a minor (0.26.0) if you'd rather treat a new connector as a feature-level release.

🤖 Generated with Claude Code

The hosted Google Search Console MCP endpoint
(https://notfair.co/api/mcp/google_search_console) and the SEO connector
are already live, and the plugin description already advertises "powered
by Google Search Console". But .mcp.json only registered the Google Ads
and Meta Ads servers, so the Search Console tools (search analytics, URL
inspection, sitemaps) never loaded in Claude Code.

This registers it as NotFair-SearchConsole alongside the existing servers,
bumps VERSION + plugin.json to 0.25.6, and adds a CHANGELOG entry.

Verified the endpoint behaves like the Ads server (HTTP 401 unauthenticated)
and completes the OAuth/tool-load flow once added.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant