Microsoft Dynamics 365 Business Central API
The Microsoft Dynamics 365 Business Central API (v2.0) provides a RESTful interface for integrating with Business Central. It exposes standard business entities such as customers, vendors, items, sales orders, purchase orders, journals, and general ledger entries. The API uses OData v4 conventions and requires Microsoft Entra ID (Azure AD) authentication.
What You Can Do
MCP Tools
listcompanies
Microsoft Dynamics List companies
listcustomers
Microsoft Dynamics List customers
createcustomer
Microsoft Dynamics Create a customer
getcustomer
Microsoft Dynamics Get a customer
updatecustomer
Microsoft Dynamics Update a customer
deletecustomer
Microsoft Dynamics Delete a customer
listvendors
Microsoft Dynamics List vendors
createvendor
Microsoft Dynamics Create a vendor
listitems
Microsoft Dynamics List items
createitem
Microsoft Dynamics Create an item
listsalesorders
Microsoft Dynamics List sales orders
createsalesorder
Microsoft Dynamics Create a sales order
listsalesinvoices
Microsoft Dynamics List sales invoices
createsalesinvoice
Microsoft Dynamics Create a sales invoice
listpurchaseorders
Microsoft Dynamics List purchase orders
createpurchaseorder
Microsoft Dynamics Create a purchase order
listpurchaseinvoices
Microsoft Dynamics List purchase invoices
createpurchaseinvoice
Microsoft Dynamics Create a purchase invoice
listgeneralledgerentries
Microsoft Dynamics List general ledger entries
listaccounts
Microsoft Dynamics List chart of accounts
listjournals
Microsoft Dynamics List journals
createjournal
Microsoft Dynamics Create a journal
listemployees
Microsoft Dynamics List employees
createemployee
Microsoft Dynamics Create an employee