MCP.so
ログイン

Snapchat Ads MCP Server by CData

@CDataSoftware

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/).

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

java

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\snapchat-ads.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ