Plur-e
MCP servers

Dynamics 365 CRM tools

Tool catalogue of the Plur-e MCP server for Dynamics 365 Sales and Customer Service — leads, opportunities, quotes from Business Central prices, cases and activities.

Quick answer

The CRM server exposes tools over Dynamics 365 Sales and Customer Service: search and qualify leads, list and update opportunities, draft quotes with Business Central prices, list and summarise cases and create activities. Writes respect the user's Dataverse security roles.

AreaToolScopeWhat it does
Leadssearch_leadsreadLeads by name, company, source or owner
Leadsqualify_leadwriteQualify a lead into account, contact and opportunity
Opportunitieslist_opportunitiesreadPipeline by stage, owner or close date
Opportunitiesdraft_quote_from_bc_priceswriteDraft a quote using Business Central item prices
Opportunitiesupdate_opportunity_stagewriteMove an opportunity to another stage
Servicelist_casesreadCases by customer, priority or status
Servicesummarize_case_historyreadTimeline summary of a case
Activitiescreate_activitywriteTask, call or appointment linked to a record

Example: draft_quote_from_bc_prices

{
  "name": "draft_quote_from_bc_prices",
  "arguments": {
    "opportunityId": "b3c1…",
    "lines": [{ "itemNo": "1896-S", "quantity": 12 }]
  }
}

The server reads prices and discounts from Business Central for the account's customer number and creates a draft quote in Dynamics 365 Sales.

To be validated

Final tool list and schemas ship with the server.

Related: Product page

Last updated on

Edit on GitHub
Was this page helpful?

On this page