keap-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | gateway = token per-request via header (SOP-compliant); env = shared token from env var (local dev only) | gateway |
| MCP_HTTP_PORT | No | HTTP server port | 8080 |
| MCP_TRANSPORT | No | stdio (Claude Desktop) or http (gateway) | stdio |
| KEAP_ACCESS_TOKEN | No | Keap Personal Access Token or Service Account Key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| keap_list_contactsA | List contacts. |
| keap_get_contactA | Retrieve a single contact by ID. |
| keap_create_contactA | Create a contact. Must include at least one email address or phone number. |
| keap_list_contact_tagsA | List the tags applied to a contact. |
| keap_apply_tags_to_contactA | Apply one or more tags to a contact. |
| keap_list_tagsA | List all tags defined in the app. |
| keap_list_opportunitiesA | List sales opportunities (deals). |
| keap_get_opportunityA | Retrieve a single opportunity by ID. |
| keap_create_opportunityB | Create a sales opportunity (deal). |
| keap_list_notesB | List notes. |
| keap_create_noteA | Create a note on a contact. Must include at least a title or body. |
| keap_list_tasksA | List tasks. |
| keap_create_taskA | Create a task. Must include at least a title and due date. |
| keap_list_campaignsA | List marketing/automation campaigns. |
| keap_list_usersB | List users of the Keap app. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Every tool targets a distinct resource or resource+action combination. There is no overlap between listing all tags and listing tags on a contact, and each get/list/create is uniquely identifiable.
All tools follow the keap_<verb>_<noun> pattern with verbs limited to get, list, create, and apply. No mixed conventions or irregular naming exists.
15 tools is within the ideal 3-15 range, and each tool covers a meaningful operation for Keap CRM integration without being excessive.
The server provides read and create operations for core entities (contacts, opportunities, notes, tasks) but lacks update and delete for most, and no create/update/delete for tags, campaigns, or users. This creates dead ends in common workflows.