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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Unbounce CLIHeadless setup and direct function calls. Unbounce MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Unbounce MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Unbounce.
Claude Code Unbounce MCP setup for Claude Code. Cursor Unbounce MCP setup for Cursor. Codex Unbounce MCP setup for Codex. OpenAI Agents Unbounce MCP setup for OpenAI Agents SDK. Claude Agent SDK Unbounce MCP setup for Claude Agent SDK. Vercel AI SDK Unbounce MCP setup for Vercel AI SDK. LangChain Unbounce MCP setup for LangChain. LangGraph Unbounce MCP setup for LangGraph. CrewAI Unbounce MCP setup for CrewAI. MCP clients Unbounce MCP setup for Generic MCP Clients.
Unbounce CLI Matrix
Use these pages for direct Unbounce CLI workflows in scripts, CI, cron, and agent wrappers.
CI Unbounce CLI for CI. Cron Jobs Unbounce CLI for cron jobs. Shell Scripts Unbounce CLI for shell scripts. Headless Automation Unbounce CLI for headless automation. Coding Agents Unbounce CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |