mcpbeat Sign in

Keap MCP Server

answering

Keap is answering right now. Last checked 9 min ago. It exposes 18 tools. Last commit 1 Sep 2026.

List and create Keap contacts, companies, tasks, opportunities, orders, tags and campaigns.

Uptime history 47 days of history · worst day 2%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
18
Tools
read from the server
164 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Keap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add keap --transport http https://keap.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keap": {
      "url": "https://keap.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keap]
url = "https://keap.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "keap": {
      "url": "https://keap.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keap": {
      "url": "https://keap.usefulapi.io/mcp"
    }
  }
}

Available tools 18

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

keap
keap_apply_tag
APPLY a tag to one or more contacts (segments them / can trigger automation). Keap: POST /tags/{tag_id}/contacts:applyTags.
keap_create_contact
CREATE a new contact in the Keap CRM. Provide any of given_name, family_name, email_addresses, phone_numbers, company_id, plus an optional `extra` object of any other Keap fields. Keap: POST /contacts.
keap_create_task
CREATE a task (follow-up / to-do), optionally linked to a contact. Keap: POST /tasks.
keap_get_company
Get a single company by id. Keap: GET /companies/{company_id}.
keap_get_contact
Get a single contact by id. Keap: GET /contacts/{contact_id}.
keap_get_opportunity
Get a single opportunity by id. Keap: GET /opportunities/{opportunity_id}.
keap_get_task
Get a single task by id. Keap: GET /tasks/{task_id}.
keap_list_affiliates
List referral-program affiliates. Supports filtering, ordering, and cursor pagination. Keap: GET /affiliates.
keap_list_campaigns
List marketing campaigns (automation sequences). Supports filtering, ordering, and cursor pagination. Keap: GET /campaigns.
keap_list_companies
List companies in the Keap CRM. Supports filtering, ordering, field selection, and cursor pagination. Keap: GET /companies.
keap_list_contacts
List contacts in the Keap CRM. Supports filtering, ordering, field selection, and cursor pagination (page_size / page_token). Keap: GET /contacts.
keap_list_opportunities
List sales opportunities (deals) in the pipeline. Supports filtering, ordering, field selection, and cursor pagination. Keap: GET /opportunities.
keap_list_orders
List e-commerce orders. Supports filtering, ordering, and cursor pagination. Keap: GET /orders.
keap_list_products
List products in the catalog. Supports filtering, ordering, and cursor pagination. Keap: GET /products.
keap_list_subscriptions
List recurring subscriptions / payment plans. Supports filtering, ordering, and cursor pagination. Keap: GET /subscriptions.
keap_list_tags
List tags defined in the account (used to segment contacts). Supports filtering, ordering, and cursor pagination. Keap: GET /tags.
keap_list_tasks
List tasks (follow-ups / to-dos). Supports filtering, ordering, and cursor pagination. Keap: GET /tasks.
keap_update_contact
UPDATE an existing contact by id. Provide any of given_name, family_name, email_addresses, phone_numbers, company_id, plus an optional `extra` object of any other Keap fields (only supplied fields are changed). Keap: PATCH /contacts/{contact_id}.

Endpoints

URLTransportStateLatencyChecked
https://keap.usefulapi.io/mcp streamable-http answering 232 ms 9 min ago

Alternatives to Keap

same job, measured the same way
Twenty
by usefulapi

Read people, companies, opportunities, notes and tasks; create and update records in Twenty CRM.

20 tools answering
Salesforce
by mindstone

Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects

49 installs/wk local only
Aircall
by usefulapi

Read calls, contacts, users, teams and numbers; tag calls and create or update contacts.

25 tools answering
Freshdesk
by usefulapi

Read tickets, contacts, companies, agents and groups; create, update and reply to tickets.

19 tools answering
Emailoctopus
by usefulapi

Manage lists, contacts and campaigns, and read campaign performance reports on EmailOctopus.

13 tools answering
Unisender MCP
by theyahia

MCP server for UniSender API — email lists, campaigns, contacts. API key auth.

48 installs/wk local only
Klaviyo
by mcparmory

Create and manage email campaigns, lists, and marketing automation

236 installs/wk local only
Tap MCP
by totalaudiopromo

Music PR campaign management -- contacts, pitches, campaigns, and outcomes.

27 installs/wk local only

Keap — questions

Answers built from our own checks of this server.

What can Keap do?
It exposes 18 tools, read directly from the server on our last check. Among them: keap_apply_tag, keap_create_contact, keap_create_task, keap_get_company, keap_get_contact, keap_get_opportunity and 12 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Keap working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 164 ms. The bar chart above shows every period we have measured.
How do I connect Keap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Keap need an API key?
No. Keap completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 18 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Keap?
It answers our handshake in 164 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Keap open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.