mcpbeat

Keap MCP Server

io.usefulapi/keap
not responding

Keap is listed as active in the registry but did not answer our last check. It exposes 18 tools. Last commit 1 Aug 2026.

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

Uptime history 40 hours of history · worst hour 0%
40 hours agonow
34.1%
Uptime 24h
31 of 91 checks
18
Tools
read from the server
176 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 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 45 ms 7 min ago

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 31 of 91 checks got a reply (34.1%), average response time 176 ms. The bar chart above shows every period we have measured.
The registry lists Keap as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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 176 ms on average, which is faster than 68% 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.