# Pulse CN MCP Server

Access real-time trending content from the Chinese internet. Connect your AI models to the latest data from popular social media platforms and news sites. Stay updated with what's trending in China e…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wangtsiao/pulse-cn-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list wangtsiao/pulse-cn-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wangtsiao/pulse-cn-mcp get-weibo-hotspots

# Call a tool
npx -y @smithery/cli@latest tool call wangtsiao/pulse-cn-mcp get-weibo-hotspots '{}'
```

## Tools (18)

- `get-weibo-hotspots` — 获取微博最新热搜榜单，返回包含排名、话题标题和热度值的实时数据。数据来源于微博官方，通过API实时获取。
- `get-realtime-horoscope` — 获取今日、明日、本周、本月十二星座运势星座运势，返回包含运势内容的实时数据。通过API实时获取。
- `get-inspirational-english-sentence` — 获取每日一句励志英语句子，返回包含句子实时数据。通过API实时获取。
- `internet-hotspots-aggregator` — 获取互联网热点聚合数据，返回包含热点内容的实时数据，包含微博热搜、今日头条、知乎日报、虎扑步行街、36氪、哔哩哔哩热榜，知乎、IT资讯、虎嗅网、人人都是产品经理热榜百度、抖音热点豆瓣小组精选。通过API实时获取。
- `today-headlines-hotspots` — 获取今日头条热点热搜，返回包含热点内容的实时数据。通过API实时获取。
- `the-paper-news-hotspots` — 获取澎湃新闻热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `hupu-pedestrian-street-hotspots` — 获取虎扑步行街实时热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `zhihu-realtime-hotspots` — 获取知乎实时热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `zhihu-daily-hotspots` — 获取知乎日报每日热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `36-krypton-24-hour-hotspots` — 获取36氪24小时热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `bilibili-daily-hotspots` — 获取哔哩哔哩全站日榜单，返回包含热点内容的实时数据。通过API实时获取。
- `baidu-hotspots` — 获取百度热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `douyin-hotspots` — 获取抖音热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `douban-group-hotspots` — 获取豆瓣小组精选热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `huxiu-hotspots` — 获取虎嗅网热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `product-manager-hotspots` — 获取人人都是产品经理热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `in-information-hotspots` — 获取IT资讯热搜榜单，返回包含热点内容的实时数据。通过API实时获取。
- `insect-hotspots` — 获取虫族部落热搜榜单，返回包含热点内容的实时数据。通过API实时获取。

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wangtsiao/pulse-cn-mcp <tool-name>
```

---

Source: https://github.com/wangtsiao/pulse-cn-mcp
