Skip to main content
Glama
MehrozeKhan73

Microsoft Business Central MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BC_COMPANYYesCompany display name, e.g., 'My Company'
BC_AUTH_TYPENoAuthentication type. Default is 'azure_cli'. Use 'client_credentials' for service-to-service authentication.azure_cli
BC_CLIENT_IDNoApp registration client ID. Required when BC_AUTH_TYPE is 'client_credentials'.
BC_TENANT_IDNoAzure AD tenant ID. Required when BC_AUTH_TYPE is 'client_credentials'.
BC_URL_SERVERYesBusiness Central API base URL, e.g., https://api.businesscentral.dynamics.com/v2.0/{tenant-id}/Production/api/v2.0
BC_CLIENT_SECRETNoApp registration client secret. Required when BC_AUTH_TYPE is 'client_credentials'.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_schemaB

Get schema information for a Business Central resource

list_itemsA

Get items from Business Central with filtering and pagination

get_items_by_fieldB

Get items matching a field value

create_itemC

Create a new item in Business Central

update_itemC

Update an existing item in Business Central

delete_itemB

Delete an item from Business Central

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clear distinct purpose: schema retrieval, listing with filtering, field-based search, and standard CRUD operations. No overlap exists.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., get_schema, create_item), making naming predictable and clear.

Tool Count5/5

With 6 tools covering schema retrieval and full CRUD for items, the set is well-scoped and each tool serves a necessary function.

Completeness5/5

Covers all essential operations for items: create, read (list and field-based), update, delete, plus schema metadata. No obvious gaps for the item-focused domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues