d365-bc-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP mode port | 3010 |
| MCP_API_KEY | No | HTTP mode: require this bearer token | |
| BC_AUTH_MODE | No | Explicit override: device_code | client_credentials | |
| BC_CLIENT_ID | Yes | App registration client ID | |
| BC_TENANT_ID | Yes | Entra tenant GUID | |
| BC_ENVIRONMENT | No | BC environment name | Production |
| BC_TOKEN_CACHE | No | Token cache path (device-code mode) | |
| BC_COMPANY_NAME | No | Working company; auto-selected if the identity sees exactly one | |
| BC_CLIENT_SECRET | No | Setting 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bc_list_companiesA | List the Business Central companies visible to this connection. |
| bc_list_customersA | List customers in the working company. Use |
| 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 |
| bc_list_vendorsA | List vendors in the working company. Use |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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