A
licenseNot graded
qualityD
maintenanceMCP server for rendering Mermaid diagrams to SVG and converting Markdown with callout blocks into styled PDF reports.
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have entirely distinct roles: rendering diagrams versus listing supported engines. No overlap in purpose.
Both tools follow a clear verb_noun pattern (render_diagram, list_engines), making the API predictable.
With only two tools, the server feels minimal but appropriate for a narrow scope; however, it borders on thin for a typical server.
The core rendering capability is present alongside engine information, but additional conveniences like validation or format conversion are absent.