← Registry

Productivity

flowsdesigner.com

Facilitates WhatsApp messaging, contact management, and automation flows for customer communication.

1 endpoint21 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://flowsdesigner.com/api/mcp

No auth detected

MCP server metadata

Name
FlowsDesigner
Version
1.0.0
Capabilities
tools

Known tools 21

send_whatsapp_message

Send a free-form WhatsApp text message from the workspace's connected Business number to a customer in E.164 format.

Potential side effects
list_contacts

List contacts in the workspace CRM, optionally narrowed by a search query against name / phone / email.

Potential side effects
create_contact

Upsert a contact by phone number, optionally with name / email / tags.

Potential side effects
list_conversations

List recent WhatsApp conversations with their status and last activity.

Inferred read-only
list_flows

List automation flows in the workspace, including their trigger and active state.

Inferred read-only
list_data_tables

List the custom data tables defined in the workspace, with their column schema.

Inferred read-only
create_data_table

Create a new custom data table with the given columns.

Potential side effects
create_automation

Create a new conversational automation.

Potential side effects
create_whatsapp_flow

Create a new WhatsApp Flow (the multi-screen form rendered inside WhatsApp) in draft state.

Potential side effects
activate_automation

Switch an automation's isActive flag to true so it starts firing on inbound messages.

Inferred read-only
deactivate_automation

Switch an automation's isActive flag to false so it stops firing.

Inferred read-only
publish_whatsapp_flow

Upload a draft WhatsApp Flow's JSON to Meta and request publication.

Potential side effects
create_solution

Create 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 effects
search_messages

Search conversation messages across every channel (WhatsApp, email, Instagram, Messenger, web chat).

Potential side effects
get_conversation

Fetch one conversation (status, channel, contact, assigned agent) plus its most recent messages.

Inferred read-only
reply_to_conversation

Send a reply INTO an existing conversation on whatever channel it lives on (WhatsApp, email thread, Instagram DM, Messenger).

Potential side effects
query_table_rows

Read rows from a data table by table name, with optional field filters (equals / contains / gt / lt).

Inferred read-only
insert_table_row

Append one row to a data table by table name.

Inferred read-only
get_contact_fields

Read the workspace custom fields (the inbox customer-panel fields, aka {{fields.*}}) for one contact, by contact id or phone.

Inferred read-only
set_contact_field

Write one custom field value (by field slug) for a contact.

Potential side effects
get_analytics_summary

Workspace activity summary for the last N days: conversations by channel, resolutions, new contacts, unassigned backlog, top AI-detected intents.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.