Skip to content

Release history

saurabhsharma2u/search-console-mcp releases

An MCP server to interact with Google Search Console and Bing Webmasters.

All releases

17 shown

v1.13.5 Bug fix

Fixed GA4 client to prioritize the propertyId parameter over the stored account default.

Full changelog

What's Changed

  • fix: prioritize propertyId parameter over stored account default in GA4 client by @labsterx in https://github.com/saurabhsharma2u/search-console-mcp/pull/76

New Contributors

  • @labsterx made their first contribution in https://github.com/saurabhsharma2u/search-console-mcp/pull/76

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.13.4...v1.13.5

v1.13.4 New feature
Notable features
  • Offset pagination added to GA4 tools
Full changelog

What's Changed

  • feat(ga4): Add offset pagination to tools and fix cache array serialization by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/63
  • fix: gracefully handle invalid URLs in resolveAccount by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/64

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.13.3...v1.13.4

v1.13.3 Bug fix
Notable features
  • Expose missing Bing SEO tools
  • Merge GA4 property discovery into sites_list with boundary enforcement
Full changelog

What's Changed

  • docs: add new Magic Prompts documentation and update navigation by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/54
  • feat: expose missing Bing SEO tools by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/56
  • fix: collect unique headers for CSV export by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/55
  • ⚡ perf: Optimize N+1 API Call for Accounts in sites_list by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/58
  • ⚡ perf: bound concurrent pagespeed api calls to prevent rate limiting by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/57
  • Fix multi-account credential resolution in Search Console and Bing tools by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/59
  • feat: merge GA4 property discovery into sites_list with boundary enfo… by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/62

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.13.2...v1.13.3

v1.13.2 Bug fix
Notable features
  • Added Bing Analytics Trends
Full changelog

What's Changed

  • Fix unbounded concurrency in Bing sites health check by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/49
  • Fix GSC time series weekly aggregation logic by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/51
  • Add Bing Analytics Trends & Fix Date Overlap Bug by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/52

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.13.1...v1.13.2

v1.13.1 New feature
Notable features
  • Add CSV export to analytics tools
  • Enhance Bing SEO Insights and Optimizations
  • Cache config in memory to avoid blocking I/O
Full changelog

What's Changed

  • Enhance Bing SEO Insights and Optimizations by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/45
  • ⚡ Performance: Cache config in memory to avoid blocking I/O by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/44
  • Add CSV export to analytics tools and improve Bing query by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/46

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.13.0...v1.13.1

v1.13.0 New feature
Notable features
  • Add Batch Inspection Tool
  • Implement get_started tool and Registered MCP Prompts
  • Add Google Analytics 4 (GA4) Integration
Full changelog

What's Changed

  • Fix schema validator invocation format by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/36
  • test: achieve 100% test coverage for Bing/Google clients and utils by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/37
  • Add Batch Inspection Tool by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/39
  • Implement get_started tool and Registered MCP Prompts by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/38
  • ⚡ Optimize Google Health Check: Remove redundant N+1 site lookups by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/41
  • ⚡ Optimize SEO Insights API Calls by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/42
  • ⚡ Optimize Bing SEO Insights API Calls by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/43
  • Add Google Analytics 4 (GA4) Integration by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/40

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.12.0...v1.13.0

v1.12.0 New feature
Notable features
  • Bing Date Filtering and Prompt Updates
  • compare_engines MCP tool implementation
  • Multi‑Account Support & CLI Management
Full changelog

What's Changed

  • feat: Bing Date Filtering and Prompt Updates by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/33
  • Implement compare_engines MCP tool by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/34
  • feat: Multi-Account Support & CLI Management (v1.12.0) by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/35

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.11.1...v1.12.0

v1.11.1 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

New Prompts and Context for Bing tool

  • v1.11.1 by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/32

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.11.0...v1.11.1

v1.11.0 New feature
Notable features
  • Bing Webmaster Tools Integration
Full changelog

What's Changed

  • Refactor Bing implementation for correctness and accuracy by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/27
  • Mintlify Docs Edits by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/28
  • fix: Correct LICENSE link in README by @realMelTuc in https://github.com/saurabhsharma2u/search-console-mcp/pull/30
  • Fix corrupted emoji in README by @realMelTuc in https://github.com/saurabhsharma2u/search-console-mcp/pull/29
  • feat: Bing Webmaster Tools Integration by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/25

New Contributors

  • @realMelTuc made their first contribution in https://github.com/saurabhsharma2u/search-console-mcp/pull/30

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.10.1...v1.11.0

v1.10.1 Maintenance

Routine maintenance release for saurabhsharma2u/search-console-mcp.

Changelog

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.10.0...v1.10.1

v1.10.0 New feature
Notable features
  • Multi-Account Auth with Hardware-Bound Encryption
Full changelog

What's Changed

  • ⚡ Limit concurrency in site health checks to prevent API flooding by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/21
  • ⚡ Add caching to analytics queries by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/23
  • ⚡ Optimize schema validation by hoisting Validator instantiation by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/22
  • feat(security): Multi-Account Auth & Hardware-Bound Encryption by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/19
  • 1.10 by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/24

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.9.3...v1.10.0

v1.9.3 New feature
Notable features
  • Site Health Check tool
  • Algorithm Updates refresh
  • Setup simplification
Full changelog

What's Changed

  • feat: Site Health Check tool, Algorithm Updates refresh, Setup simplification by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/17
  • Next by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/18

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.9.2...v1.9.3

v1.9.2 Mixed
⚠ Upgrade required
  • Sanitize and validate key file path during setup to prevent path traversal issues
Security fixes
  • dep: @modelcontextprotocol/sdk upgraded from 1.25.3 to 1.26.0 (Snyk security fix)
Notable features
  • 100% Test Coverage achieved
  • Advanced SEO Analytics added
  • Parallelized independent SEO analysis tasks
Full changelog

What's Changed

  • feat: 100% Test Coverage and Advanced SEO Analytics by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/4
  • ⚡ Parallelize independent SEO analysis tasks by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/5
  • ⚡ Cache Google Search Console client to improve performance by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/6
  • Parallelize schema validation in validateSchema by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/7
  • [Snyk] Security upgrade @modelcontextprotocol/sdk from 1.25.3 to 1.26.0 by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/8
  • fix(setup): sanitize and validate key file path to prevent path trave… by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/9
  • Docs/mintlify site by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/11
  • Fix/setup security next by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/10
  • Docs/mintlify site by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/12
  • docs_index_nav by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/13
  • new prompts by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/14
  • v1.9.2 by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/16

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.9.1...v1.9.2

v1.9.1 Maintenance

Routine maintenance release for saurabhsharma2u/search-console-mcp.

Changelog

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.9.0...v1.9.1

v1.9.0 Feature
Notable features
  • New schema validator tool
  • Major SEO insights features
Changelog

Includes new schema validator tool and major SEO insights features.

v1.1.0 New feature
Notable features
  • Feature/seo insights
Full changelog

What's Changed

  • Feature/seo insights by @saurabhsharma2u in https://github.com/saurabhsharma2u/search-console-mcp/pull/1

New Contributors

  • @saurabhsharma2u made their first contribution in https://github.com/saurabhsharma2u/search-console-mcp/pull/1

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.0.0...v1.1.0

v1.0.0 Maintenance

Routine maintenance release for saurabhsharma2u/search-console-mcp.

Changelog

Full Changelog: https://github.com/saurabhsharma2u/search-console-mcp/compare/v1.0.0...v1.0.0

Beta — feedback welcome: [email protected]