dynamics-365-business-central-mcp-server-by-cdata

dynamics-365-business-central-mcp-server-by-cdata

3.2

If you are the rightful owner of dynamics-365-business-central-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for Dynamics 365 Business Central is a read-only server designed to allow LLMs to query live data from Dynamics 365 Business Central using natural language.

The CData MCP Server for Dynamics 365 Business Central is a specialized server that facilitates the interaction between large language models (LLMs) and live data from Dynamics 365 Business Central. By leveraging the CData JDBC Driver, this server exposes Dynamics 365 Business Central data as relational SQL models, enabling LLMs to access and retrieve information without the need for SQL queries. This server is particularly useful for applications that require real-time data access and analysis, such as business intelligence tools and AI-driven insights. The server is designed to be read-only, providing a secure and efficient way to access data while maintaining data integrity. Users can set up the server by cloning the repository, building the server, and configuring the connection to Dynamics 365 Business Central. The server can be integrated with AI clients like Claude Desktop, allowing users to ask natural language questions and receive data-driven responses.

Features

  • Read-only access to Dynamics 365 Business Central data
  • Integration with CData JDBC Driver for seamless data exposure
  • Natural language querying without SQL
  • Easy setup and configuration
  • Compatible with AI clients like Claude Desktop

Tools

  1. dynamics_365_business_central_get_tables

    Retrieves a list of tables available in the data source.

  2. dynamics_365_business_central_get_columns

    Retrieves a list of columns for a specified table.

  3. dynamics_365_business_central_run_query

    Executes a SQL SELECT query.