Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Alibre Design CAD MCP Server

NUGET · ALIBREOBJECTMODEL.MCP · SCANNED AUG 19

MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.

+4 this week 66 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add stephensmitchell-alibreobjectmodel-mcp -- dnx AlibreObjectModel.Mcp@2.0.1 --yes
# add to Codex CLI
codex mcp add stephensmitchell-alibreobjectmodel-mcp -- dnx AlibreObjectModel.Mcp@2.0.1 --yes
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stephensmitchell-alibreobjectmodel-mcp": {
      "type": "local",
      "command": [
        "dnx",
        "AlibreObjectModel.Mcp@2.0.1",
        "--yes"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  stephensmitchell-alibreobjectmodel-mcp:
    command: "dnx"
    args: ["AlibreObjectModel.Mcp@2.0.1", "--yes"]
// mcp.json
{
  "mcpServers": {
    "stephensmitchell-alibreobjectmodel-mcp": {
      "command": "dnx",
      "args": [
        "AlibreObjectModel.Mcp@2.0.1",
        "--yes"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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
MCP tools · 25 exposed · ~1,018 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
cxnumberyes
cynumberyes
radiusnumberyes
sketch_namestringyes

No output schema declared.

No examples provided.

add_line_to_sketch ~63

Add a single 2-point line segment to a sketch.

NameTypeReqDescription
sketch_namestringyes
x1numberyes
x2numberyes
y1numberyes
y2numberyes

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.

NameTypeReqDescription
sketch_namestringyes
x1numberyes
x2numberyes
y1numberyes
y2numberyes

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.

NameTypeReqDescription
savebooleanSave before closing

No output schema declared.

No examples provided.

create_assembly ~29

Create a new empty assembly. Returns the new session's name.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

create_drawing ~29

Create a new empty drawing. Returns the new session's name.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

create_part ~34

Create a new empty part. Returns the new session's name.

NameTypeReqDescription
namestringyesInitial 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).

NameTypeReqDescription
namestringyesSketch display name
planestringyesPlane: '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).

NameTypeReqDescription
depthnumberyesExtrusion depth
feature_namestringyesNew feature name
sketch_namestringyesSketch 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.

NameTypeReqDescription
namestringyesParameter 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.

NameTypeReqDescription
pathstringyesAbsolute 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).

NameTypeReqDescription
feature_refstringyesExisting feature name, or 1-based index as a string
new_namestringyesNew feature name

No output schema declared.

No examples provided.

rename_sketch ~33

Rename a sketch on the active part.

NameTypeReqDescription
new_namestringyes
sketch_namestringyes

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.

NameTypeReqDescription
namestringyesParameter name
valuenumberyesNew 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.

NameTypeReqDescription
feature_refstringyesFeature name or 1-based index
suppressedbooleanyesTrue 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.

NameTypeReqDescription
as_pathbooleanTreat the sketch as a path (e.g. for Sweep) instead of a profile
sketch_namestringyes

No output schema declared.

No examples provided.