Skip to main content
Glama
keithdev21

business-central-mcp

by keithdev21

Related Servers

Alternatives to business-central-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP 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.
      175 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      MCP server for Microsoft Dynamics 365 Business Central that enables AI assistants to query and manage Business Central data via full CRUD operations.
      6
      9 npm
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      MCP server for Microsoft Dynamics 365 Business Central, enabling AI assistants to perform CRUD operations, query data, and retrieve schemas via Business Central API v2.0.
      6
      9 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Gives AI assistants direct access to Microsoft Dynamics 365 Business Central via the native WebSocket protocol, replacing OData, APIs, and browser automation. Enables page navigation, data reading/writing, actions, searches, and report execution.
      14
      175 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP 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.
      9 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Model 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.
      6
      9 npm
      8
      MIT

    TDQS

    A4.7/5.0

    Scored across 14 tools

    Disambiguation5/5

    Each tool targets a distinct operation—open, read, write, execute, close, navigate, dialog, report, search, lookup, query, company management, and wizard stepping—with explicit cross-references and 'do NOT use' guidance where overlap might otherwise occur (e.g., bc_navigate vs. bc_execute_action, bc_read_data vs. bc_query). The boundaries are sharp enough that agents can reliably select the correct tool.

    Naming Consistency4/5

    The vast majority follow a consistent bc_verb_noun pattern (open_page, read_data, write_data, execute_action, close_page, run_report, respond_dialog, switch_company, list_companies). Minor deviations: bc_navigate, bc_lookup, and bc_query are single verbs, and bc_wizard_navigate reverses the noun_verb order; still, all are lowercase snake_case with the bc_ prefix, keeping the set predictable and readable.

    Tool Count5/5

    14 tools is within the ideal 3–15 range and each one earns its place given the breadth of Business Central: page lifecycle, bulk query, reports, dialogs, wizard navigation, lookup, and company management. The count feels well-scoped rather than bloated or thin.

    Completeness4/5

    The page lifecycle is fully covered (open/read/write/execute/close) along with bulk OData reads, reports, lookup, dialog handling, navigation, and company switching. Minor gaps: codeunits are discoverable via bc_search_pages but not directly executable, and record creation relies on the UI 'New' action plus bc_write_data rather than a dedicated create tool—both are workarounds for agents.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues