facebook-mcp-server-by-cdata

facebook-mcp-server-by-cdata

3.2

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

The CData MCP Server for Facebook is a specialized server that facilitates the interaction between large language models (LLMs) and Facebook data. By leveraging the CData JDBC Driver for Facebook, this server exposes Facebook data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve real-time information from Facebook. The server is read-only, meaning it allows data retrieval but not modification. For full CRUD capabilities, users are encouraged to explore the full version of the CData MCP Server for Facebook.

Features

  • Enables LLMs to query Facebook data using natural language.
  • Utilizes CData JDBC Driver to expose Facebook data as SQL models.
  • Read-only access to Facebook data for real-time information retrieval.
  • Simplifies data access for applications like Claude Desktop.
  • Supports a wide range of data sources through CData's extensive driver library.

Tools

  1. facebook_get_tables

    Retrieves a list of tables available in the data source.

  2. facebook_get_columns

    Retrieves a list of columns for a specified table.

  3. facebook_run_query

    Executes a SQL SELECT query on the data source.