← agentic-mermaid.dev
INDIVIDUAL MCP TOOL
verify
Parse and verify a Mermaid diagram without rendering it.
LIVE ENDPOINT
https://agentic-mermaid.dev/mcp
Connect to this endpoint to inspect the live schema for verify and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.agentic-mermaid-hosted]
url = "https://agentic-mermaid.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-mermaid-hosted": {
"type": "http",
"url": "https://agentic-mermaid.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-mermaid-hosted
Remote MCP URL: https://agentic-mermaid.dev/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": {
"agentic-mermaid-hosted": {
"url": "https://agentic-mermaid.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-mermaid-hosted": {
"type": "http",
"url": "https://agentic-mermaid.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-mermaid-hosted",
"transport": "streamable-http",
"url": "https://agentic-mermaid.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
execute— Run JavaScript in an isolated sandbox; return a value.describe_sdk— Return version-matched mutation operations for one diagram family.render_svg— Render a Mermaid source string to themeable SVG.render_ascii— Render a Mermaid source string to text.render_png— Rasterize a Mermaid source string to PNG.describe— Describe a Mermaid diagram.mutate— Apply a list of structured edit ops to an existing Mermaid `source` and return the edited diagram.build— Author a new Mermaid diagram from blank by folding a list of structured ops over an empty diagram of `family`.