Construction ISO 19650 (UK BIM) MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_bim_maturityB | BIM maturity assessment against Level 2 requirements Args: query: Optional query or identifier (e.g., VRM, card number, project ID). api_key: Optional MEOK API key. Returns: JSON with assessment, references, and recommended actions. |
| validate_eirC | Employer's Information Requirements (EIR) completeness check Args: query: Optional query or identifier (e.g., VRM, card number, project ID). api_key: Optional MEOK API key. Returns: JSON with assessment, references, and recommended actions. |
| validate_bepB | BIM Execution Plan (BEP) completeness check Args: query: Optional query or identifier (e.g., VRM, card number, project ID). api_key: Optional MEOK API key. Returns: JSON with assessment, references, and recommended actions. |
| check_cde_structureB | Common Data Environment structure validation Args: query: Optional query or identifier (e.g., VRM, card number, project ID). api_key: Optional MEOK API key. Returns: JSON with assessment, references, and recommended actions. |
| list_iso_19650_clausesC | ISO 19650-1/-2 clause reference Args: query: Optional query or identifier (e.g., VRM, card number, project ID). api_key: Optional MEOK API key. Returns: JSON with assessment, references, and recommended 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 5 tools
Each tool targets a distinct BIM concept: maturity assessment, CDE structure validation, ISO clause reference, BEP validation, and EIR validation. No overlap in purposes.
All tool names follow a consistent verb_noun pattern using snake_case (check_, list_, validate_). The verbs are appropriate for the actions.
5 tools is a well-scoped set for a BIM compliance server, covering the main validation and reference needs without being too few or too many.
The tools cover key ISO 19650 compliance aspects: maturity, CDE, BEP, EIR, and clause lookup. Missing some features like container definition or delivery checks, but the core assessment workflow is complete.