Skip to main content
Glama
EdwardHayes91

Microsoft Business Central MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BC_COMPANYNoCompany display name
BC_AUTH_TYPENoAuthentication type (default: azure_cli)azure_cli
BC_CLIENT_IDNoApp registration client ID (required for client_credentials)
BC_TENANT_IDNoAzure AD tenant ID (required for client_credentials)
BC_URL_SERVERNoBusiness Central API base URL
BC_CLIENT_SECRETNoApp registration client secret (required for 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

B3.4/5.0

Scored across 6 tools

Disambiguation4/5

The tools are mostly distinct, targeting schema, listing, field-based retrieval, and CRUD operations. However, list_items and get_items_by_field both retrieve items, which could cause confusion without careful reading.

Naming Consistency4/5

Naming follows a verb_noun pattern (get_schema, list_items, create_item, update_item, delete_item). The only inconsistency is using 'list' for one retrieval and 'get' for another, but the pattern remains readable.

Tool Count5/5

Six tools are appropriate for the server's purpose, providing a focused set for item management plus schema lookup without unnecessary bloat.

Completeness5/5

The toolkit covers the full lifecycle of items (create, update, delete, list, fetch by field) and includes schema access, leaving no obvious gaps for basic Business Central item operations.

Maintenance

ActivitySlowing
ResponsivenessNo issues