facebook-ads-mcp-server-by-cdata

facebook-ads-mcp-server-by-cdata

3.2

If you are the rightful owner of facebook-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 Facebook Ads is a read-only server designed to allow LLMs to query live Facebook Ads data using natural language.

The CData MCP Server for Facebook Ads is a specialized server that enables large language models (LLMs) to access and query live data from Facebook Ads without the need for SQL knowledge. By leveraging the CData JDBC Driver for Facebook Ads, this server exposes Facebook Ads data as relational SQL models, which are then accessible through a simple MCP interface. This setup allows users to interact with their Facebook Ads data using natural language queries, making it easier to retrieve and analyze information. The server is read-only, focusing on providing seamless data access for LLMs like Claude Desktop. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for Facebook Ads in beta.

Features

  • Read-only access to Facebook Ads data
  • Integration with CData JDBC Driver for Facebook Ads
  • Natural language querying via MCP interface
  • Simplified setup for LLMs
  • Supports live data retrieval

Tools

  1. facebook_ads_get_tables

    Retrieves a list of tables available in the data source.

  2. facebook_ads_get_columns

    Retrieves a list of columns for a specified table.

  3. facebook_ads_run_query

    Executes a SQL SELECT query.