Skip to main content
Glama

@wopal/mcp-server-hotnews

Official
by wopal-cn

HotNews MCP 服务器

模型上下文协议(MCP)服务器,提供来自中国主要社交平台和新闻网站的实时热门趋势话题。

特征

  • 9大中文平台实时热点话题
  • 兼容 MCP 协议
  • 轻松与 AI 模型集成
  • 带有可点击链接的 Markdown 格式输出
  • 热指数支持(如有)

支持的平台

  1. 知乎热榜
  2. 36氪热门榜(36氪热榜)
  3. 百度热点 (百度热点)
  4. 哔哩哔哩热榜 (B站热榜)
  5. 微博热搜 (微博热搜)
  6. 抖音热点榜
  7. 虎扑热榜
  8. 豆瓣热榜 (豆瓣热榜)
  9. IT新闻 (IT新闻)

API 源,本项目使用api.vvhan.com服务来获取热门话题数据。

可用工具

  • get_hot_news
    • sources - 必需参数:平台 ID 列表
  • 使用示例:
    • get_hot_news([3]) :仅获取百度热门讨论
    • get_hot_news([1,3,7]) :获取知乎、百度、虎扑的热门新闻列表
    • get_hot_news([1,2,3,4]) :获取知乎、36氪、百度、哔哩哔哩等热门新闻列表

安装

NPX

{ "mcpServers": { "mcp-server-hotnews": { "command": "npx", "args": [ "-y", "@wopal/mcp-server-hotnews" ] } } }

Docker

(Docker 镜像未上传到 Docker Hub,需要自行构建。)

{ "mcpServers": { "mcp-server-hotnews": { "command": "docker", "args": [ "run", "-i", "--rm", "wopal/mcp-server-hotnews" ] } } }

发展

# Install dependencies npm install # Watch mode npm run watch # Build npm run build # Test URLs npm run test:urls

Docker 构建:

docker build -t wopal/mcp-server-hotnews:latest -f Dockerfile .

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

提供中国各大社交平台和新闻网站的实时热门趋势话题的模型上下文协议服务器。

  1. 特征
    1. 支持的平台
      1. 可用工具
        1. 安装
          1. NPX
          2. Docker
        2. 发展
          1. 执照

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that helps track expenses and calculate reimbursements for social events, making it easy to settle balances between friends.
              Last updated -
              Python
              Apache 2.0
            • -
              security
              -
              license
              -
              quality
              Provides a Model Context Protocol server that enables large language models to query and retrieve real-time weather forecasts for cities and regions across China.
              Last updated -
              Python
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables large language models to access the latest trending news headlines and detailed content across various categories including recommended, domestic, technology, and sports news.
              Last updated -
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides real-time access to Hong Kong's KMB and Long Win Bus route information and arrival times, enabling Language Models to answer user questions about bus routes, stops, and ETAs.
              Last updated -
              3
              Python
              Apache 2.0
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/wopal-cn/mcp-hotnews-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server