google-search-mcp-server-by-cdata

Provides a local, read-only MCP server that exposes Google Search data as relational tables via CData's JDBC Driver. The MCP server runs over stdio so an MCP-capable desktop client (e.g., Claude Desktop) can query live Google Search data using tool calls like get_tables, get_columns, and run_query (SQL SELECT).

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Ai Ml mcp stdio cdata jdbc google-search read-only desktop-integration
⚙ Agent Friendliness
50
/ 100
Can an agent use this?
🔒 Security
34
/ 100
Is it safe for agents?
⚡ Reliability
25
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
65
Error Messages
0
Auth Simplicity
50
Rate Limits
5

🔒 Security

TLS Enforcement
20
Auth Strength
55
Scope Granularity
10
Dep. Hygiene
45
Secret Handling
40

The MCP server is local via stdio, reducing exposure to network interception, but the README does not document transport hardening, credential storage practices, or secret redaction in logs. Authentication is delegated to the underlying CData JDBC driver configuration (potentially OAuth), but the README does not describe fine-grained scopes or least-privilege controls. No dependency or vulnerability hygiene information is provided in the supplied content.

⚡ Reliability

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

Best When

You want a local MCP integration on the same host as your client, and you need read-only Google Search data access via a JDBC-to-table model.

Avoid When

You need a network-accessible MCP endpoint, fine-grained API rate-limit/pagination semantics, or robust server-side error codes tailored to MCP tool calls.

Use Cases

  • Letting an LLM answer questions about live Google Search data without writing SQL
  • Building desktop-agent workflows that need read-only access to Google Search-derived datasets
  • Querying/searching structured results through a table/column abstraction backed by CData JDBC

Not For

  • Browser-based or remote MCP access (requires the client to run on the same machine due to stdio transport)
  • Write/update/delete operations (the project is described as read-only)
  • High-throughput or service-style API usage where rate-limit and pagination controls are required

Interface

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

Authentication

Methods: Configured via CData JDBC Driver connection string / OAuth flow (as applicable to the driver)
OAuth: Yes Scopes: No

Authentication is performed through the underlying CData JDBC driver configuration (the README notes that OAuth may be required and must be authenticated in a browser). The MCP server itself appears to rely entirely on the JDBC driver credential configuration in the .prp file.

Pricing

Free tier: No
Requires CC: No

The README does not describe pricing for this MCP server; it references licensing for the CData JDBC Driver and mentions a managed platform (CData Connect AI).

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio transport; the client must run on the same machine as the MCP server.
  • May require fully exiting/reopening the client (Claude Desktop) for MCP servers to appear.
  • Tool outputs are returned in CSV (first row headers); agents must parse accordingly.
  • Requires correct JDBC driver licensing and correct connection string in the .prp file; otherwise tool calls will fail.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for google-search-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