mcpbeat Sign in

HitKeep MCP Server

by pascalebeier Your server? Claim it
not responding

HitKeep is listed as active in the registry but did not answer our last check. Last commit 19 Sep 2026.

Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
Tools
hidden behind auth
1 ms
Response time
average over 24h
89
Stars
last commit 19 Sep 2026

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation internal/database/store_exclusions.go:50
    listInstanceTrafficExclusionsQuery = trafficExclusionSelect + `
        WHERE scope = 'instance'
        ORDER BY created_at DESC`
    listTeamTrafficExclusionsQuery = trafficExclusionSelect + `
    if err := writePublicGeneratedFile(filepath.Join(dir, name), compressed); err != nil {
Touches key and credential files Dockerfile:31
COPY frontend/dashboard/package.json frontend/dashboard/package-lock.json frontend/dashboard/.npmrc ./

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 5 min ago.

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

Endpoints

URLTransportStateLatencyChecked
https://{hitkeep_host}/mcp streamable-http answering 1 ms 5 min ago

Alternatives to HitKeep

same job, measured the same way
Apolloio
by apolloio

Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.

22 installs/wk local only
Box Admin Analytics MCP
by shigechika

MCP server for Box admin-log analytics — external-sharing visibility, read-only

291 installs/wk local only
Usertour MCP Server
by usertour

Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics.

answering
PostHog MCP Server
by posthog

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

answering
Shopify MCP Pro
by den-indance

Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.

37 installs/wk local only
PicSee Short Link
by picsee

Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

1 tools answering
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Labelgrid MCP
by labelgrid

Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.

84 installs/wk local only

HitKeep — questions

Answers built from our own checks of this server.

Is HitKeep working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 1 ms. The bar chart above shows every period we have measured.
The registry lists HitKeep 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 HitKeep?
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 HitKeep need an API key?
No. HitKeep completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
Is HitKeep open source?
Yes — it is published under the MIT licence, written in Go, 89 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.