KosmoKrator

marketing

Unbounce MCP, CLI, and Lua Integration for AI Agents

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

6 functions 6 read 0 write Bearer token auth

Unbounce 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
unbounce
route_slug
unbounce
package
unbounce
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Unbounce MCP Client Matrix

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

Unbounce CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
unbounce.unbounce_list_pages Read read 3 List landing pages in Unbounce. Returns page IDs, names, URLs, and metadata. Use this to discover available pages before querying leads or page details.
unbounce.unbounce_get_page Read read 1 Get details of a specific Unbounce landing page by its ID. Returns the page name, URL, variants, conversion rates, and other metadata.
unbounce.unbounce_list_leads Read read 3 List form submissions (leads) for a specific Unbounce landing page. Returns lead data including form field values, submission timestamps, and conversion details.
unbounce.unbounce_get_lead Read read 1 Get details of a specific Unbounce lead (form submission) by its ID. Returns all submitted form field values, metadata, and conversion information.
unbounce.unbounce_list_sub_accounts Read read 2 List sub-accounts in Unbounce. Sub-accounts group pages and are useful for organizing landing pages by client, brand, or campaign.
unbounce.unbounce_get_current_user Read read 0 Get the currently authenticated Unbounce user profile. Returns account name, email, and other account details.