salesforce-marketing-mcp-server-by-cdata

salesforce-marketing-mcp-server-by-cdata

3.2

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

The CData MCP Server for Salesforce Marketing is a specialized server that facilitates the interaction between large language models (LLMs) and Salesforce Marketing data. By leveraging the CData JDBC Driver for Salesforce Marketing, this server exposes Salesforce Marketing data as relational SQL models, enabling LLMs to access live data without the need for SQL queries. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve real-time data insights. The server is read-only, but a full-featured version with read, write, update, and delete capabilities is available in beta. The setup involves cloning the repository, building the server, and configuring the connection to Salesforce Marketing using a JDBC driver. Once configured, the server can be integrated with AI clients to provide seamless data access.

Features

  • Read-only access to Salesforce Marketing data
  • Integration with CData JDBC Driver for Salesforce Marketing
  • Natural language querying without SQL
  • Easy setup and configuration
  • Compatible with AI clients like Claude Desktop

Tools

  1. salesforce_marketing_get_tables

    Retrieves a list of tables available in the data source.

  2. salesforce_marketing_get_columns

    Retrieves a list of columns for a specified table.

  3. salesforce_marketing_run_query

    Executes a SQL SELECT query.