Skip to main content
Glama
vinaybabuv

d365-bc-mcp

by vinaybabuv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP mode port3010
MCP_API_KEYNoHTTP mode: require this bearer token
BC_AUTH_MODENoExplicit override: device_code | client_credentials
BC_CLIENT_IDYesApp registration client ID
BC_TENANT_IDYesEntra tenant GUID
BC_ENVIRONMENTNoBC environment nameProduction
BC_TOKEN_CACHENoToken cache path (device-code mode)
BC_COMPANY_NAMENoWorking company; auto-selected if the identity sees exactly one
BC_CLIENT_SECRETNoSetting it switches to client-credentials mode

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
bc_list_companiesA

List the Business Central companies visible to this connection.

bc_list_customersA

List customers in the working company. Use search for a name substring match, or filter for a raw OData $filter.

bc_get_customerA

Get one customer's full record by customer number (e.g. C00120) or GUID id.

bc_list_itemsA

List inventory items in the working company. Use search for a name substring match, or filter for a raw OData $filter (e.g. inventory lt 10).

bc_list_vendorsA

List vendors in the working company. Use search for a name substring match.

bc_list_sales_ordersA

List sales orders, optionally filtered by customer number, status (Draft, In Review, Open), or order date range.

bc_get_sales_orderA

Get one sales order by order number (e.g. S-ORD101001) or GUID id, including its lines.

bc_list_sales_invoicesA

List posted/draft sales invoices, optionally filtered by customer number, status (Draft, In Review, Open, Paid, Canceled, Corrective), invoice date range, or unpaid balance.

bc_get_sales_invoiceA

Get one sales invoice by invoice number or GUID id, including its lines.

bc_queryA

Read-only escape hatch: GET any Business Central API entity set or record. Covers standard v2.0 entities not exposed as dedicated tools (salesShipments, purchaseOrders, generalLedgerEntries, ...) and custom APIs via api_route (publisher/group/version, e.g. 'contoso/sales/v1.0'). Example: path='salesShipments', params={'$filter': "customerNumber eq 'C00120'"}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinaybabuv/d365-bc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server