origo-bc-list-environments

List Business Central tenants from Cowork MCP config bc- entries.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/businesscentralal/origo-bc-plugin --skill origo-bc-list-environments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: origo-bc-list-environments
Source: https://github.com/businesscentralal/origo-bc-plugin/tree/main/plugins/origo-bc/skills/origo-bc-list-environments
Command: npx skills add https://github.com/businesscentralal/origo-bc-plugin --skill origo-bc-list-environments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Origo BC users often need to quickly verify which Business Central tenants/environments are configured for their Cowork MCP setup, especially when troubleshooting connectivity, onboarding, or auditing registered bc-* servers.

Core Features & Use Cases

  • Lists configured bc- MCP servers*: Reads your Cowork/Claude Desktop MCP config and enumerates every mcpServers entry starting with bc-.
  • Resolves key configuration details: Extracts each server nickname, default company GUID, and whether the stored auth blob is dpapi-wrapped or AES ciphertext.
  • Supports setup troubleshooting: If no bc-* entries are found, it guides you toward the setup flow instead of leaving you guessing.

Quick Start

Ask: "Run /origo-bc-list-environments to show all Business Central tenants currently configured in my Cowork MCP config."

Frequently Asked Questions about origo-bc-list-environments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all configured Business Central tenants in my MCP config?

Listing configured Business Central tenants involves parsing the MCP config file and enumerating every mcpServers entry prefixed with bc-. The Skill extracts each entry's nickname and default company to support environment audits and troubleshooting.

What is the safest way to audit Business Central environment configurations without exposing secrets?

Auditing Business Central environments safely requires read-only JSON parsing that identifies whether the stored auth blob is dpapi-wrapped or AES ciphertext, while never printing the connection blobs to ensure secrets remain protected.

How do I check which default company is associated with my bc-* MCP servers?

To check the default company for bc-* MCP servers, the Skill reads the MCP config file and extracts the default company GUID from each mcpServers entry prefixed with bc-, returning the resolved configuration details.

What should I do if no Business Central environments are found in my Cowork MCP config?

When no bc-* entries are found in the Cowork MCP config, the Skill provides robust reporting and guides you toward the setup flow instead of leaving you guessing, ensuring proper onboarding and configuration troubleshooting.

Can I use this approach to audit Business Central tenants if my config file is malformed?

You can audit Business Central tenants even with a malformed config file because the Skill provides robust reporting when the config file is missing or malformed, ensuring safe handling during environment discovery.

Does the environment audit support both dpapi and AES ciphertext authentication blobs?

Yes, the environment audit supports both dpapi-wrapped and AES ciphertext authentication blobs. The Skill resolves and reports whether each stored auth blob is dpapi-wrapped or AES ciphertext during the read-only configuration parsing.