Productivity
flowsdesigner.com
Facilitates WhatsApp messaging, contact management, and automation flows for customer communication.
ENDPOINT 1
https://flowsdesigner.com/api/mcp
MCP server metadata
- Name
- FlowsDesigner
- Version
- 1.0.0
Known tools 21
send_whatsapp_messageSend a free-form WhatsApp text message from the workspace's connected Business number to a customer in E.164 format.
Potential side effectslist_contactsList contacts in the workspace CRM, optionally narrowed by a search query against name / phone / email.
Potential side effectscreate_contactUpsert a contact by phone number, optionally with name / email / tags.
Potential side effectslist_conversationsList recent WhatsApp conversations with their status and last activity.
Inferred read-onlylist_flowsList automation flows in the workspace, including their trigger and active state.
Inferred read-onlylist_data_tablesList the custom data tables defined in the workspace, with their column schema.
Inferred read-onlycreate_whatsapp_flowCreate a new WhatsApp Flow (the multi-screen form rendered inside WhatsApp) in draft state.
Potential side effectsactivate_automationSwitch an automation's isActive flag to true so it starts firing on inbound messages.
Inferred read-onlydeactivate_automationSwitch an automation's isActive flag to false so it stops firing.
Inferred read-onlypublish_whatsapp_flowUpload a draft WhatsApp Flow's JSON to Meta and request publication.
Potential side effectscreate_solutionCreate a three-in-one solution: a custom data table, a conversational automation, and a draft WhatsApp Flow — all named after the solution so they can be wired together later.
Potential side effectssearch_messagesSearch conversation messages across every channel (WhatsApp, email, Instagram, Messenger, web chat).
Potential side effectsget_conversationFetch one conversation (status, channel, contact, assigned agent) plus its most recent messages.
Inferred read-onlyreply_to_conversationSend a reply INTO an existing conversation on whatever channel it lives on (WhatsApp, email thread, Instagram DM, Messenger).
Potential side effectsquery_table_rowsRead rows from a data table by table name, with optional field filters (equals / contains / gt / lt).
Inferred read-onlyget_contact_fieldsRead the workspace custom fields (the inbox customer-panel fields, aka {{fields.*}}) for one contact, by contact id or phone.
Inferred read-onlyget_analytics_summaryWorkspace activity summary for the last N days: conversations by channel, resolutions, new contacts, unassigned backlog, top AI-detected intents.
Inferred read-onlyCONNECT 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.flowsdesigner]
url = "https://flowsdesigner.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flowsdesigner": {
"type": "http",
"url": "https://flowsdesigner.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flowsdesigner
Remote MCP URL: https://flowsdesigner.com/api/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": {
"flowsdesigner": {
"url": "https://flowsdesigner.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flowsdesigner": {
"type": "http",
"url": "https://flowsdesigner.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flowsdesigner",
"transport": "streamable-http",
"url": "https://flowsdesigner.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.