business-central-mcp
Related Servers
Alternatives to business-central-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to directly access and interact with Microsoft Dynamics 365 Business Central using native WebSocket protocol.14177 npmMIT
- AlicenseAqualityAmaintenanceGive AI assistants direct access to Microsoft Dynamics 365 Business Central via native WebSocket protocol.14177 npm40MIT
- 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 gradedqualityBmaintenanceConnects AI clients like VS Code Copilot and Claude Desktop to Microsoft Dynamics 365 Business Central via the Cloud Events API.-
- 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 14 tools
Each tool has a clearly distinct purpose: page lifecycle tools (open/read/write/execute/close), discovery tools (search_pages, list_companies), navigation tools (navigate, lookup), bulk data (query), reports, dialogs, and company switching. Potential overlaps like bc_read_data vs bc_query are explicitly disambiguated with detailed use-case guidance.
All tools share the bc_ prefix and most follow a verb_noun pattern (open_page, read_data, write_data, execute_action, close_page, search_pages, respond_dialog, switch_company, list_companies, run_report). A few single-verb names (lookup, query, navigate) and wizard_navigate break the strict pattern slightly, but the convention remains highly predictable.
14 tools is well-scoped for a Business Central integration, covering page interaction, bulk OData reads, object discovery, reports, dialogs, and company management. Each tool earns its place without bloating the surface.
The set covers the full page lifecycle (open/read/write/execute/close), lookup, navigation, bulk querying, reports, and company switching. Minor gaps include no direct OData create/update/delete (mutations go through the UI) and no generic codeunit execution, but these are workable within the existing tools.