HomeMarketing & E-Commerce › HitKeep

HitKeep

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

Go CloudLocal Remote
★ 89 stars Last pushed 2026-09-19 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{hitkeep_host}/mcp

Claude Code:

claude mcp add --transport http hitkeep https://{hitkeep_host}/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "hitkeep": {
      "url": "https://{hitkeep_host}/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token from a scoped HitKeep personal or team API client.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry