snapchat-ads-mcp-server-by-cdata

Provides a local, read-only Model Context Protocol (MCP) server that exposes Snapchat Ads data to AI clients by wrapping a CData JDBC Driver connection as MCP tools (get tables, get columns, run SELECT queries).

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Ai Ml mcp snapchat-ads jdbc data-access read-only stdio local-server etl-optional analytics
⚙ Agent Friendliness
53
/ 100
Can an agent use this?
🔒 Security
46
/ 100
Is it safe for agents?
⚡ Reliability
28
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

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

🔒 Security

TLS Enforcement
30
Auth Strength
60
Scope Granularity
40
Dep. Hygiene
50
Secret Handling
45

TLS cannot be verified from the README (it is dependent on the underlying JDBC driver and remote APIs). Authentication is delegated to the CData JDBC driver via JDBC URL and possibly OAuth, but the MCP wrapper itself does not document fine-grained scopes or data access controls. Query execution is SQL-based (SELECT), which can still lead to data overexposure if users/agents are not constrained; no mention of query allowlisting, timeouts, or logging redaction. Secrets handling practices are not described in the MCP wrapper README.

⚡ Reliability

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

Best When

You want local, on-device MCP access to Snapchat Ads data for interactive analytics and question answering, using an existing CData JDBC Driver connection.

Avoid When

You need a remotely accessible API endpoint, webhooks, or strong built-in API-level rate limiting/pagination semantics at the MCP layer.

Use Cases

  • Let an MCP-capable desktop client (e.g., Claude Desktop) query live Snapchat Ads reporting data using natural language
  • Discover available data model tables/columns for Snapchat Ads via tools
  • Run ad-hoc SELECT queries over Snapchat Ads data and analyze results

Not For

  • Performing full CRUD operations (the MCP server is described as read-only)
  • Running remotely over the network (it uses stdio and is intended for same-machine clients)
  • High-volume, latency-sensitive automation without considering query cost/limits

Interface

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

Authentication

Methods: CData JDBC driver authentication embedded in JDBC connection string and/or OAuth flow via the driver
OAuth: Yes Scopes: No

Auth details are delegated to the underlying CData JDBC driver. The README notes OAuth may require browser authentication, and the JDBC URL contains options like InitiateOAuth=GETANDREFRESH.

Pricing

Free tier: No
Requires CC: No

No pricing for the MCP wrapper is provided; the JDBC driver licensing is required per the README.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio, so it is intended for clients running on the same machine; remote use will not work as described
  • Tool surface is limited to table/column discovery and running SELECT SQL; there is no stated guardrail against expensive queries
  • No explicit rate limiting or pagination behavior is documented at the MCP level
  • Because it delegates to SQL via run_query, agents may generate overly broad queries unless constrained

Alternatives

Full Evaluation Report

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