PlantUML MCP Server (sysam68/plantuml-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 6 tools. No publisher has claimed this listing.

D
Caution
58/100

PlantUML MCP Server

Converts PlantUML snippets into shareable diagrams with support for capability landscapes, business scenarios, and ArchiMate diagrams. Supports HTTP, SSE, and STDIO transports for integration with Claude Desktop, Flowise, and other MCP-compatible runtimes.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

sysam68

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: MCP_API_KEY, OB_FILE_API_TOKEN, OB_FILE_OIDC_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes6 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

generate_plantuml_diagram

Generate a PlantUML diagram with syntax validation. Returns diagram URLs on success or structured errors for auto-fix workflows.

generate_capability_landscape

Generate an ArchiMate-based capability landscape diagram using groups, capability domains, and operational capabilities.

encode_plantuml

Encode PlantUML code for usage in URLs or PlantUML servers.

decode_plantuml

Decode an encoded PlantUML string back to PlantUML source.

generate_archimate_diagram

Generate an ArchiMate-compliant PlantUML diagram using stdlib templates. Provide structured elements/groups/relationships or a raw body snippet.

generate_business_scenario

Build an ArchiMate sequence-style diagram from structured JSON describing elements and ordered interactions.

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.19.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.19.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.19.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configGENERATED_FILES_DIR📁 Fallback shared-volume export ( + PUBLIC_FILE_BASE_URL)
configLOG_LEVELinfo emergency → debug supported
🔐 secretMCP_API_KEY🔒 Optional Bearer authentication via
configMCP_HOST/ MCP_PORT 0.0.0.0 / 3000 Bind address + port (HTTP/SSE)
configMCP_HTTP_ENABLE_JSON_RESPONSESfalse Return JSON body when true (for debugging)
configMCP_HTTP_PATH/mcp HTTP JSON-RPC endpoint
configMCP_PORTMCP_HOST / 0.0.0.0 / 3000 Bind address + port (HTTP/SSE)
configMCP_SSE_MESSAGES_PATH/messages \
configMCP_SSE_PATH/sse SSE stream endpoint
configMCP_TRANSPORTHTTP (default) Direct REST-style integration, reverse proxies, health checks =http node dist/plantuml-mcp-server.js
configOB_FILE_API_BASE_URL☁️ Optional ob-file export via signed download URLs ()
🔐 secretOB_FILE_API_TOKENunset Bearer token used to call the ob-file management API
configOB_FILE_OIDC_AUDIENCEob-file Audience requested during the client-credentials token request
configOB_FILE_OIDC_CLIENT_IDunset OIDC client identifier used by mcp-plantuml
🔐 secretOB_FILE_OIDC_CLIENT_SECRETunset OIDC client secret used by mcp-plantuml
configOB_FILE_OIDC_DISCOVERY_URLunset Authelia OIDC discovery URL used to obtain a service access token
configOB_FILE_OIDC_FORWARDED_HOSTunset Optional X-Forwarded-Host header for internal Authelia calls
configOB_FILE_OIDC_FORWARDED_PROTOunset Optional X-Forwarded-Proto header for internal Authelia calls
configOB_FILE_OIDC_SCOPEgroups Scope requested during the client-credentials token request
configOB_FILE_OIDC_TOKEN_ENDPOINTunset Optional direct token endpoint override (useful for internal service-to-service calls)
configPLANTUML_MCP_SKIP_AUTO_STARTunset When true, skips auto-start so scripts can import the server class without launching transports
configPLANTUML_SERVER_URLOverride environment variables (, MCP_API_KEY, etc.) as needed.
configPUBLIC_FILE_BASE_URL📁 Fallback shared-volume export (GENERATED_FILES_DIR + )
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

6/6 tools missing one or more hints — generate_plantuml_diagram (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); generate_capability_landscape (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); encode_plantuml (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +3 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.19.1 (high), @modelcontextprotocol/sdk@1.19.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

1/4 production deps stale: plantuml-encoder@2022-06-24 (4y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/sysam68/plantuml-mcp-server?variant=verified)](https://m8ven.ai/mcp/sysam68/plantuml-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 591b13a0308548f1cd9f9583c8bdc9a145831f5b
code hash: 2837f88181d5a10faf6ba8950e6d4d9a15e9b05fb6ddc3ee385a6c1e5fe0ebfc
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client