Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by buck-0x • Uncategorized
An MCP server and CLI tool to render diagrams using the Eraser API.
Generate diagrams programmatically from Eraser DSL code.
Integrate diagram rendering into development environments or automation workflows.
A flexible server supporting multiple transport protocols and authentication.
This MCP server allows rendering various types of diagrams such as sequence diagrams, flowcharts, ER diagrams, and cloud architecture diagrams using the Eraser API. It supports customizable themes, backgrounds, scaling, and flexible output formats including image URLs and base64-encoded images. The server can be run locally or deployed via Docker, and supports both stdio and HTTP transport with optional authentication.
Render a diagram using the Eraser.io API. Args: diagram_type (str): Type of diagram (e.g., 'sequence-diagram', 'cloud-architecture-diagram') code (str): Diagram code in Eraser.io syntax (with proper line breaks and escaping) return_file (bool): Whether to return the file content (defaults to False) background (bool): Whether to include background (defaults to True) theme (str): Theme to use - "light" or "dark" (defaults to "light") scale (str): Scale factor for the diagram - "1", "2", or "3" (defaults to "1") Returns: dict: Response containing success status, image data/URL, and message
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.