Bullhorn CRM MCP Server by CData
@CDataSoftware
关于 Bullhorn CRM MCP Server by CData
This read-only MCP Server allows you to connect to Bullhorn CRM data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\bullhorn-crm.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bullhorn CRM MCP Server by CData?
The Bullhorn CRM MCP Server by CData is a local, read-only MCP server that allows large language models (LLMs) like Claude Desktop to query live data from Bullhorn CRM. It wraps CData’s JDBC Driver for Bullhorn CRM, exposing that data as relational SQL models and providing a simple MCP interface for natural-language querying — no SQL required.
How to use Bullhorn CRM MCP Server by CData?
- Clone the repository and build with
mvn clean installto produce a JAR. - Download, install, and license the CData JDBC Driver for Bullhorn CRM (use
java -jar cdata.jdbc.bullhorncrm.jar --license). - Configure a connection string using the driver’s utility, then create a
.prpfile with JDBC properties. - Add the server to
claude_desktop_config.jsonwith the path to Java, the JAR, and the.prpfile. - Run or restart Claude Desktop to see the tools. The server uses
stdio, so it must run on the same machine as the client.
Key features of Bullhorn CRM MCP Server by CData
- Read-only access to live Bullhorn CRM data via MCP tools
- Exposes tables and columns with
get_tablesandget_columns - Execute arbitrary SQL SELECT queries through
run_query - Integrates with LLM clients for natural-language data questions
- Built on the CData JDBC Driver for Bullhorn CRM
Use cases of Bullhorn CRM MCP Server by CData
- Ask an LLM to summarize correlations between closed‑won opportunities and account industries
- Retrieve the number of open tickets in a specific project
- Query today’s calendar events from Bullhorn CRM using natural language
- Explore Bullhorn CRM data schema without writing SQL queries
FAQ from Bullhorn CRM MCP Server by CData
Is this server read-only?
Yes. This project builds a local, read‑only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate MCP Server for Bullhorn CRM.
What are the dependencies and runtime requirements?
You need Java, Maven (to build), and the CData JDBC Driver for Bullhorn CRM (installed and licensed). The server runs locally via stdio.
How does authentication work?
If the data source uses OAuth (as Bullhorn CRM does), you authenticate in your browser when testing the connection string. The JDBC driver handles token refresh automatically via InitiateOAuth=GETANDREFRESH.
Where does data live and what transport is used?
Data is queried live from Bullhorn CRM; no data is stored locally by the server. The server communicates with the client via stdio, so it must run on the same machine.
What are the known limits?
The server is read‑only and supports only SELECT queries. It cannot write, update, or delete data. It also requires local installation and cannot be accessed remotely.
数据与分析 分类下的更多 MCP 服务器
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
mcp-server-apache-airflow
yangkyeongmoWeb3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
评论