Dynamics 365 Business Central MCP Server by CData
@CDataSoftware
Dynamics 365 Business Central 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 Dynamics 365 Business Central (beta): https://www.cdata.com/download/download.aspx?sku=FBZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\dynamics-365-business-central.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Dynamics 365 Business Central MCP Server by CData?
It is a read-only MCP (Model Context Protocol) server that allows LLMs (like Claude Desktop) to query live data from Dynamics 365 Business Central using natural language. The server wraps the CData JDBC Driver for Dynamics 365 Business Central, which exposes the data as relational SQL models.
How to use Dynamics 365 Business Central MCP Server by CData?
Clone the repository and build the JAR file with mvn clean install. Download and license the CData JDBC Driver, then configure a .prp file with your JDBC connection details. Finally, configure the server in your MCP client (e.g., Claude Desktop) by editing its claude_desktop_config.json to point to the JAR and .prp file.
Key features of Dynamics 365 Business Central MCP Server by CData
- Read-only access to Dynamics 365 Business Central data for LLMs.
- Natural language querying with no SQL required.
- Powered by the CData JDBC Driver for Dynamics 365 Business Central.
- Tools available:
get_tables,get_columns, andrun_query. - Output returned in CSV format.
- Uses
stdiotransport (same machine as the client).
Use cases of Dynamics 365 Business Central MCP Server by CData
- Ask Claude Desktop for sales opportunity correlations by industry.
- Query the number of open support tickets from Dynamics 365 Business Central.
- Retrieve calendar events for the current day from Business Central.
- Explore available tables and columns in your Business Central environment.
FAQ from Dynamics 365 Business Central MCP Server by CData
Is this server read-only?
Yes, this MCP server is read-only. For full CRUD capabilities and a simplified setup, CData offers a free beta MCP Server for Dynamics 365 Business Central.
What dependencies are required to run it?
You need Java (JDK) to run the MCP server JAR and the CData JDBC Driver for Dynamics 365 Business Central, which must be installed and licensed separately.
What transport protocol does the server use?
The server uses stdio transport, so it can only be used with clients running on the same machine as the server.
Can I limit which tables the server can access?
Yes. In the .prp configuration file, you can set the Tables property to a list of specific tables. If left blank, the server will access all available tables.
How do I authenticate to Dynamics 365 Business Central?
Authentication is handled via the JDBC connection string. You can use the Connection String utility (run the driver JAR) to configure OAuth-based authentication and test the connection.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 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,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント