Salesforce Marketing MCP Server by CData
@CDataSoftware
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\salesforce-marketing.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Data & Analytics MCP servers
MCP Server for Deep Research
reading-plus-aiBright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Comments