PlantUML Diagrams
Create PlantUML diagrams with automatic syntax validation and auto-fix suggestions. Get embeddable image URLs for valid diagrams and structured feedback to resolve issues. Encode or decode PlantUML c…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add infobip/plantuml-mcp-server
# Browse available tools
npx -y smithery tool list infobip/plantuml-mcp-server
# Get full schema for a tool
npx -y smithery tool get infobip/plantuml-mcp-server generate_plantuml_diagram
# Call a tool
npx -y smithery tool call infobip/plantuml-mcp-server generate_plantuml_diagram '{}'Direct MCP Connection
Endpoint: https://plantuml-mcp-server--infobip.run.tools
Tools (3)
generate_plantuml_diagram— Generate a PlantUML diagram with automatic syntax validation and error reporting for auto-fix workflows. Returns embedd…encode_plantuml— Encode PlantUML code for URL usagedecode_plantuml— Decode encoded PlantUML string back to PlantUML code
# Get full input/output schema for a tool
npx -y smithery tool get infobip/plantuml-mcp-server Prompts (1)
plantuml_error_handling— Guidelines for handling PlantUML syntax errors and implementing auto-fix workflows