← MCP Security Catalog

StarUML MCP Server 0.1.0

npm · staruml-mcp-server · latest release

Verified with no proven findings
Security result
4
Observed tools
25
Version rating
100
Change risk

Independent inventory

Observed 2026-08-15T23:05:53.308Z using mcpSecurity-inventory. Protocol 2025-06-18.

ToolCategoryRisk
generate_diagramGenerate a diagram in StarUML.
Input schema
{
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Mermaid code to generate the diagram. Supported diagrams are classDiagram, sequenceDiagram, flowchart, erDiagram, mindmap, requirementDiagram and stateDiagram. Other diagrams are not supported."
    }
  },
  "required": [
    "code"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
get_all_diagrams_infoGet information for all diagrams in StarUML.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
get_current_diagram_infoGet information for the current diagram in StarUML.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
get_diagram_image_by_idGet the image of a diagram by its ID in StarUML.
Input schema
{
  "type": "object",
  "properties": {
    "diagramId": {
      "type": "string",
      "description": "ID of the diagram to get the image for. You can get the ID from the 'get_all_diagrams_info' tool."
    }
  },
  "required": [
    "diagramId"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: d1a7fed59ea3c7cae13e56d34d2f03f2e018489ca74b8fac65651e6f0f03302e

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.