google-analytics-mcp-server-by-cdata

Provides a local, read-only Model Context Protocol (MCP) server that exposes Google Analytics data to LLM clients. It wraps a CData JDBC Driver for Google Analytics, generates MCP tools for listing tables/columns and executing SQL SELECT queries via tools/call, and is intended to be run locally using stdio (same machine as the MCP client).

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Ai Ml mcp google-analytics cdata jdbc llm data-access stdio local-integration read-only
⚙ Agent Friendliness
48
/ 100
Can an agent use this?
🔒 Security
35
/ 100
Is it safe for agents?
⚡ Reliability
20
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
72
Documentation
70
Error Messages
0
Auth Simplicity
55
Rate Limits
0

🔒 Security

TLS Enforcement
20
Auth Strength
55
Scope Granularity
30
Dep. Hygiene
35
Secret Handling
30

Local stdio reduces network exposure, but secrets/connection strings are placed in a local .prp file; the README does not discuss secure storage, redaction, or log handling. OAuth may be required via browser for the JDBC driver, but scope/granularity and token lifecycle handling are not documented in this repo. No explicit TLS/network security controls apply beyond 'local' operation; if any remote components are used, they are not described here. Dependency/CVE hygiene is not assessable from the provided content.

⚡ Reliability

Uptime/SLA
0
Version Stability
30
Breaking Changes
30
Error Recovery
20
AF Security Reliability

Best When

You want on-device (local) integration from an MCP client (e.g., Claude Desktop) to query Google Analytics via a JDBC-backed SQL interface.

Avoid When

You need network-accessible remote MCP endpoints, fine-grained authorization management within this repo, or guaranteed operational controls like published SLAs/rate-limit contracts.

Use Cases

  • Querying live Google Analytics data from an MCP-capable desktop client without writing SQL
  • Exploratory analytics and ad-hoc reporting (e.g., totals, breakdowns, correlations) via natural-language tool use
  • Building lightweight internal dashboards/assistants that answer questions over GA data

Not For

  • Production multi-tenant or remote MCP access scenarios (stdio is local-only per README)
  • Write/update/delete GA data (README describes the MCP server as read-only)
  • Use cases requiring a hosted API gateway, rate-limit headers, or managed OAuth flows inside this repo

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: Local JDBC connection using a provided .prp configuration (may require OAuth authentication in a browser depending on data source settings)
OAuth: Yes Scopes: No

Auth details for OAuth scopes are not documented in this README; it references that OAuth may require browser authentication for the JDBC driver/connection string.

Pricing

Free tier: No
Requires CC: No

README explicitly requires licensing the CData JDBC Driver; pricing terms are not provided here.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio, so it can only be used by clients running on the same machine.
  • The README claims read-only behavior, but also mentions write/update/delete capability in a general paragraph—this mismatch may confuse agents; treat available tools as limited to the listed tools (get_tables/get_columns/run_query) and underlying JDBC driver permissions.
  • SQL is passed through run_query; the AI may generate inefficient or invalid SQL—there is no SQL safety/validation guidance in the README.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for google-analytics-mcp-server-by-cdata.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered