Plur-e
MCP servers

Plur-e MCP servers

Model Context Protocol servers by Plur-e that connect Claude (by Anthropic) and other MCP clients to Dynamics 365 Business Central, Dynamics 365 CRM and the Plur-e documentation.

Quick answer

Plur-e MCP is a set of Model Context Protocol servers: one for Business Central (customers, items, availability, sales and purchase documents, warehouse activities, posted documents), one for Dynamics 365 CRM (leads, opportunities, cases, activities) and a public read-only one for these docs. Tools run under the user's identity with scopes, approvals for writes and full audit. Claude, by Anthropic, is the reference client; any MCP client works.

How a call works

Claude ──(MCP tool call)──▶ Plur-e MCP server ──(user token)──▶ Business Central / CRM API
       ◀──(result + citation)──              ◀──(data, permissions applied)──
  1. The user signs in once with Microsoft Entra ID; the server keeps a per-user session.
  2. Claude picks a tool (for example get_availability) and passes arguments validated against the tool's JSON schema.
  3. The server calls Business Central as that user, so record and field security apply.
  4. Write tools (create_sales_order, update_opportunity_stage…) can require an explicit approval before they run.
  5. Every call is logged with user, tool, arguments and result summary.

Commercial details, use cases by role and the delivery process are on the AI & MCP pages. Not to be confused with the Chat Bot Assistant (OpenAI, inside Business Central).

Last updated on

Edit on GitHub
Was this page helpful?

On this page