Microsoft Business Central MCP Server
Related Servers
Alternatives to Microsoft Business Central MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for Microsoft Dynamics 365 Business Central that enables AI assistants to query and manage Business Central data via full CRUD operations.614 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Microsoft Dynamics 365 Business Central that enables AI assistants to access and manage Business Central data via API v2.0, with full CRUD operations and support for Azure CLI or client credentials authentication.14 npmMIT
- AlicenseAqualityDmaintenanceModel Context Protocol (MCP) server for Microsoft Dynamics 365 Business Central. Provides AI assistants with direct access to Business Central data through properly formatted API v2.0 calls.614 npm8MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that gives AI assistants direct access to Microsoft Dynamics 365 Business Central via its native WebSocket protocol, enabling page operations, data reading/writing, actions, search, reports, and more.177 npmMIT
- AlicenseAqualityCmaintenanceMCP server that provides AI assistants direct access to Microsoft Dynamics 365 Business Central using its native WebSocket protocol, enabling page navigation, data operations, actions, and report execution without OData or browser automation.14177 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI clients to interact with Microsoft Dynamics 365 Business Central through MCP, providing access to customers, items, sales orders, and allowing creation of new records via natural language.2-
TDQS
Scored across 6 tools
The tools are mostly distinct, targeting schema, listing, field-based retrieval, and CRUD operations. However, list_items and get_items_by_field both retrieve items, which could cause confusion without careful reading.
Naming follows a verb_noun pattern (get_schema, list_items, create_item, update_item, delete_item). The only inconsistency is using 'list' for one retrieval and 'get' for another, but the pattern remains readable.
Six tools are appropriate for the server's purpose, providing a focused set for item management plus schema lookup without unnecessary bloat.
The toolkit covers the full lifecycle of items (create, update, delete, list, fetch by field) and includes schema access, leaving no obvious gaps for basic Business Central item operations.