Business Design MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Required for AI-powered research features. Can be set via this environment variable or later via the configure_openai tool. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 31 tools
Most tools have clearly distinct purposes targeting specific business design frameworks or project management functions. However, some potential ambiguity exists between 'deep_research' and 'research_and_create', and between 'populate_framework' and the various create/update tools for specific frameworks.
Excellent consistency throughout with a clear verb_noun pattern. All tools use snake_case with descriptive names that follow predictable patterns like create/update_[specific_framework], list/get/delete_[entity], and action_entity combinations.
31 tools is borderline heavy for a business design server. While the domain is broad, this feels like many specialized tools that could potentially be consolidated. The count suggests possible fragmentation rather than a streamlined interface.
Excellent coverage of the business design domain with comprehensive CRUD operations for projects and multiple business frameworks. The server provides create, update, get, list, and delete operations for all major entities, plus linking/unlinking capabilities and export functionality.