Social Signal — post-VOLUME TIME SERIES across the open social networks that
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
claude mcp add mcp-social-signal -- npx -y @pipeworx/mcp-social-signal{
"mcpServers": {
"mcp-social-signal": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-social-signal"]
}
}
}MCP Servers overview
# @pipeworx/social-signal
How much a topic is being discussed across social networks, and how active an account is. Keyless.
Part of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 1679+ live data sources.
## Tools
- `social_topic_volume(...)` — post counts for a topic over time, bucketed, across Bluesky, Mastodon, Reddit and Hacker News.
- `social_account_activity(...)` — posting cadence and engagement for one account on Bluesky or Mastodon.
## Auth
None.
## Coverage — a directional proxy, not total social volume
Covers **Bluesky, Mastodon, Reddit and Hacker News**. **X/Twitter is excluded** — its API is paid — so results measure a partial slice of social media. Every tool description says this, because "social volume" that silently omits the largest network invites a wrong conclusion about a trend.
A network that cannot be reached returns `null` for its buckets rather than `0`. That distinction matters: a measured zero and an unobserved gap are different facts, and Mastodon in particular is often unreachable from Cloudflare egress.
### Per-network quirks handled in-pack
- **Reddit** — `search.rss` prepends subreddit entries (`t5_` ids dated 2010) which faked a 16-year coverage floor; only `t3_`/`t1_` ids are counted.
- **Hacker News** — Algolia caps pagination at 1,000 and returns `nbHits: 0` past it, so the pack keeps the maximum `nbHits` seen rather than the last.
- **Bluesky** — burst-throttles at roughly 10 requests refilling ~1/s, so buckets are swept newest-first under a 12-request budget and any gap lands at the far edge of the window.
## Data sources
- Bluesky: `https://public.api.bsky.app`
- Mastodon: `https://mastodon.social/api/v2/search`
- Reddit: `https://www.reddit.com/search.rss`
- Hacker News: `https://hn.algolia.com/api/v1/search`
## Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
```json
{
"mcpServers": {
"social-signal": {
"url": "https://gateway.pipeworx.io/social-signal/mcp"
}
}
}
```
### What this endpoint actually serves
`tools/list` at `https://gateway.pipeworx.io/social-signal/mcp` returns the tools in the table
above **plus the shared Pipeworx meta-tools** — `ask_pipeworx`,
`discover_tools`, `search_within`, `remember`/`recall` and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's `initialize` response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
`ask_pipeworx`, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed
directly, instead of just this one's:
```json
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
```
Both URLs reach the same gateway and the same 1679+ data sources. The
only difference is which pack's tools are listed **directly**; `ask_pipeworx`
reaches all of them from either one.
## No MCP client? Call it over HTTP
```bash
curl -X POST https://gateway.pipeworx.io/v1/tools/social_topic_volume \
-H 'Content-Type: application/json' \
-d '{"topic":"artificial intelligence","days":7}'
```
No account needed for the first calls. Inspect any tool: `GET https://gateway.pipeworx.io/v1/tools/social_topic_volume`. Find one: `POST https://gateway.pipeworx.io/v1/tools/search_packs` with `{"query":"..."}`.
## Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no
gateway round-trip:
```json
{
"mcpServers": {
"social-signal": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-social-signal"]
}
}
}
```
Or run it directly to confirm it starts:
```bash
npx -y @pipeworx/mcp-social-signal
```
It speaks MCP over stdin/stdout and answers `initialize`/`tools/list`/`tools/call`
for **only** this pack's tools — none of the shared meta-tools the gateway
connection above adds. Same source, same tools, no ask_pipeworx routing.
## Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English —
this works on the pack endpoint above as well as on the full gateway:
```
ask_pipeworx({ question: "your question about Social Signal data" })
```
The gateway picks the right tool and fills the arguments automatically.
## More
- [Docs and guides](https://pipeworx.io/docs)
- [pipeworx.io](https://pipeworx.io)
## License
MIT
What people ask about mcp-social-signal
What is pipeworx-io/mcp-social-signal?
+
pipeworx-io/mcp-social-signal is mcp servers for the Claude AI ecosystem. Social Signal — post-VOLUME TIME SERIES across the open social networks that It has 1 GitHub stars and its last recorded update is dated 2026-09-25.
How do I install mcp-social-signal?
+
You can install mcp-social-signal by cloning the repository (https://github.com/pipeworx-io/mcp-social-signal) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is pipeworx-io/mcp-social-signal safe to use?
+
Our security agent has analyzed pipeworx-io/mcp-social-signal and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains pipeworx-io/mcp-social-signal?
+
pipeworx-io/mcp-social-signal is maintained by pipeworx-io. The last recorded GitHub activity is dated 2026-09-25, with 0 open issues.
Are there alternatives to mcp-social-signal?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-social-signal to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/pipeworx-io-mcp-social-signal)<a href="https://claudewave.com/repo/pipeworx-io-mcp-social-signal"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-social-signal" alt="Featured on ClaudeWave: pipeworx-io/mcp-social-signal" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.