HotMentionHotMention

MCP Server

Connect Claude Code, Claude Desktop, Cursor, or any MCP-compatible client directly to HotMention. Your agent can search mentions, manage keywords, and check usage — all from your editor. Available on all plans, including Free.

Endpoint

Stateless streamable HTTP (JSON-RPC 2.0). No session or SSE stream required.

https://hotmention.com/api/mcp

Authenticate with a Bearer token, generated in Settings → API.

Authorization: Bearer hm_your_key

Claude Code

Add the server with a single command:

claude mcp add --transport http hotmention https://hotmention.com/api/mcp \
  --header "Authorization: Bearer hm_your_key"

Cursor / Claude Desktop

Add this to your MCP servers config (e.g. mcp.json or claude_desktop_config.json):

{
  "mcpServers": {
    "hotmention": {
      "url": "https://hotmention.com/api/mcp",
      "headers": { "Authorization": "Bearer hm_your_key" }
    }
  }
}

Available Tools

ToolDescriptionArgs
search_mentionsSearch scored mentions/leads for the active HotMention project. Returns posts with AI intent scores, verdicts, and draft replies.keywords, platform, score_min, since, limit
list_keywordsList tracked keywords for the active project with active/auto-discovered flags.
add_keywordAdd a keyword to track in the active project. Respects the plan's keyword limit.term
get_usageGet the account's plan, lead usage for the current billing period, and limits.

Try it

Ask your agent: “find hot mentions from the last 24 hours and summarize which are worth replying to”

Questions? Contact support@hotmention.com