← dropwatchhq.com

INDIVIDUAL MCP TOOL

whats_being_said

Top recent posts and the dominant discussion THEMES for a query across Reddit + Hacker News.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://social.dropwatchhq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for whats_being_said and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dropwatchhq.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.social-pulse]
url = "https://social.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "social-pulse": {
      "type": "http",
      "url": "https://social.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: social-pulse
Remote MCP URL: https://social.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "social-pulse": {
      "url": "https://social.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "social-pulse": {
      "type": "http",
      "url": "https://social.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "social-pulse",
  "transport": "streamable-http",
  "url": "https://social.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • trending_topics — What is SURGING on Reddit + Hacker News right now.
  • mention_pulse — Mention COUNT + VELOCITY + SENTIMENT for a term, ticker ($AAPL), brand, or product across Reddit + Hacker News over a time window.
  • emerging_terms — Newly FIRST-APPEARING terms from our rolling novelty ledger (Reddit/HN newest posts + the 24/7 idea_intel loop).