MCP.so
登录
S

Salesforce Data Cloud MCP Server by CData

@CDataSoftware

关于 Salesforce Data Cloud MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Salesforce Data Cloud (beta): https://www.cdata.com/download/download.aspx?sku=LRZK-V&type=beta

基本信息

分类

数据与分析

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\salesforce-data-cloud.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Salesforce Data Cloud MCP Server by CData?

A read-only MCP server that allows LLMs (like Claude Desktop) to query live Salesforce Data Cloud data via natural language, powered by the CData JDBC Driver for Salesforce Data Cloud.

How to use Salesforce Data Cloud MCP Server by CData?

Clone the repository, build with Maven, install and license the CData JDBC Driver, generate a connection string, create a .prp property file, then add the server to your Claude Desktop config (claude_desktop_config.json). Run the server with java -jar CDataMCP-jar-with-dependencies.jar <path>.prp. No SQL knowledge needed—simply ask questions.

Key features of Salesforce Data Cloud MCP Server by CData

  • Read-only access to live Salesforce Data Cloud data
  • Exposes data as relational SQL models via JDBC
  • Provides tools: get_tables, get_columns, run_query
  • Supports natural language queries through MCP clients
  • Uses stdio transport (client must run on same machine)

Use cases of Salesforce Data Cloud MCP Server by CData

  • Answer business questions like “What is the correlation between closed won opportunities and account industry?”
  • Retrieve counts of open tickets in a specific project
  • List today's calendar events from Salesforce Data Cloud
  • Explore table schemas without writing SQL

FAQ from Salesforce Data Cloud MCP Server by CData

Is this server read-only or does it support writes?

This server is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server.

What are the runtime dependencies?

Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Salesforce Data Cloud (installed and licensed separately).

How does the server connect to the data?

Through a JDBC connection string configured in a .prp file. The CData JDBC Driver translates Salesforce Data Cloud into relational SQL models.

What transport does the server use?

The server uses stdio transport, so it can only be used with MCP clients running on the same machine.

What license applies to this server?

This MCP server is licensed under the MIT License.

评论

数据与分析 分类下的更多 MCP 服务器