MCP.so
登录
S

Salesforce Marketing MCP Server by CData

@CDataSoftware

关于 Salesforce Marketing 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 Marketing (beta): https://www.cdata.com/download/download.aspx?sku=FEZK-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-marketing.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Salesforce Marketing MCP Server by CData?

A read-only MCP server that allows LLMs like Claude Desktop to query live Salesforce Marketing data using natural language. It wraps the CData JDBC Driver for Salesforce Marketing, exposing Salesforce Marketing data as relational SQL models through a simple MCP interface.

How to use Salesforce Marketing MCP Server by CData?

Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for Salesforce Marketing, configure the JDBC connection string, create a .prp file with connection properties, then add the server to your AI client’s config file (e.g., claude_desktop_config.json). The server uses stdio transport and runs on the same machine as the client. No explicit SQL is needed—simply ask natural language questions.

Key features of Salesforce Marketing MCP Server by CData

  • Read-only access to Salesforce Marketing data via MCP
  • Built on the CData JDBC Driver for Salesforce Marketing
  • Exposes tables, columns, and SQL SELECT query tools
  • Enables natural language querying through LLMs
  • Requires local installation and JDBC driver licensing
  • MIT licensed

Use cases of Salesforce Marketing MCP Server by CData

  • Query live Salesforce Marketing data from AI assistants
  • Analyze marketing campaign performance without writing SQL
  • Retrieve customer engagement metrics for reports
  • Enable LLMs to answer business questions about marketing data

FAQ from Salesforce Marketing MCP Server by CData

Is this server read-only?

Yes, this server provides read-only access. For full read, write, update, delete, and action capabilities, use the free CData MCP Server for Salesforce Marketing (beta).

What dependencies does it require?

Java, Maven, and the CData JDBC Driver for Salesforce Marketing (must be installed and licensed separately).

How do I configure the connection?

Create a .prp file with properties like DriverPath, DriverClass, and JdbcUrl. Use the JDBC Driver’s Connection String utility to generate the correct URL.

What transport does the server use?

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

Where can I get help?

Contact the CData Support Team for connection issues, or join the CData Community for general feedback and troubleshooting.

评论

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