Developer Tools
singsk.com
MCP server for PlantUML diagram rendering and validation, providing encoding, decoding, and supported diagram types.
ENDPOINT 1
https://uml.singsk.com/mcp
MCP server metadata
- Name
- uml-singsk-plantuml
- Version
- 1.1.0.2
PlantUML diagram-as-code service. Workflow: list_diagram_types / get_syntax_reference to ground the syntax -> validate_diagram (fix using error.line/hint) -> render_diagram. Tokens use PlantUML's own 64-character alphabet ("0-9 A-Z a-z - _") over raw DEFLATE. This is NOT base64 - never encode or decode tokens with a base64 codec; use encode_source / decode_token. Discovery: https://uml.singsk.com/api/ ; OpenAPI: https://uml.singsk.com/api/openapi.json
Known tools 6
encode_sourceEncode PlantUML source into a URL token and ready-to-use share/render URLs (svg + png).
Inferred read-onlydecode_tokenRecover the PlantUML source from a token or from any PlantUML render URL (the token is extracted automatically).
Inferred read-onlylist_diagram_typesList the 22 supported diagram/reference types with a one-line description and the local syntax reference URL for each.
Inferred read-onlyget_syntax_referenceGet the syntax reference entry for one diagram type: description, a render-verified example, and the help page URL.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.uml-singsk-plantuml]
url = "https://uml.singsk.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uml-singsk-plantuml": {
"type": "http",
"url": "https://uml.singsk.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uml-singsk-plantuml
Remote MCP URL: https://uml.singsk.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"uml-singsk-plantuml": {
"url": "https://uml.singsk.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uml-singsk-plantuml": {
"type": "http",
"url": "https://uml.singsk.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uml-singsk-plantuml",
"transport": "streamable-http",
"url": "https://uml.singsk.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.