MCP.so
登录
S

Salesloft MCP Server by CData

@CDataSoftware

关于 Salesloft 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 Salesloft (beta): https://www.cdata.com/download/download.aspx?sku=KBZK-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\\salesloft.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Salesloft MCP Server by CData?

A read-only MCP server that lets LLMs (like Claude Desktop) query live Salesloft data using natural language, powered by the CData JDBC Driver for Salesloft. It exposes Salesloft data as relational SQL models through a simple MCP interface.

How to use Salesloft MCP Server by CData?

Clone the repo, build with mvn clean install, download and license the CData JDBC Driver, create a .prp file with your JDBC connection string, and configure Claude Desktop’s claude_desktop_config.json to point to the server JAR and property file. Then ask natural language questions about your Salesloft data.

Key features of Salesloft MCP Server by CData

  • Read-only access to live Salesloft data
  • Natural language querying via MCP tools
  • Built on the CData JDBC Driver for Salesloft
  • Provides get_tables, get_columns, and run_query tools
  • Uses standard JDBC connection configuration

Use cases of Salesloft MCP Server by CData

  • Ask your LLM to “show me my closed won opportunities by account industry”
  • Retrieve the count of open tickets in a specific project
  • List calendar events for today without writing SQL
  • Explore available tables and columns in your Salesloft data source

FAQ from Salesloft MCP Server by CData

Is this server read-only or can I write/update/delete data?

This project is read-only. For full CRUD and action capabilities, use the free CData MCP Server for Salesloft (beta) linked in the README.

What are the runtime dependencies?

You need Java, Maven, and the CData JDBC Driver for Salesloft (download and license required).

Where does my data live?

All data stays in your Salesloft instance; the server queries it in real time and does not store it locally.

What transport does the server use?

It uses stdio, so it can only run with clients on the same machine as the server.

How do I handle OAuth authentication?

OAuth is configured in the JDBC connection string using the Connection String utility; authentication happens in your browser during the test connection step.

评论

其他 分类下的更多 MCP 服务器