← aivoicecall.net
INDIVIDUAL MCP TOOL
create_diagram
Start a new live diagram session and return its id and shareable URL.
LIVE ENDPOINT
https://diagram.aivoicecall.net/mcp
Connect to this endpoint to inspect the live schema for create_diagram and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.flowmind]
url = "https://diagram.aivoicecall.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flowmind": {
"type": "http",
"url": "https://diagram.aivoicecall.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flowmind
Remote MCP URL: https://diagram.aivoicecall.net/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": {
"flowmind": {
"url": "https://diagram.aivoicecall.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flowmind": {
"type": "http",
"url": "https://diagram.aivoicecall.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flowmind",
"transport": "streamable-http",
"url": "https://diagram.aivoicecall.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_diagram— Turn a plain-language request into a Mermaid diagram with the model.get_diagram— Return what is on screen for this session RIGHT NOW: the current Mermaid source, the version number, and whether it renders — including the exact Mermaid error text if the person's own browser edit broke the syntax.update_diagram— Replace the diagram's source with `code` (the COMPLETE Mermaid, never a fragment) and push it to the person's open browser tab, which re-renders instantly.