PROBE Local AI BIM Assistant & MCP Console
Deploy PROBE AI locally to execute natural language commands, validate model configurations, and automate repetitive Revit tasks directly on your workstation.
[
{
"id": 12345,
"name": "Material-1"
},
{
"id": 67890,
"name": "Material-2"
}
]{"command":"validate_naming_conventions", "params":{"elementType":"material"}}Activate specific MCP bindings inside Autodesk Revit.
MODEL_HEALTH_INTEGRITY
System Diagnostics
PROBE AI automates element requests. Model automation sequences run entirely locally on your workstation.
AUTOMATION WORKFLOW
AI Generation Sequence
ASK
Provide natural language instructions via the chat shell:
"Create sheets for all levels"
PLAN
AI translates query to logical actions:
GetLevels() -> FilterNames()
EXECUTE
PROBE triggers native Revit sheet APIs:
Generate 4 title-block sheets
COMPLETE
Sheets are created in Revit layout:
✔ Sheet creation successful
MODEL INTERFACES
Use the AI That Fits Your Workflow
OpenAI Integration
Connect to GPT-4o cloud APIs for high-performance inference.
Claude Integration
Harness Claude 3.5 Sonnet for deep code generation and architectural compliance.
Ollama Local AI
Run offline models (Llama 3, Mistral) locally on your workstation.
Enterprise AI Server
Deploy a central private LLM gateway on your own secure enterprise server.