Alibre Design CAD MCP Server
NUGET · ALIBREOBJECTMODEL.MCP · SCANNED AUG 19
MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.
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 →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1018 tokens (~40/item across 25 items; 25 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage82
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 46% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
nuget · AlibreObjectModel.Mcp
claude mcp add stephensmitchell-alibreobjectmodel-mcp -- dnx AlibreObjectModel.Mcp@2.0.1 --yes
codex mcp add stephensmitchell-alibreobjectmodel-mcp -- dnx AlibreObjectModel.Mcp@2.0.1 --yes
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"stephensmitchell-alibreobjectmodel-mcp": {
"type": "local",
"command": [
"dnx",
"AlibreObjectModel.Mcp@2.0.1",
"--yes"
],
"enabled": true
}
}
} mcp_servers:
stephensmitchell-alibreobjectmodel-mcp:
command: "dnx"
args: ["AlibreObjectModel.Mcp@2.0.1", "--yes"] {
"mcpServers": {
"stephensmitchell-alibreobjectmodel-mcp": {
"command": "dnx",
"args": [
"AlibreObjectModel.Mcp@2.0.1",
"--yes"
]
}
}
} 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.
- 18 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 11 Aug 26 62
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 19 Aug 2026 · Analysed nuget/AlibreObjectModel.Mcp@2.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | nuget |
| Reason | Signature present, unreadable |
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
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.
active_session_info ~17
Detailed info about the currently active session.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
add_circle_to_sketch ~50
Add a centre + radius circle to a sketch.
| Name | Type | Req | Description |
|---|---|---|---|
| cx | number | yes | – |
| cy | number | yes | – |
| radius | number | yes | – |
| sketch_name | string | yes | – |
No output schema declared.
No examples provided.
add_line_to_sketch ~63
Add a single 2-point line segment to a sketch.
| Name | Type | Req | Description |
|---|---|---|---|
| sketch_name | string | yes | – |
| x1 | number | yes | – |
| x2 | number | yes | – |
| y1 | number | yes | – |
| y2 | number | yes | – |
No output schema declared.
No examples provided.
add_rectangle_to_sketch ~75
Add a 2-point rectangle (axis-aligned) to a sketch. Coordinates are in the sketch's drawing units.
| Name | Type | Req | Description |
|---|---|---|---|
| sketch_name | string | yes | – |
| x1 | number | yes | – |
| x2 | number | yes | – |
| y1 | number | yes | – |
| y2 | number | yes | – |
No output schema declared.
No examples provided.
alibre_attach ~24
Attach to a running Alibre Design instance and report the active-session info.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
alibre_status ~24
List every open Alibre Design session with kind, name and file path.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
alibre_version ~24
Report the AlibreObjectModel package version (no Alibre session needed).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
close_active_session ~28
Close the active session, optionally saving first.
| Name | Type | Req | Description |
|---|---|---|---|
| save | boolean | – | Save before closing |
No output schema declared.
No examples provided.
create_assembly ~29
Create a new empty assembly. Returns the new session's name.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | – |
No output schema declared.
No examples provided.
create_drawing ~29
Create a new empty drawing. Returns the new session's name.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | – |
No output schema declared.
No examples provided.
create_part ~34
Create a new empty part. Returns the new session's name.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Initial part name (without extension) |
No output schema declared.
No examples provided.
create_sketch ~72
Create a new sketch on a design plane (XY / XZ / YZ, or a 0-based plane index).
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Sketch display name |
| plane | string | yes | Plane: 'XY', 'XZ', 'YZ', or a 0-based numeric index into DesignPlanes |
No output schema declared.
No examples provided.
extrude_sketch ~69
Create an extruded boss from a sketch on the active part. Depth is in design units (typically mm).
| Name | Type | Req | Description |
|---|---|---|---|
| depth | number | yes | Extrusion depth |
| feature_name | string | yes | New feature name |
| sketch_name | string | yes | Sketch name (must be closed and valid) |
No output schema declared.
No examples provided.
get_part_parameter ~29
Get the value of one parameter on the active part.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Parameter name |
No output schema declared.
No examples provided.
get_part_summary ~36
Quick overview of the active part: name, body count, face/edge/vertex counts, volume, surface area, feature count.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_part_features ~24
List the features of the active part by name and 1-based index.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_part_parameters ~27
List parameters (driving values) of the active part with name, value and units.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_sketches ~18
List the sketches on the active part.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
open_file ~55
Open a file from disk into Alibre Design. Returns the new session's name and kind.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Absolute Windows path to the .AD_PRT/.AD_ASM/.AD_DRW or non-native file |
No output schema declared.
No examples provided.
rename_feature ~64
Rename a feature on the active part. The feature is identified by name or by 1-based index (as a string).
| Name | Type | Req | Description |
|---|---|---|---|
| feature_ref | string | yes | Existing feature name, or 1-based index as a string |
| new_name | string | yes | New feature name |
No output schema declared.
No examples provided.
rename_sketch ~33
Rename a sketch on the active part.
| Name | Type | Req | Description |
|---|---|---|---|
| new_name | string | yes | – |
| sketch_name | string | yes | – |
No output schema declared.
No examples provided.
save_active_session ~24
Save the active session in place (no path change). Useful after edits.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
set_part_parameter ~47
Set a parameter on the active part. Triggers a regen.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Parameter name |
| value | number | yes | New value (in the parameter's existing units) |
No output schema declared.
No examples provided.
suppress_feature ~55
Suppress (hide and disable) or unsuppress a feature on the active part.
| Name | Type | Req | Description |
|---|---|---|---|
| feature_ref | string | yes | Feature name or 1-based index |
| suppressed | boolean | yes | True to suppress, false to unsuppress |
No output schema declared.
No examples provided.
validate_sketch ~68
Validate a sketch for use in a feature. Reports IsClosed / IsFullyConstrained and any open ends, intersections, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| as_path | boolean | – | Treat the sketch as a path (e.g. for Sweep) instead of a profile |
| sketch_name | string | yes | – |
No output schema declared.
No examples provided.