salesforce-data-cloud-mcp-server-by-cdata
If you are the rightful owner of salesforce-data-cloud-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 Data Cloud is a read-only server designed to allow LLMs to query live data from Salesforce Data Cloud using natural language.
The CData MCP Server for Salesforce Data Cloud is a specialized server that facilitates the interaction between large language models (LLMs) and Salesforce Data Cloud. By leveraging the CData JDBC Driver, this server exposes Salesforce Data Cloud 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 data insights. The server is read-only, but a full-featured version with read, write, update, delete, and action capabilities is available in beta. The setup involves cloning the repository, building the server, and configuring the connection to Salesforce Data Cloud using a JDBC driver.
Features
- Enables LLMs to query Salesforce Data Cloud using natural language.
- Utilizes CData JDBC Driver to expose data as relational SQL models.
- Supports real-time data retrieval without SQL knowledge.
- Read-only access with a full-featured beta version available.
- Simple setup and configuration process.
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query.