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.
Business Central tools
Tool catalogue by area with read/write scope.
Dynamics 365 CRM tools
Leads, opportunities, cases, activities.
Docs MCP
Public, read-only server over this documentation.
Security model
Identity, scopes, approvals, audit, data handling.
Connect Claude
Claude Desktop, Claude Code, claude.ai and custom agents.
How a call works
Claude ──(MCP tool call)──▶ Plur-e MCP server ──(user token)──▶ Business Central / CRM API
◀──(result + citation)── ◀──(data, permissions applied)──- The user signs in once with Microsoft Entra ID; the server keeps a per-user session.
- Claude picks a tool (for example
get_availability) and passes arguments validated against the tool's JSON schema. - The server calls Business Central as that user, so record and field security apply.
- Write tools (
create_sales_order,update_opportunity_stage…) can require an explicit approval before they run. - 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 GitHubBusiness Central APIs
The Business Central APIs and extension pages Plur-e uses to read and post documents, for developers integrating with or extending Plur-e.
Business Central tools
Tool catalogue of the Plur-e MCP server for Dynamics 365 Business Central — customers, items and availability, sales, purchasing, warehouse and posted documents — with scope and example arguments.