mention_pulse
ActiveTool of com.dropwatchhq/social-pulse
Mention COUNT + VELOCITY + SENTIMENT for a term, ticker ($AAPL), brand, or product across Reddit + Hacker News over a time window. Returns total mentions, day-by-day buckets, a velocity (rising/falling) signal, lexical sentiment breakdown, and the top posts. Use for brand-watch, ticker-buzz, product-launch tracking, or trend-confirmation. Live data.
Parameters schema
{
"type": "object",
"required": [
"term"
],
"properties": {
"days": {
"type": "number",
"description": "Look-back window in days (default 7, max ~30)."
},
"term": {
"type": "string",
"description": "The term/ticker/brand/product to track, e.g. 'Claude', '$NVDA', 'Notion'."
},
"subreddit": {
"type": "string",
"description": "Optional: restrict the Reddit side to one subreddit."
}
}
}Parent server
com.dropwatchhq/social-pulse
1/7 registries