Skip to content
Back to search
100
MCP live v1.3.6 MCP 2025-06-18 streamable-http

io.github.flowzap-xyz/flowzap

io.github.flowzap-xyz/flowzap

Create workflow, sequence, architecture, and mind map diagrams via AI assistants.

Uptime
100.0%
1 direct probes · 30d
Response
306ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

flowzap_validate

Validate FlowZap Code syntax. Returns errors and stats.

flowzap_fix

Deterministically repair mechanical FlowZap Code errors: non-sequential node numbering, inferred edge handles, node/edge label syntax, missing lane display labels, emoji and non-printable characters. …

flowzap_mindmap_validate

Validate FlowZap Code syntax specifically for Mind Map diagrams. Checks syntax validity and whether the code is mind-map-ready (no diamonds, no taskboxes, at least one circle for the root, at least on…

flowzap_mindmap_approve

Check if valid FlowZap Code is suitable for Mind Map rendering. Returns structured verdict with errors (blocking), warnings (advisory), and info. Rules: diamonds and taskboxes are ERROR (not rendered …

flowzap_mindmap_template

Generate a ready-to-extend FlowZap Code skeleton for a Mind Map. Returns a tree structure with a central circle root, rectangle branches and sub-branches, and optional cross-links between branches. Us…

flowzap_mindmap_create_playground

Create a FlowZap playground session that opens directly in Mind Map view (?view=mindmap). Validates the code first, then creates a shareable URL. Use this after flowzap_mindmap_validate and flowzap_mi…

flowzap_create_playground

Create a shareable FlowZap playground URL. Set view to 'architecture', 'sequence', or 'mindmap' when appropriate.

flowzap_get_syntax

Get FlowZap Code syntax documentation and examples.

flowzap_export_graph

Parse FlowZap Code into a structured JSON graph (lanes, nodes, edges).

flowzap_artifact_to_diagram

Convert HTTP logs, OpenAPI specs, or code snippets into a FlowZap diagram.

flowzap_diff

Compare two FlowZap Code versions and return a structured diff.

flowzap_apply_change

Apply structured patch operations (insert/remove/update nodes or edges) to FlowZap Code.

flowzap_compliance_check

Run an automated SOC2 / GDPR / PIPL / EU AI Act architectural compliance review of a FlowZap Code data flow. Returns a Markdown summary of findings (control · status · detail · recommendation) for eac…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.flowzap-xyz/flowzap": {
      "url": "https://flowzap.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}