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.

MoldSim MCP Server

NPM · MOLDSIM-MCP · SCANNED SEP 25

Injection molding simulation expertise — materials, process validation, and DFM checks

Available components

0 this week 73 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security90
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, reached via @huggingface/transformers > sharp. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 54 of 174 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability73
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 923 tokens (~153/item across 6 items; 6 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 Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the MoldSim MCP Server server?

MoldSim MCP Server runs locally as an npm package, launched with npx -y moldsim-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · moldsim-mcp

# add to Claude Code
claude mcp add kobzevvv-moldsim-mcp -- npx -y moldsim-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "kobzevvv-moldsim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moldsim-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kobzevvv-moldsim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moldsim-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add kobzevvv-moldsim-mcp -- npx -y moldsim-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kobzevvv-moldsim-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "moldsim-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kobzevvv-moldsim-mcp --command npx --arg -y --arg moldsim-mcp
# ~/.hermes/config.yaml
mcp_servers:
  kobzevvv-moldsim-mcp:
    command: "npx"
    args: ["-y", "moldsim-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kobzevvv-moldsim-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "moldsim-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add kobzevvv-moldsim-mcp -t stdio -c npx -a -y moldsim-mcp
// mcp.json
{
  "mcpServers": {
    "kobzevvv-moldsim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moldsim-mcp"
      ]
    }
  }
}
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.

  • 25 Sept 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 0
    • Stability: 0.97 → pass security
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 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 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

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 25 Sept 2026 · Analysed npm/moldsim-mcp@0.4.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
GHSA-rgj7-g3m4-5g8c high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 174 packages
Packages resolved 174
Deprecated 1
Stale 54
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~923 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. 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 →

Tool Tokens
compare_materials ~137

Compare 2-4 materials side-by-side. Returns a table of processing, thermal, and mechanical properties with key differences highlighted. Available materials: abs-generic, pp-homo, pp-copo, pa6, pa66, pa66-gf30, pc, pc-abs, pom, hdpe, ldpe, pmma, pbt, pbt-gf30, pet, ps, hips, tpu, san, asa, ppe-ps

NameTypeReqDescription
materialsarrayyesList of material IDs to compare (e.g., ["abs-generic", "pc", "pa66-gf30"])

No output schema declared.

No examples provided.

generate_dfm_checklist ~247

Generate a Design for Manufacturability (DFM) checklist for an injection molded part. Returns pass/warn/fail status for 15+ design rules based on part description and parameters.

NameTypeReqDescription
cosmetic_requirementsboolean–Whether part has cosmetic surface requirements
descriptionstringyesDescription of the part (e.g., "Automotive connector housing with snap-fits and thin walls")
draft_angle_degnumber–Draft angle in degrees
gate_typestring–Gate type: "edge", "sub", "pin", "hot", "fan", "tunnel"
has_textureboolean–Whether surfaces are textured
has_undercutsboolean–Whether the part has undercut features
materialstring–Material name or ID (e.g., "PA66-GF30", "ABS")
rib_height_mmnumber–Rib height in mm
rib_thickness_mmnumber–Rib thickness in mm
texture_depth_mmnumber–Texture depth in mm (for draft calculation)
wall_thickness_mmnumber–Nominal wall thickness in mm

No output schema declared.

No examples provided.

generate_simulation_spec ~117

Generate a structured simulation specification from a natural language description of the part and requirements. Outputs analysis types, process conditions, mesh recommendations, and expected results.

NameTypeReqDescription
cad_formatstring–CAD file format if known (e.g., "STEP", "STL", "Parasolid", "IGES")
descriptionstringyesDescribe the part, material, and what you want to analyze (e.g., "Automotive dashboard panel in PC/ABS, 2.5mm wall, need warpage and cooling analysis")

No output schema declared.

No examples provided.

get_material_properties ~186

Look up material properties for injection molding simulation. Returns Cross-WLF viscosity model, 2-domain Tait PVT, thermal properties, processing window, and mechanical data. Available materials: abs-generic, pp-homo, pp-copo, pa6, pa66, pa66-gf30, pc, pc-abs, pom, hdpe, ldpe, pmma, pbt, pbt-gf30, pet, ps, hips, tpu, san, asa, ppe-ps

NameTypeReqDescription
materialstringyesMaterial name, family, or ID (e.g., "PA66-GF30", "PC", "ABS", "pp-homo")
propertiesarray–Filter to specific property groups: "cross_wlf", "pvt", "thermal", "processing", "mechanical". Omit for all properties.

No output schema declared.

No examples provided.

query_simulation_knowledge ~83

Search injection molding simulation knowledge base. Covers troubleshooting (defects, simulation issues), DFM rules, mesh guidelines, and process parameter recommendations. Use for general questions about molding, simulation setup, or problem-solving.

NameTypeReqDescription
contextstring–Additional context (material, part type, defect observed)
questionstringyesYour question about injection molding simulation

No output schema declared.

No examples provided.

validate_process_parameters ~153

Validate injection molding process parameters against material processing window. Checks melt/mold temperature, estimates shear rate, calculates cooling time, and flags out-of-range values with suggestions.

NameTypeReqDescription
cooling_time_snumber–Cooling time in seconds
injection_speed_mm_snumber–Injection speed in mm/s
materialstringyesMaterial name or ID (e.g., "PA66-GF30", "ABS")
melt_temp_Cnumber–Melt temperature in °C
mold_temp_Cnumber–Mold temperature in °C
packing_pressure_MPanumber–Packing pressure in MPa
wall_thickness_mmnumber–Nominal wall thickness in mm

No output schema declared.

No examples provided.

Common questions

What is the MoldSim MCP Server server?

MoldSim MCP Server is listed in the public MCP registry as io.github.kobzevvv/moldsim-mcp. Injection molding simulation expertise, materials, process validation, and DFM checks. This page covers its npm package (moldsim-mcp).

Is the MoldSim MCP Server server safe to use?

MoldSim MCP Server scores 73 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 25 September 2026. It declares no install or post-install scripts. 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 MoldSim MCP Server server expose?

MoldSim MCP Server exposes 6 tools: query_simulation_knowledge, get_material_properties, validate_process_parameters, generate_simulation_spec, compare_materials, generate_dfm_checklist. Their descriptions and schemas cost roughly 923 tokens of context every time the server is loaded.

Is the MoldSim MCP Server server still maintained?

MoldSim MCP Server is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the MoldSim MCP Server server under?

MoldSim MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.