INDIVIDUAL MCP TOOL
decode_token
Recover the PlantUML source from a token or from any PlantUML render URL (the token is extracted automatically).
LIVE ENDPOINT
https://uml.singsk.com/mcp
Connect to this endpoint to inspect the live schema for decode_token and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
render_diagram— Render PlantUML source text to a diagram image.validate_diagram— Check PlantUML source without rendering.encode_source— Encode PlantUML source into a URL token and ready-to-use share/render URLs (svg + png).list_diagram_types— List the 22 supported diagram/reference types with a one-line description and the local syntax reference URL for each.get_syntax_reference— Get the syntax reference entry for one diagram type: description, a render-verified example, and the help page URL.