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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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, andrun_querytools - 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 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论