business-central-mcp
by SShadowS
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP transport port (stdio transport ignores this). | 3000 |
| LOG_DIR | No | Directory for log files. | ./logs |
| LOG_LEVEL | No | debug / info / warn / error. | info |
| STATE_DIR | No | Directory for session state. | ./.state |
| BC_PROFILE | No | Profile id, e.g. BUSINESS MANAGER. Affects which Role Center loads and which pages Tell Me indexes. | server default |
| BC_BASE_URL | Yes | BC server base URL, e.g. http://your-bc-server/BC | |
| BC_PASSWORD | Yes | NavUserPassword password | |
| BC_USERNAME | Yes | NavUserPassword username | |
| BC_TENANT_ID | No | Multi-tenant deployments only. | default |
| BC_CLIENT_VERSION | No | Version reported to BC during session open. | 27.0.0.0 |
| BC_INVOKE_TIMEOUT | No | Per-invoke timeout in ms. Kills hung sessions. | 30000 |
| BC_RECONNECT_BASE_DELAY | No | Base delay (ms) for exponential reconnect backoff. | 1000 |
| BC_RECONNECT_MAX_RETRIES | No | Reconnect attempts after session death. | 4 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/SShadowS/business-central-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server