Skip to main content
ClaudeWave

Real-time trending-topic intelligence MCP server for AI agents — Weibo/Baidu/Zhihu/Google Trends + HN/SE community intel. Zero dependencies.

MCP ServersOfficial Registry0 stars0 forks● PythonMITUpdated today
ClaudeWave Trust Score
95/100
✓ Verified
Passed
  • ✓Open-source license (MIT)
  • ✓Actively maintained (<30d)
  • ✓Clear description
  • ✓Topics declared
  • ✓Documented (README)
Last scanned: 9/26/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · needed.
Claude Code CLI
claude mcp add hot-topics-mcp -- python -m needed.
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hot-topics-mcp": {
      "command": "python",
      "args": ["-m", "needed."]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install needed.
Use cases

MCP Servers overview

# hot-topics-mcp
[![M8ven Trust](https://m8ven.ai/badge/mcp/jayniebingyu-cyber-hot-topics-mcp-14mgob)](https://m8ven.ai/mcp/jayniebingyu-cyber/hot-topics-mcp)

**Real-time trending-topic intelligence for AI agents — China (Weibo/Baidu/Zhihu) + US (Google Trends), plus HackerNews & StackExchange community intel. Zero dependencies, pure Python stdlib.**

Built for content-creation and marketing agents that need to know *what people are actually talking about right now* before they write. Battle-tested in production driving a daily automated content pipeline.

## Tools

| Tool | What it gives the agent |
|---|---|
| `get_trending` | Live hot topics from 4 sources, scored against content tracks (`亲子教育`, `AI工具`, `EN_kids`, `EN_ai`, `all`, `raw`), with a built-in sensitive-topic blacklist (death/disaster/crime/politics) so agents never draft around toxic trends |
| `get_reddit_intel` | High-engagement community threads (HackerNews + StackExchange: Parenting/Workplace/Expatriates) for GEO (Generative Engine Optimization) research — the pain points real users are asking about this week |

## Why this exists

- Chinese trending sources (Weibo/Baidu/Zhihu) are unreachable from many overseas IPs; Google Trends is unreachable from mainland China. Agents running on either side of the firewall are blind to half the internet's conversation.
- This server multi-sources with graceful degradation: any one source failing doesn't break the pipeline.

## Quick start

Requires Python 3.8+. No pip install needed.

### Claude Desktop / WorkBuddy (`mcp.json`)

```json
{
  "mcpServers": {
    "hot-topics": {
      "command": "python",
      "args": ["/absolute/path/to/server.py"]
    }
  }
}
```

Then ask your agent: *"What are today's trending topics in the AI工具 track?"* or *"Get reddit intel for the kids track and draft a post."*

### Example tool calls

```json
{"name": "get_trending", "arguments": {"track": "AI工具"}}
{"name": "get_trending", "arguments": {"track": "EN_ai", "sources": ["google_trends"]}}
{"name": "get_reddit_intel", "arguments": {"track": "poa"}}
```

## Hosted API (no install, works behind any firewall)

Don't want to run it yourself, or your network can't reach these sources? A hosted version runs 24/7 on our Singapore server — one HTTP GET, JSON back:

```
GET http://43.160.199.215/hotapi/v1/hot?track=EN_ai&key=YOUR_KEY
GET http://43.160.199.215/hotapi/v1/reddit?track=poa&key=YOUR_KEY
GET http://43.160.199.215/hotapi/v1/health
```

30-day access key: **$9** → https://niebingyu.gumroad.com/l/hot-topics-api

## Notes

- 10-minute in-memory cache per source; polite to upstreams.
- All sources are public endpoints used for research; respect each platform's terms.
- Protocol: MCP over stdio, JSON-RPC 2.0, protocol version 2024-11-05.

## License

MIT
aiclaudemcp-servermodel-context-protocoltrending-topics

What people ask about hot-topics-mcp

What is jayniebingyu-cyber/hot-topics-mcp?

+

jayniebingyu-cyber/hot-topics-mcp is mcp servers for the Claude AI ecosystem. Real-time trending-topic intelligence MCP server for AI agents — Weibo/Baidu/Zhihu/Google Trends + HN/SE community intel. Zero dependencies. It has 0 GitHub stars and its last recorded update is dated 2026-09-26.

How do I install hot-topics-mcp?

+

You can install hot-topics-mcp by cloning the repository (https://github.com/jayniebingyu-cyber/hot-topics-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is jayniebingyu-cyber/hot-topics-mcp safe to use?

+

Our security agent has analyzed jayniebingyu-cyber/hot-topics-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains jayniebingyu-cyber/hot-topics-mcp?

+

jayniebingyu-cyber/hot-topics-mcp is maintained by jayniebingyu-cyber. The last recorded GitHub activity is dated 2026-09-26, with 0 open issues.

Are there alternatives to hot-topics-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy hot-topics-mcp 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.

Featured on ClaudeWave: jayniebingyu-cyber/hot-topics-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jayniebingyu-cyber-hot-topics-mcp)](https://claudewave.com/repo/jayniebingyu-cyber-hot-topics-mcp)
<a href="https://claudewave.com/repo/jayniebingyu-cyber-hot-topics-mcp"><img src="https://claudewave.com/api/badge/jayniebingyu-cyber-hot-topics-mcp" alt="Featured on ClaudeWave: jayniebingyu-cyber/hot-topics-mcp" width="320" height="64" /></a>

More MCP Servers

hot-topics-mcp alternatives