Alibre PDM MCP Server
NUGET · ALIBREPDMOBJECTMODEL.MCP · SCANNED AUG 20
MCP server exposing the Alibre PDM vault API: safes, projects, files, properties, versions.
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 9 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability76
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1404 tokens (~56/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 Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 36% 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 · AlibrePDMObjectModel.Mcp
claude mcp add stephensmitchell-alibrepdmobjectmodel-mcp -- dnx AlibrePDMObjectModel.Mcp@1.0.6 --yes
codex mcp add stephensmitchell-alibrepdmobjectmodel-mcp -- dnx AlibrePDMObjectModel.Mcp@1.0.6 --yes
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"stephensmitchell-alibrepdmobjectmodel-mcp": {
"type": "local",
"command": [
"dnx",
"AlibrePDMObjectModel.Mcp@1.0.6",
"--yes"
],
"enabled": true
}
}
} mcp_servers:
stephensmitchell-alibrepdmobjectmodel-mcp:
command: "dnx"
args: ["AlibrePDMObjectModel.Mcp@1.0.6", "--yes"] {
"mcpServers": {
"stephensmitchell-alibrepdmobjectmodel-mcp": {
"command": "dnx",
"args": [
"AlibrePDMObjectModel.Mcp@1.0.6",
"--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.
- 19 Aug 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.
- 18 Aug 26 +3
- 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 20 Aug 2026 · Analysed nuget/AlibrePDMObjectModel.Mcp@1.0.6
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.
pdm_add_revision ~104
Mark a specific historical version of a file as a Revision (e.g. 'A', 'B', 'Rev-2').
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| include_constituents | boolean | – | – |
| revision | string | yes | Revision text to apply (e.g. 'A') |
| safe_name | string | yes | – |
| version_index | integer | yes | 1-based version index in the History collection |
No output schema declared.
No examples provided.
pdm_attach ~40
Reuse the Alibre Design UI's existing PDM connection (if a user is logged in via the PDM Browser). Returns the resulting connection status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pdm_checkin_file ~78
Push a locally-modified file to the PDM server as a new version. Blocks until check-in completes (or times out after 10 minutes).
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| safe_name | string | yes | – |
| version_comment | string | – | Version comment shown in history |
No output schema declared.
No examples provided.
pdm_connect ~87
Open a fresh PDM connection with explicit credentials (use when no UI session exists or pdm_attach fails).
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain, e.g. the machine name or AD domain |
| password | string | yes | Password |
| url | string | yes | PDM server URL, e.g. http://localhost:8099/ |
| user | string | yes | User name |
No output schema declared.
No examples provided.
pdm_disconnect ~21
Log out of the PDM server and release the connection.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pdm_get_file_info ~91
Return detailed info for a single file: properties, recent versions, lock state, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | File name (without extension, as shown in the PDM Browser) |
| folder_path | string | yes | Folder path containing the file |
| max_versions | integer | – | Maximum versions of history to return (default 10) |
| safe_name | string | yes | Safe name |
No output schema declared.
No examples provided.
pdm_get_file_properties ~44
Return the properties currently set on a file.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_list_class_data_items ~44
List data items inside a Class (e.g. all Vendors, all Persons).
| Name | Type | Req | Description |
|---|---|---|---|
| class_name | string | yes | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_list_classes ~32
List all PDM Classes (core + custom) in a Safe.
| Name | Type | Req | Description |
|---|---|---|---|
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_list_files ~54
List the file items directly inside a folder.
| Name | Type | Req | Description |
|---|---|---|---|
| folder_path | string | yes | Folder path, e.g. 'Projects/MyProj' or 'Libraries/MyLib/Sub' |
| safe_name | string | yes | Safe name |
No output schema declared.
No examples provided.
pdm_list_folders ~65
List sub-folders directly under the given folder path (e.g. 'Projects/MyProj').
| Name | Type | Req | Description |
|---|---|---|---|
| folder_path | string | yes | Folder path, e.g. 'Projects/MyProj' or 'Libraries/MyLib/Sub' |
| safe_name | string | yes | Safe name |
No output schema declared.
No examples provided.
pdm_list_libraries ~30
List the top-level Libraries in a Safe.
| Name | Type | Req | Description |
|---|---|---|---|
| safe_name | string | yes | Safe name |
No output schema declared.
No examples provided.
pdm_list_projects ~29
List the top-level Projects in a Safe.
| Name | Type | Req | Description |
|---|---|---|---|
| safe_name | string | yes | Safe name |
No output schema declared.
No examples provided.
pdm_list_property_definitions ~33
List all property definitions in a Safe (built-in and custom).
| Name | Type | Req | Description |
|---|---|---|---|
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_list_safes ~24
List all Safes available on the connected PDM server.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pdm_list_versions ~50
List the version history of a file.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| max_results | integer | – | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_lock_file ~65
Lock a file so others cannot modify it.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| include_constituents | boolean | – | Also lock constituents (referenced sub-parts) when applicable |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_remove_file_property ~55
Remove a property (by definition name) from a file.
| Name | Type | Req | Description |
|---|---|---|---|
| definition_name | string | yes | – |
| file_name | string | yes | – |
| folder_path | string | yes | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_rename_file ~50
Rename a file in PDM.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| new_name | string | yes | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_revert_file ~62
Discard local changes to a file and restore it to its last checked-in version.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| include_constituents | boolean | – | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_search_files ~80
Recursively walk Projects and Libraries in a Safe, returning files whose name contains the given substring (case-insensitive).
| Name | Type | Req | Description |
|---|---|---|---|
| max_results | integer | – | Maximum number of matches to return (default 50) |
| name_substring | string | yes | Substring to match against file Name (without extension) |
| safe_name | string | yes | Safe name |
No output schema declared.
No examples provided.
pdm_set_file_property ~118
Set or overwrite a property on a file. The value is parsed against the property's data type (Integer, Real, Text, MultilineText, DateTime, SingleSelect; MultiSelect not supported by this tool).
| Name | Type | Req | Description |
|---|---|---|---|
| definition_name | string | yes | Property definition name (use pdm_list_property_definitions to discover) |
| file_name | string | yes | – |
| folder_path | string | yes | – |
| safe_name | string | yes | – |
| value | string | yes | Value as a string — coerced to the definition's type |
No output schema declared.
No examples provided.
pdm_status ~20
Report the current PDM connection status without changing it.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pdm_unlock_file ~50
Unlock a previously locked file.
| Name | Type | Req | Description |
|---|---|---|---|
| file_name | string | yes | – |
| folder_path | string | yes | – |
| include_constituents | boolean | – | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.
pdm_upload_files ~78
Upload non-native files (e.g. STEP/IGES) from disk into a folder, optionally checking them in. Blocks until check-in completes.
| Name | Type | Req | Description |
|---|---|---|---|
| check_in | boolean | – | – |
| file_paths | array | yes | Absolute Windows file paths to upload |
| folder_path | string | yes | – |
| safe_name | string | yes | – |
No output schema declared.
No examples provided.