Snapchat Ads MCP Server by CData
@CDataSoftware
About Snapchat Ads MCP Server by CData
This read-only MCP Server allows you to connect to Snapchat Ads data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\snapchat-ads.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Snapchat Ads MCP Server by CData?
The Snapchat Ads MCP Server by CData is a local, read-only Model Context Protocol (MCP) server that enables Large Language Models (LLMs) like Claude Desktop to query live data from Snapchat Ads using natural language. It wraps the CData JDBC Driver for Snapchat Ads, exposing Snapchat Ads data as relational SQL models via a simple MCP interface.
How to use Snapchat Ads MCP Server by CData?
Clone the repository, build the server with mvn clean install, download and license the CData JDBC Driver for Snapchat Ads, configure a connection string using the driver’s utility, create a .prp file with driver and connection details, then add the server to your Claude Desktop config (e.g., claude_desktop_config.json). The server uses stdio transport so it must run on the same machine as the client.
Key features of Snapchat Ads MCP Server by CData
- Read-only access to live Snapchat Ads data
- Natural language querying – no SQL required
- Wraps the CData JDBC Driver for Snapchat Ads
- Local deployment for data privacy
- Supports retrieving tables, columns, and running SQL SELECT queries
- JSON-RPC 2.0 request support for scripting
Use cases of Snapchat Ads MCP Server by CData
- Ask an LLM to summarize ad campaign performance metrics
- Inquire about audience segmentation or demographic data
- Cross-query Snapchat Ads data with other sources in AI assistants
- Automate ad analysis through natural language prompts
FAQ from Snapchat Ads MCP Server by CData
Is this server read-only?
Yes, the server is read-only. It only supports SELECT queries. For full read, write, update, and delete capabilities, CData offers a separate MCP Server for Snapchat Ads.
What are the dependencies and runtime requirements?
You need Java installed, the CData JDBC Driver for Snapchat Ads (downloaded separately and licensed), and a client that supports MCP over stdio (e.g., Claude Desktop). The server is built with Maven.
Where does the data live?
The data stays local. The server runs on your machine and queries Snapchat Ads live via the JDBC Driver. No data is sent to CData or third parties.
What transport and authentication are used?
The server uses stdio transport (JSON-RPC 2.0). Authentication is handled by the CData JDBC Driver, which supports OAuth (e.g., "InitiateOAuth=GETANDREFRESH").
How do I troubleshoot connection issues?
Ensure the JDBC Driver is properly installed and licensed, verify the connection string using the driver’s utility, and fully quit Claude Desktop (via Task Manager/Activity Monitor) before restarting. Contact CData Support if needed.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments