KosmoKrator

marketing

ManyChat MCP, CLI, and Lua Integration for AI Agents

ManyChat integration docs for AI agents: MCP gateway setup, ManyChat CLI commands, Lua API reference, credentials, and function schemas.

6 functions 4 read 2 write API key auth

ManyChat for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
manychat
route_slug
manychat
package
manychat
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

ManyChat MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ManyChat.

ManyChat CLI Matrix

Use these pages for direct ManyChat CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
manychat.manychat_list_flows Read read 0 List all flows (pages) in your ManyChat account. Returns flow IDs and names that can be used with get_flow.
manychat.manychat_get_flow Read read 1 Get details of a specific ManyChat flow (page) by ID. Returns the full flow configuration including nodes and content.
manychat.manychat_send_message Write write 3 Send a message via ManyChat to a subscriber on Instagram, Messenger, WhatsApp, or SMS. Requires a subscriber ID and message content.
manychat.manychat_list_tags Read read 0 List all tags in your ManyChat account. Tags are used to segment subscribers and trigger automations.
manychat.manychat_create_tag Write write 1 Create a new tag in ManyChat. Tags help segment subscribers for targeted messaging and automation.
manychat.manychat_get_current_user Read read 0 Get the currently authenticated ManyChat user profile. Returns account details, plan info, and connected channels.