Skip to main content
Glama
luisMDev

Business Central MCP Server

by luisMDev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BC_PASSYesYour Business Central API password
BC_USERYesYour Business Central API username
BC_COMPANYYesThe name of your Business Central company
BC_URL_SERVERYesYour Business Central API server URL (e.g., 'https://api.businesscentral.dynamics.com/v2.0/tenant/api/v2.0')

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
BC_Get_SchemaC

Get schema information for a Business Central resource.

BC_List_ItemsC

Get items from Business Central with filtering and pagination.

BC_Get_Items_By_FieldC

Get items matching a field value.

BC_Create_ItemC

Create a new item in Business Central.

BC_Update_ItemC

Update an existing item in Business Central.

BC_Delete_ItemC

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.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action on items (create, delete, get by field, get schema, list, update), with no overlap in purpose.

Naming Consistency4/5

All tools use a consistent BC_verb_noun pattern in snake_case, though mixing 'Get' and 'List' for item retrieval is a minor inconsistency.

Tool Count5/5

Six tools cover the essential CRUD operations plus schema and filtered lookup, which is well-scoped for an item management server.

Completeness4/5

Basic CRUD is covered, but there is no explicit get-by-id tool (though BC_Get_Items_By_Field could serve that purpose), leaving a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues