# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add infobip/plantuml-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list infobip/plantuml-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get infobip/plantuml-mcp-server generate_plantuml_diagram

# Call a tool
npx -y @smithery/cli@latest 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 usage
- `decode_plantuml` — Decode encoded PlantUML string back to PlantUML code

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get infobip/plantuml-mcp-server <tool-name>
```

## Prompts (1)

- `plantuml_error_handling` — Guidelines for handling PlantUML syntax errors and implementing auto-fix workflows

---

Source: https://github.com/infobip/plantuml-mcp-server
