{"name":"io.github.flowzap-xyz/flowzap","slug":"flowzap-xyz-flowzap","title":null,"description":"Create workflow, sequence, architecture, and mind map diagrams via AI assistants.","url":"https://mcp.market/server/flowzap-xyz-flowzap","rating":null,"grade":"A","score":86,"certified":false,"status":"active","category":"maps","tags":["maps"],"presence":{"score":36,"stars":5,"forks":0,"downloads_week":50,"last_push_at":"2026-09-20T14:41:32.000Z","license":"MIT"},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-20T22:00:43.609Z","last_ok_at":"2026-09-20T22:00:43.609Z","latency_ms":595},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/flowzap-xyz/flowzap-mcp","website":null,"version":"2.1.0","remotes":[{"type":"streamable-http","url":"https://flowzap.xyz/mcp"}],"packages":[{"registryType":"npm","identifier":"flowzap-mcp","version":"2.1.0","transport":{"type":"stdio"}}],"tools":[{"name":"flowzap_apply_change","description":"Apply structured patch operations (insert/remove/update nodes or edges) to FlowZap Code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"Current FlowZap Code"},"operations":{"type":"array","description":"Array of patch operations","items":{"type":"object"}}},"required":["code","operations"]}},{"name":"flowzap_artifact_to_diagram","description":"Convert HTTP logs, OpenAPI specs, or code snippets into a FlowZap diagram.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"artifactType":{"type":"string","enum":["http_logs","openapi","code"]},"content":{"type":"string","description":"Raw artifact content"},"view":{"type":"string","enum":["workflow","sequence","architecture"],"description":"Preferred view mode"}},"required":["artifactType","content"]}},{"name":"flowzap_compliance_check","description":"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 each framework whose elements are detectable in the diagram. Free quota: 10 free compliance reviews per client per rolling 30-day period. For unlimited manual reviews, paste your code at https://flowzap.xyz/soc2-gdpr-pipl-compliance-checker. Processor disclosure (GDPR Art. 13): analysis powered by Deepseek (Hangzhou DeepSeek AI, China) — see https://flowzap.xyz/legal/subprocessors. This is an advisory architectural review, not legal advice.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to audit"},"lng":{"type":"string","enum":["en","fr","zh"],"description":"Output language for findings. Default: 'en'."}},"required":["code"]}},{"name":"flowzap_create_playground","description":"Create a shareable FlowZap playground URL. Set view to 'architecture', 'sequence', or 'mindmap' when appropriate.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to render"},"view":{"type":"string","enum":["workflow","sequence","architecture","mindmap"],"description":"View mode. Default: 'workflow'."},"lng":{"type":"string","enum":["en","fr","zh"],"description":"Language of the messages returned by this tool. Default: 'en'."}},"required":["code"]}},{"name":"flowzap_diff","description":"Compare two FlowZap Code versions and return a structured diff.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"oldCode":{"type":"string","description":"Original FlowZap Code"},"newCode":{"type":"string","description":"Updated FlowZap Code"}},"required":["oldCode","newCode"]}},{"name":"flowzap_export_graph","description":"Parse FlowZap Code into a structured JSON graph (lanes, nodes, edges).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to parse"}},"required":["code"]}},{"name":"flowzap_fix","description":"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. Returns the repaired code plus the list of corrections that were applied. Errors that cannot be repaired are reported as-is — the repairer never invents content.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to repair"},"lng":{"type":"string","enum":["en","fr","zh"],"description":"Language of the messages returned by this tool. Default: 'en'."}},"required":["code"]}},{"name":"flowzap_get_syntax","description":"Get FlowZap Code syntax documentation and examples.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"flowzap_mindmap_approve","description":"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 in mind maps), multiple circles produce WARNING (only the first is the root), edge directions are INFO (ignored by renderer), large/deep diagrams produce advisory warnings. Uses local parsing only - no API call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to inspect for mind map readiness"}},"required":["code"]}},{"name":"flowzap_mindmap_create_playground","description":"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_mindmap_approve have passed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to load in a mind map playground"}},"required":["code"]}},{"name":"flowzap_mindmap_template","description":"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. Use this to bootstrap a new mind map.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"Central topic label for the mind map root (default: 'Central Topic')"},"branches":{"type":"number","description":"Number of main branches from the root (default: 3, max: 8)"},"depth":{"type":"number","description":"Depth of sub-branches per main branch (default: 2, max: 4)"}}}},{"name":"flowzap_mindmap_validate","description":"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 one rectangle for branches). Use this before flowzap_mindmap_approve and flowzap_mindmap_create_playground.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to validate for mind map readiness"}},"required":["code"]}},{"name":"flowzap_validate","description":"Validate FlowZap Code syntax. Returns errors and stats.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"FlowZap Code to validate"},"lng":{"type":"string","enum":["en","fr","zh"],"description":"Language of the messages returned by this tool. Default: 'en'."}},"required":["code"]}}],"scan":{"score":86,"grade":"A","scanned_at":"2026-09-20T16:16:02.713Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:16:02.680Z","components":{"code":{"score":25,"max":25,"notes":["21 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1105ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://flowzap.xyz/mcp","reachable":true,"authRequired":false,"latencyMs":1105,"serverInfo":{"name":"FlowZap MCP","version":"2.1.0"}}],"packages":[{"registryType":"npm","identifier":"flowzap-mcp","version":"2.1.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":1,"publishedAt":"2026-09-20T13:49:34.949Z","repositoryUrl":"git+https://github.com/flowzap-xyz/flowzap-mcp.git","weeklyDownloads":50}],"repo":{"found":true,"owner":"flowzap-xyz","repo":"flowzap-mcp","archived":false,"pushedAt":"2026-09-20T14:41:32Z","stars":5,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/5306131?v=4","ownerCreatedAt":"2013-08-25T13:47:36Z","license":"MIT"},"icon":{"url":"https://flowzap.xyz/favicon.ico?favicon.030.6qdccvzy4.ico","source":"site","width":48,"height":48},"presence":{"stars":5,"forks":0,"downloadsWeek":50,"license":"MIT","lastPushAt":"2026-09-20T14:41:32.000Z","score":36}}}},"grade_history":[],"reviews":[]}