Add Google Analytics plugin (official remote MCP) - #319
Open
SamSokolin wants to merge 1 commit into
Open
Conversation
…rver Packages the official analyticsdata.googleapis.com/mcp/v1 endpoint as third_party/google-analytics, mirroring the Gmail/Drive/Calendar plugins, and registers it in marketplace.json and the README table. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
third_party/google-analytics, a marketplace plugin for Google's official remote MCP server for the Google Analytics Data API, mirroring the packaging ofthird_party/gmail,google-drive, andgoogle-calendar.analyticsdata.googleapis.com):https://analyticsdata.googleapis.com/mcp/v1, typehttp. The/mcp/v1toolset exposesrun_report,run_realtime_report,get_metadata, andcheck_compatibility(read-only)..cursor-plugin/plugin.json,mcp.json,README.md,CHANGELOG.md,LICENSE(MIT),assets/logo.svg. AuthorCursor/plugins@cursor.com; keywords includegoogle,analytics,mcp. Categoryintegrations(alongside Similarweb/Semrush) rather thanproductivity, since it is a reporting tool rather than a Workspace app..cursor-plugin/marketplace.jsonand the README plugin table, directly after Google Calendar.analytics.readonly) plus consent-screen verification. This PR is packaging only; no backend/Vault changes.Logo
The VM had no network access to gstatic, so the logo is a hand-drawn SVG of the official Google Analytics mark (three-element orange bar chart,
#F9AB00/#E37400) on the same padded white tile as the other Google plugins.Verification
node scripts/validate-plugins.mjspasses (same check CI runs).assets/logo.svgin headless Chrome next to the Gmail and Drive tiles to confirm sizing and padding match.