Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.mentiondrop/mentiondrop

com.mentiondrop/mentiondrop

AI-triaged brand, competitor and demand mentions from Reddit, Google News and search.

Uptime
100.0%
2 direct probes · 30d
Response
652ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

list_keywords

List every keyword this MentionDrop account monitors, with its id, role (own_brand, competitor, or industry), and active state. Call this first to discover the keyword ids and role names the other too…

create_keyword

Start monitoring a new keyword for this account. Takes an optional role (own_brand, competitor, or industry) and a short context string that sharpens relevance scoring. Enforces the account plan keywo…

update_keyword

Update one existing monitored keyword by id: change its role, context, active state, minimum relevance threshold, excluded content types, or exclusion terms. Use list_keywords to find the id. Pausing …

get_recent_mentions

Return the most recent mentions matched for this account, newest first, each with its AI summary, sentiment, relevance score, and suggested action. Filter by keyword role, specific keyword, source, se…

search_mentions

Find mentions whose title, summary, URL, suggested action, or matched keyword contain every word in the query. Use this to look for a specific topic, product, or phrase rather than a plain time window…

get_competitor_signals

Return recent mentions matched by competitor-role keywords, optionally narrowed to a single competitor name. Use this to see what people are publicly saying about rival products.

get_pain_signals

Return recent industry-role mentions that read as demand or pain signals, meaning they carry a suggested action or score at least 80 for relevance. Use this to find people publicly describing a proble…

get_digest

Return one grouped catch-up brief of recent mentions, split into owned brand mentions, competitor signals, demand signals, and conversations worth replying to. Use this when a single summary is wanted…

get_mention

Fetch one mention by id with its full record: title, AI summary, sentiment, relevance score, suggested action, source, and matched keyword. Only returns mentions owned by this account.

mark_mention_reviewed

Record a review verdict on one mention as relevant or not_relevant. This feedback tunes how future mentions are scored for the account. Re-sending the same verdict is safe.

generate_reply_draft

Generate a draft reply or outreach email for one processed mention. Returns draft text for a human to review and never posts, sends, or publishes anything.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.mentiondrop/mentiondrop": {
      "url": "https://www.mentiondrop.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}