A
licenseNot graded
qualityD
maintenanceEnables MCP clients to access and manage Microsoft Dynamics 365 Business Central entities, such as creating sales orders, via a modern async MCP server.
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct action on items (create, delete, get by field, get schema, list, update), with no overlap in purpose.
All tools use a consistent BC_verb_noun pattern in snake_case, though mixing 'Get' and 'List' for item retrieval is a minor inconsistency.
Six tools cover the essential CRUD operations plus schema and filtered lookup, which is well-scoped for an item management server.
Basic CRUD is covered, but there is no explicit get-by-id tool (though BC_Get_Items_By_Field could serve that purpose), leaving a minor gap.