Skip to main content
Glama

@wopal/mcp-server-hotnews

Official
by wopal-cn

HotNews MCP サーバー

主要な中国のソーシャル プラットフォームやニュース サイトから、ホットなトレンド トピックをリアルタイムで提供する Model Context Protocol (MCP) サーバーです。

特徴

  • 中国の主要9プラットフォームからリアルタイムのホットトピック
  • MCPプロトコル互換
  • AIモデルとの簡単な統合
  • クリック可能なリンク付きのMarkdown形式の出力
  • 熱指数サポート(利用可能な場合)

サポートされているプラットフォーム

  1. Zhihu Hot List (知乎熱榜)
  2. 36Krホットリスト(36氪熱榜)
  3. Baidu Hot Discussion (百度热点)
  4. Bilibili ホット リスト (B站热トレンド)
  5. Weibo Hot Search (微博热搜)
  6. Douyin ホット リスト (抖音热点)
  7. Hupuホットリスト(虎扑热榜)
  8. Douban Hot List (豆瓣热トレンド)
  9. ITニュース(ITニュース)

API ソース、このプロジェクトでは、ホット トピック データを取得するためにapi.vvhan.comサービスを使用します。

利用可能なツール

  • get_hot_news
    • sources - 必須引数: プラットフォームIDリスト
  • 使用例:
    • get_hot_news([3]) : Baiduのホットディスカッションのみ取得
    • get_hot_news([1,3,7]) : zhihuHot、Baidu、huPuからホットリストを取得します。
    • get_hot_news([1,2,3,4]) : zhihuHot、36Kr、Baidu、Bilibiliからホットリストを取得します。

インストール

NPX

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

ドッカー

( 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ファイルをご覧ください。

Install Server
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. ドッカー
        2. 発達
          1. ライセンス

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A MCP server that aggregates hot trends and rankings from various Chinese websites and platforms including Weibo, Zhihu, Bilibili, and more.
              Last updated -
              870
              135
              TypeScript
            • A
              security
              F
              license
              A
              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 -
              1
              Python
            • A
              security
              F
              license
              A
              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 -
              2
              Python
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that provides AI models with real-time trending content from 18 major Chinese internet platforms, including Weibo, Zhihu, and Bilibili.
              Last updated -
              5
              TypeScript

            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