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.
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント