io.github.sharafutdinovdi/revit-model-mcp
PYPI · REVIT-MODEL-MCP · SCANNED SEP 22
The Python package exposes Revit tools over MCP stdio, read-only by default.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 29 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 7 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability62
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2360 tokens (~131/item across 18 items; 18 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the io.github.sharafutdinovdi/revit-model-mcp server?
io.github.sharafutdinovdi/revit-model-mcp runs locally as a PyPI package, launched with uvx revit-model-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · revit-model-mcp
claude mcp add sharafutdinovdi-revit-model-mcp -- uvx revit-model-mcp
{
"mcpServers": {
"sharafutdinovdi-revit-model-mcp": {
"command": "uvx",
"args": [
"revit-model-mcp"
]
}
}
} {
"servers": {
"sharafutdinovdi-revit-model-mcp": {
"command": "uvx",
"args": [
"revit-model-mcp"
]
}
}
} codex mcp add sharafutdinovdi-revit-model-mcp -- uvx revit-model-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sharafutdinovdi-revit-model-mcp": {
"type": "local",
"command": [
"uvx",
"revit-model-mcp"
],
"enabled": true
}
}
} openclaw mcp add sharafutdinovdi-revit-model-mcp --command uvx --arg revit-model-mcp
mcp_servers:
sharafutdinovdi-revit-model-mcp:
command: "uvx"
args: ["revit-model-mcp"] {
"McpServers": {
"sharafutdinovdi-revit-model-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"revit-model-mcp"
]
}
}
} assistant mcp add sharafutdinovdi-revit-model-mcp -t stdio -c uvx -a revit-model-mcp
{
"mcpServers": {
"sharafutdinovdi-revit-model-mcp": {
"command": "uvx",
"args": [
"revit-model-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 0
- Stability: unverified → 0.03 ▲ functional
- Package version: 0.3.0 → 0.5.0 functional
- Package version: 0.3.0 → 0.4.0 functional
- 13 Sept 26 49
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Sept 2026 · Analysed pypi/revit-model-mcp@0.5.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 29 packages
| Packages resolved | 29 |
|---|---|
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
revit_aggregate_elements Aggregate Elements ~245
Read a compact element summary after revit_list_catalog. group_by accepts one or two system fields or exact parameter names. count is always included. sum_field adds sum and average. Use an exact localized Revit parameter name from the parameters catalog. parameter_filters accepts objects with parameter/operator/value. Operators: equals, contains, greater, less, empty, not-empty, exists. For area totals group by level and select the area scheme. Parameters: group_by, sum_field, categories, family, type_name, level, view, workset, phase, area_scheme, parameter_filters, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| area_scheme | – | – | – |
| categories | – | – | – |
| document | – | – | – |
| family | – | – | – |
| group_by | array | yes | – |
| level | – | – | – |
| parameter_filters | – | – | – |
| phase | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| sum_field | – | – | – |
| timeout_seconds | integer | – | – |
| type_name | – | – | – |
| view | – | – | – |
| workset | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_document_info Document Info ~103
Read general information about the active Revit model. Returns the file name, Revit version, levels, area schemes, worksets and view count. Call revit_list_views next for view analysis. Parameters: timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_element_details Element Details ~173
Read parameters and geometry of an element by Revit id. Use an id from revit_query_elements or revit_view_elements. Returns instance and type parameters and related warnings. Rooms also include level, area, volume and boundaries. location and boundingBox use model millimetres rounded to 1 decimal. Unavailable geometry is omitted. Use roomCenterMm from the room location when placing something inside a room; boundingBox.centerMm may lie outside a nonrectangular room. Parameters: element_id, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| element_id | integer | yes | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_export_view Export View to PNG ~140
Export a selected view to PNG when numbers do not explain geometry. Use for visual checks of outlines, zones and room boundaries. The tool does not change the active view or write to the model. The image is copied from the Revit host to save_to or a local temporary directory. The response contains a local path and metadata without base64. Parameters: view, pixel_size, save_to, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pixel_size | integer | – | – |
| save_to | – | – | – |
| view | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_links_status Links Status ~70
Read RVT, CAD and image link status; call before an export or hand-over. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_list_catalog List Catalog ~125
Discover valid model names before filtering. Start universal queries here. section accepts categories, family-types, levels, area-schemes, views, worksets, phases or parameters. The parameters section lists names, categories and value types. Prefer aggregation before requesting rows. Parameters: section, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| section | string | yes | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_list_instances List Instances ~69
List Revit processes with active documents, versions and processId. The add-in reports the document through a heartbeat file. Fallback processes have an empty document and pluginResponding=false. Optional document filters by a substring of the model name. Parameters: document.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
revit_list_relations List Relations ~142
Read model object membership or dependencies. relation accepts level-rooms with source_name, group-elements or nested-family with source_id, area-scheme-elements with source_name, or view-template-dependents with source_name. Obtain names from the catalog. Parameters: relation, source_id, source_name, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| relation | string | yes | – |
| source_id | – | – | – |
| source_name | – | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_list_views List Views ~134
Find views in the active model before analyzing a view. view_type accepts an English Revit ViewType such as FloorPlan. name_contains matches a substring. Both filters are optional. Use an exact returned name with revit_view_summary before requesting element pages. Parameters: view_type, name_contains, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| name_contains | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
| view_type | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_list_warnings List Warnings ~116
Group model warnings by text. Start without warning_text or elements. Repeat with an exact warning_text and include_elements=true to inspect elements in a warning group. Parameters: warning_text, include_elements, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| include_elements | boolean | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
| warning_text | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_model_health Model Health Check ~65
Read model quality counts; call before an export or hand-over. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_parameter_fill_check Parameter Fill Check ~115
Count filled, empty and missing parameters; call before an export or hand-over. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| categories | array | yes | – |
| document | – | – | – |
| include_types | boolean | – | – |
| level | – | – | – |
| parameters | array | yes | – |
| pickup_timeout_seconds | integer | – | – |
| sample_limit | integer | – | – |
| timeout_seconds | integer | – | – |
| view | – | – | – |
| workset | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_ping Check Revit Connection ~84
Check the RevitModelMcp connection without reading the model. Returns pong even when no document is active. Parameters: timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_query_elements Query Elements ~305
Read a page of elements after revit_list_catalog. Use aggregation first when a summary is sufficient. Model filters combine. parameter_filters accepts equals, contains, greater, less, empty, not-empty, exists. fields accepts system fields or exact localized parameter names. Advance offset while hasMore=true. sort_direction accepts asc or desc. include_geometry=true adds location and boundingBox in model millimetres, rounded to 1 decimal, plus roomCenterMm for placed rooms. Default false keeps large queries small. Use roomCenterMm when placing something inside a room. Parameters: categories, family, type_name, level, view, workset, phase, area_scheme, parameter_filters, fields, offset, limit, sort_field, sort_direction, include_geometry, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| area_scheme | – | – | – |
| categories | – | – | – |
| document | – | – | – |
| family | – | – | – |
| fields | – | – | – |
| include_geometry | boolean | – | – |
| level | – | – | – |
| limit | integer | – | – |
| offset | integer | – | – |
| parameter_filters | – | – | – |
| phase | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| sort_direction | string | – | – |
| sort_field | string | – | – |
| timeout_seconds | integer | – | – |
| type_name | – | – | – |
| view | – | – | – |
| workset | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_shared_coordinates Shared Coordinates ~66
Read project and survey coordinates; call before an export or hand-over. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_view_elements View Elements ~143
Read one page of elements in a selected view. Call revit_view_summary first. Supply relevant categories, offset and limit. Advance offset while hasMore=true. Use revit_element_details for all parameters of a selected element. Parameters: view, categories, offset, limit, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| categories | – | – | – |
| document | – | – | – |
| limit | integer | – | – |
| offset | integer | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
| view | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_view_summary View Summary ~106
Read element categories and counts for a selected view. Use an exact name from revit_list_views. Select relevant categories from this summary before calling revit_view_elements. Parameters: view, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
| view | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
revit_view_warnings View Warnings ~110
Read Revit warnings related to elements in a selected view. Use an exact name from revit_list_views. Use revit_view_summary first to inspect the contents of the view. Parameters: view, timeout_seconds, pickup_timeout_seconds, document. If more than one Revit instance is running, document is required; otherwise any instance may respond.
| Name | Type | Req | Description |
|---|---|---|---|
| document | – | – | – |
| pickup_timeout_seconds | integer | – | – |
| timeout_seconds | integer | – | – |
| view | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
What is the io.github.sharafutdinovdi/revit-model-mcp server?
io.github.sharafutdinovdi/revit-model-mcp is listed in the public MCP registry as io.github.sharafutdinovdi/revit-model-mcp. The Python package exposes Revit tools over MCP stdio, read-only by default. This page covers its PyPI package (revit-model-mcp).
Is the io.github.sharafutdinovdi/revit-model-mcp server safe to use?
io.github.sharafutdinovdi/revit-model-mcp scores 53 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.sharafutdinovdi/revit-model-mcp server expose?
io.github.sharafutdinovdi/revit-model-mcp exposes 18 tools: revit_ping, revit_document_info, revit_model_health, revit_links_status, revit_shared_coordinates, and 13 more. Their descriptions and schemas cost roughly 2,311 tokens of context every time the server is loaded.
Is the io.github.sharafutdinovdi/revit-model-mcp server still maintained?
io.github.sharafutdinovdi/revit-model-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.