Uniclass 2015
Code & Description Lookup
Keyword search and classification selection for Autodesk Revit AI assistants. Returns Uniclass 2015 codes and descriptions matched to natural language input.
What it does
Accepts a natural language description of a building element and returns the closest matching Uniclass 2015 codes and descriptions. Uses semantic search across the Ss and Pr classification tables at configurable depth levels (1–5). Ideal for automated classification in Revit AI workflows.
Use cases
- —Autodesk Revit AI assistant auto-classification
- —BIM model QA — flagging unclassified elements
- —Specification writing assistants
- —IFC export preparation
Autodesk Revit AI Assistant
Revit 2027 introduces native MCP server support, connecting AI assistants directly to your BIM model via the open MCP standard. Datatreehaus tools are built to this standard — Revit AI Assistant integration is planned for a future release.
Quick start
// Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"datatreehaus": {
"url": "https://classify.datatreehaus.com/mcp",
"headers": {
"X-DTH-Key": "dtk_live_YOUR_KEY_HERE"
}
}
}
}Get started
Sign up for a free API key to use this tool.
Sign up free →MCP SERVER URL
https://classify.datatreehaus.com/mcp
(API key required)