MCP servers · Streamable HTTP · 2025-06-18

Your search data,
queryable from Claude.

Two MCP connectors: one for Google Search Console, one for Bing Webmaster Tools. Add one to Claude and ask questions like “which pages get impressions but no clicks” — Claude calls the tools, your property answers. Sold separately, run separately: buying only Bing never executes a line of Search Console code.

Google Search Console MCP

https://gsc-mcp.bloggerclinic.com/mcp

Your own Google OAuth client — consent is granted to you, never to us.

  • gsc_list_sites
  • gsc_search_analytics
  • gsc_inspect_url
  • gsc_list_sitemaps
  • gsc_submit_sitemap

$9/mo or $79/yr per property provisional

Tool reference →

Bing Webmaster MCP

https://bing-mcp.bloggerclinic.com/mcp

Your own Bing Webmaster API key, validated before storage.

  • bing_list_sites
  • bing_traffic_stats
  • bing_query_stats
  • bing_page_stats
  • bing_crawl_stats
  • bing_submission_quota
  • bing_submit_urls

$9/mo or $79/yr per property provisional

Tool reference →

Both connectors, one key

$15/mo or $129/yr provisional

One API key unlocks both servers. Free tier: 1 property, 200 metered tool calls a month, every tool included — enough to decide whether this is useful before paying. Self-host licence for running the open worker in your own Cloudflare account: pricing to be announced.

Pre-launch: the hosted endpoints above activate when keys are issued. The code is final and tested; there is no waitlist theatre — email ai@revenuedealer.com and you will get a key when the workers are live.

How authentication works

You bring your own credentials; we bring the plumbing. For Search Console you create a Google Cloud OAuth client (click-path guide, ~10 minutes) and authorise against your client — we never hold a grant issued to us, and revoking access in your Google account kills ours instantly. For Bing you paste the API key from your own Webmaster account. Credentials are AES-256-GCM encrypted at rest, scoped to your key, never logged, and never returned beyond a masked last-4 suffix. Full data-handling page.

Sixty-second install

Works with Claude (web custom connectors), Claude Desktop, Claude Code, and any client speaking MCP Streamable HTTP.

Claude Code
claude mcp add --transport http gsc https://gsc-mcp.bloggerclinic.com/mcp \
  --header "Authorization: Bearer smcp_your_key"

All four clients, copy-pasteable →