Skip to main content
Glama

bim-agent

License: MIT MCP Compatible

One-click BIM audits through AI. Instead of running 3 separate tools manually, ask one question and get a complete report — statistics, validation, and quantities in a single response.


For Architects & Engineers

What does this do?

Normally, auditing an IFC model requires 3 steps: get statistics, run validation, extract quantities. bim-agent chains them together:

"Audit this IFC model"

One question. One answer. Complete report.

What workflows are available?

Workflow

What it does

Quick Audit

Stats → Validation → Quantities in one go

Full QC

Stats → Full validation → Spaces list

Quantity Takeoff

Concrete → Walls → Doors & Windows separately

Version Diff

Compare two IFC versions

Digital Twin Check

Assess if model is ready for Speckle sync

How to install

Same as ifcopenshell-mcp:

git clone https://github.com/Daviidro/bim-agent.git
cd bim-agent
uv sync

Add to Claude Desktop config:

{
  "mcpServers": {
    "bim-agent": {
      "command": "uv",
      "args": ["run", "bim-agent"]
    }
  }
}

Is this safe?

Same guarantees as ifcopenshell-mcp: 100% local, no cloud, MIT license. Requires ifcopenshell-mcp installed alongside it.


Related MCP server: bim2sim-mcp

For Developers

Tools

Tool

Description

list_bim_workflows

List all available BIM workflow playbooks

get_workflow_plan

Get ordered execution steps for a workflow

get_workflow_prompt

Get final prompt template for report generation

run_quick_audit_guide

Self-contained step-by-step audit guide

execute_quick_audit

Run full audit: stats + validation + quantities

execute_full_qc

Run full QC: stats + all checks + spaces

execute_quantity_takeoff

Multi-category quantity extraction

Ecosystem

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    AI-powered MCP server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search capabilities.
    9
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for BIM-to-building-energy simulation workflows with IFC extraction, TEASER integration, scenario modeling, weather binding, and results export for downstream WAT/ROI analysis.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for IFC geometric audit, providing tools to detect space clashes, extract space inventories, compute surface losses, check boundaries, and verify opening correspondences in BIM models.
    6
    Apache 2.0

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/Daviidro/bim-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server