productivity
Kajabi MCP, CLI, and Lua Integration for AI Agents
Kajabi integration docs for AI agents: MCP gateway setup, Kajabi CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Kajabi 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
kajabi- route_slug
kajabi- package
kajabi- 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. Kajabi CLIHeadless setup and direct function calls. Kajabi 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.
Kajabi MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Kajabi.
Claude Code Kajabi MCP setup for Claude Code. Cursor Kajabi MCP setup for Cursor. Codex Kajabi MCP setup for Codex. OpenAI Agents Kajabi MCP setup for OpenAI Agents SDK. Claude Agent SDK Kajabi MCP setup for Claude Agent SDK. Vercel AI SDK Kajabi MCP setup for Vercel AI SDK. LangChain Kajabi MCP setup for LangChain. LangGraph Kajabi MCP setup for LangGraph. CrewAI Kajabi MCP setup for CrewAI. MCP clients Kajabi MCP setup for Generic MCP Clients.
Kajabi CLI Matrix
Use these pages for direct Kajabi CLI workflows in scripts, CI, cron, and agent wrappers.
CI Kajabi CLI for CI. Cron Jobs Kajabi CLI for cron jobs. Shell Scripts Kajabi CLI for shell scripts. Headless Automation Kajabi CLI for headless automation. Coding Agents Kajabi CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
kajabi.kajabi_list_offers | Read read | 2 | List all offers in your Kajabi account. Returns offer names, IDs, prices, and associated products. |
kajabi.kajabi_get_offer | Read read | 1 | Get detailed information about a single Kajabi offer by its ID. Returns full offer data including title, price, and associated product details. |
kajabi.kajabi_list_products | Read read | 2 | List all products (courses, coaching programs, memberships) in your Kajabi account. Returns product names, IDs, types, and metadata. |
kajabi.kajabi_get_product | Read read | 1 | Get detailed information about a single Kajabi product by its ID. Returns full product data including description, pricing, and content details. |
kajabi.kajabi_list_members | Read read | 2 | List all members in your Kajabi account. Returns member names, emails, status, and enrollment details. |
kajabi.kajabi_get_member | Read read | 1 | Get detailed information about a single Kajabi member by their ID. Returns member profile, email, status, and enrollment details. |
kajabi.kajabi_get_current_user | Read read | 0 | Get the profile of the currently authenticated Kajabi user. Useful to verify the connection and see account details. |