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 PDM MCP Server

NUGET · ALIBREPDMOBJECTMODEL.MCP · SCANNED AUG 20

MCP server exposing the Alibre PDM vault API: safes, projects, files, properties, versions.

+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 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
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 · AlibrePDMObjectModel.Mcp

# add to Claude Code
claude mcp add stephensmitchell-alibrepdmobjectmodel-mcp -- dnx AlibrePDMObjectModel.Mcp@1.0.6 --yes
# add to Codex CLI
codex mcp add stephensmitchell-alibrepdmobjectmodel-mcp -- dnx AlibrePDMObjectModel.Mcp@1.0.6 --yes
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stephensmitchell-alibrepdmobjectmodel-mcp": {
      "type": "local",
      "command": [
        "dnx",
        "AlibrePDMObjectModel.Mcp@1.0.6",
        "--yes"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  stephensmitchell-alibrepdmobjectmodel-mcp:
    command: "dnx"
    args: ["AlibrePDMObjectModel.Mcp@1.0.6", "--yes"]
// mcp.json
{
  "mcpServers": {
    "stephensmitchell-alibrepdmobjectmodel-mcp": {
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp@1.0.6",
        "--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.

  • 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.

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 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
MCP tools · 25 exposed · ~1,404 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
pdm_add_revision ~104

Mark a specific historical version of a file as a Revision (e.g. 'A', 'B', 'Rev-2').

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
include_constituentsboolean
revisionstringyesRevision text to apply (e.g. 'A')
safe_namestringyes
version_indexintegeryes1-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).

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
safe_namestringyes
version_commentstringVersion 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).

NameTypeReqDescription
domainstringyesDomain, e.g. the machine name or AD domain
passwordstringyesPassword
urlstringyesPDM server URL, e.g. http://localhost:8099/
userstringyesUser 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.

NameTypeReqDescription
file_namestringyesFile name (without extension, as shown in the PDM Browser)
folder_pathstringyesFolder path containing the file
max_versionsintegerMaximum versions of history to return (default 10)
safe_namestringyesSafe name

No output schema declared.

No examples provided.

pdm_get_file_properties ~44

Return the properties currently set on a file.

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
safe_namestringyes

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

NameTypeReqDescription
class_namestringyes
safe_namestringyes

No output schema declared.

No examples provided.

pdm_list_classes ~32

List all PDM Classes (core + custom) in a Safe.

NameTypeReqDescription
safe_namestringyes

No output schema declared.

No examples provided.

pdm_list_files ~54

List the file items directly inside a folder.

NameTypeReqDescription
folder_pathstringyesFolder path, e.g. 'Projects/MyProj' or 'Libraries/MyLib/Sub'
safe_namestringyesSafe 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').

NameTypeReqDescription
folder_pathstringyesFolder path, e.g. 'Projects/MyProj' or 'Libraries/MyLib/Sub'
safe_namestringyesSafe name

No output schema declared.

No examples provided.

pdm_list_libraries ~30

List the top-level Libraries in a Safe.

NameTypeReqDescription
safe_namestringyesSafe name

No output schema declared.

No examples provided.

pdm_list_projects ~29

List the top-level Projects in a Safe.

NameTypeReqDescription
safe_namestringyesSafe name

No output schema declared.

No examples provided.

pdm_list_property_definitions ~33

List all property definitions in a Safe (built-in and custom).

NameTypeReqDescription
safe_namestringyes

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.

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
max_resultsinteger
safe_namestringyes

No output schema declared.

No examples provided.

pdm_lock_file ~65

Lock a file so others cannot modify it.

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
include_constituentsbooleanAlso lock constituents (referenced sub-parts) when applicable
safe_namestringyes

No output schema declared.

No examples provided.

pdm_remove_file_property ~55

Remove a property (by definition name) from a file.

NameTypeReqDescription
definition_namestringyes
file_namestringyes
folder_pathstringyes
safe_namestringyes

No output schema declared.

No examples provided.

pdm_rename_file ~50

Rename a file in PDM.

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
new_namestringyes
safe_namestringyes

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.

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
include_constituentsboolean
safe_namestringyes

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

NameTypeReqDescription
max_resultsintegerMaximum number of matches to return (default 50)
name_substringstringyesSubstring to match against file Name (without extension)
safe_namestringyesSafe 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).

NameTypeReqDescription
definition_namestringyesProperty definition name (use pdm_list_property_definitions to discover)
file_namestringyes
folder_pathstringyes
safe_namestringyes
valuestringyesValue 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.

NameTypeReqDescription
file_namestringyes
folder_pathstringyes
include_constituentsboolean
safe_namestringyes

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.

NameTypeReqDescription
check_inboolean
file_pathsarrayyesAbsolute Windows file paths to upload
folder_pathstringyes
safe_namestringyes

No output schema declared.

No examples provided.