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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MSPbotsAI/keap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server