snapchat-ads-mcp-server-by-cdata

snapchat-ads-mcp-server-by-cdata

3.2

If you are the rightful owner of snapchat-ads-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Snapchat Ads is a read-only server designed to allow LLMs to query live Snapchat Ads data using natural language.

The CData MCP Server for Snapchat Ads is a specialized server that facilitates the interaction between large language models (LLMs) and Snapchat Ads data. By leveraging the CData JDBC Driver for Snapchat Ads, this server exposes Snapchat Ads as relational SQL models, enabling LLMs to access live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can query Snapchat Ads data using natural language. The server is read-only, meaning it allows for data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for Snapchat Ads in beta. The setup involves building the server, licensing the JDBC driver, and configuring the connection to the data source. Once configured, the server can be integrated with AI clients to provide seamless data access.

Features

  • Read-only access to Snapchat Ads data
  • Integration with CData JDBC Driver for Snapchat Ads
  • Natural language querying via LLMs
  • Simple MCP interface for data retrieval
  • Support for Claude Desktop integration

Tools

  1. source_get_tables

    Retrieves a list of tables available in the data source.

  2. source_get_columns

    Retrieves a list of columns for a specified table.

  3. source_run_query

    Executes a SQL SELECT query.