sales
Keap MCP, CLI, and Lua Integration for AI Agents
Keap integration docs for AI agents: MCP gateway setup, Keap CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Keap 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
keap- route_slug
keap- package
keap- 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. Keap CLIHeadless setup and direct function calls. Keap 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.
Keap MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Keap.
Claude Code Keap MCP setup for Claude Code. Cursor Keap MCP setup for Cursor. Codex Keap MCP setup for Codex. OpenAI Agents Keap MCP setup for OpenAI Agents SDK. Claude Agent SDK Keap MCP setup for Claude Agent SDK. Vercel AI SDK Keap MCP setup for Vercel AI SDK. LangChain Keap MCP setup for LangChain. LangGraph Keap MCP setup for LangGraph. CrewAI Keap MCP setup for CrewAI. MCP clients Keap MCP setup for Generic MCP Clients.
Keap CLI Matrix
Use these pages for direct Keap CLI workflows in scripts, CI, cron, and agent wrappers.
CI Keap CLI for CI. Cron Jobs Keap CLI for cron jobs. Shell Scripts Keap CLI for shell scripts. Headless Automation Keap CLI for headless automation. Coding Agents Keap CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
keap.keap_list_contacts | Read read | 2 | List contacts from Keap CRM. Returns paginated results with contact details including name, email, and company. |
keap.keap_get_contact | Read read | 1 | Retrieve a single Keap contact by ID. Returns full contact details including email addresses, phone numbers, and tags. |
keap.keap_create_contact | Write write | 4 | Create a new contact in Keap CRM. Provide at least a first name or last name. Email and company name are optional. |
keap.keap_list_opportunities | Read read | 3 | List sales opportunities from Keap CRM. Optionally filter by pipeline stage. Returns paginated results with opportunity details. |
keap.keap_get_opportunity | Read read | 1 | Retrieve a single Keap sales opportunity by ID. Returns full details including contact, stage, value, and notes. |
keap.keap_list_tags | Read read | 0 | List all tags in Keap. Tags are used to categorize contacts and trigger automations. |
keap.keap_get_current_user | Read read | 0 | Get the currently authenticated Keap user. Returns profile information for the user associated with the access token. |