Skip to content
← All projects

Dynamics 365 MCP Servers

Model Context Protocol servers exposing live Dynamics 365 Finance & Operations data (customers, products, orders, inventory) to AI agents.

Role
Backend and integration development
Built
July 2025
Stack
Model Context Protocol, Dynamics 365 Finance & Operations, Data Management Framework, REST APIs

What it does

A set of MCP servers that sit in front of Microsoft Dynamics 365 Finance & Operations and expose it as tools an AI agent can call. They extract company data across customers, products, sales orders, inventory and product descriptions.

Data Management Framework

Beyond simple reads, the servers handle Dynamics’ Data Management Framework operations, and I owned the API integration and implementation for bulk imports and exports of enterprise data. Bulk operations in DMF are asynchronous and staged rather than a single request, so the tooling has to model job state, not just fire a call and return.

Who consumes it

These servers are the backend behind the AI Outlook Sales Agent, giving it access to real-time order and product information. Building the data layer against a known consumer kept the tool surface tight: each capability exists because something actually needed it.