Labsco
wopal-cn logo

HotNews MCP Server

โ˜… 199

from wopal-cn

Provides real-time hot trending topics from major Chinese social platforms and news sites.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeNeeds API keys

HotNews MCP Server

A Model Context Protocol (MCP) server that provides real-time hot trending topics from major Chinese social platforms and news sites.

Features

  • Real-time hot topics from 9 major Chinese platforms
  • MCP protocol compatible
  • Easy integration with AI models
  • Markdown formatted output with clickable links
  • Heat index support (where available)

Supported Platforms

  1. Zhihu Hot List (็ŸฅไนŽ็ƒญๆฆœ)
  2. 36Kr Hot List (36ๆฐช็ƒญๆฆœ)
  3. Baidu Hot Discussion (็™พๅบฆ็ƒญ็‚น)
  4. Bilibili Hot List (B็ซ™็ƒญๆฆœ)
  5. Weibo Hot Search (ๅพฎๅš็ƒญๆœ)
  6. Douyin Hot List (ๆŠ–้Ÿณ็ƒญ็‚น)
  7. Hupu Hot List (่™Žๆ‰‘็ƒญๆฆœ)
  8. Douban Hot List (่ฑ†็“ฃ็ƒญๆฆœ)
  9. IT News (ITๆ–ฐ้—ป)

API Source, This project uses the api.vvhan.com service for fetching hot topics data.

Available Tools

  • get_hot_news
    • sources - Required arguments: Platform ID list
  • Example usage:
    • get_hot_news([3]) : Get Baidu Hot Discussion only
    • get_hot_news([1,3,7]) : Get hot lists from zhihuHot, Baidu, and huPu
    • get_hot_news([1,2,3,4]) : Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili`

Development

Copy & paste โ€” that's it
# Install dependencies
npm install

# Watch mode
npm run watch

# Build
npm run build

# Test URLs
npm run test:urls

Docker build:

Copy & paste โ€” that's it
docker build -t wopal/mcp-server-hotnews:latest -f Dockerfile .

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.