Skip to main content
Glama

@wopal/mcp-server-hotnews

Official
by wopal-cn

get_hot_news

Fetch trending lists from Chinese platforms like Zhihu, Weibo, and Bilibili to stay updated on popular topics and discussions in real time.

Instructions

Get hot trending lists from various platforms

Input Schema

NameRequiredDescriptionDefault
sourcesYesAvailable HotNews sources (ID: Platform): {ID: 1, Platform: "Zhihu Hot List (知乎热榜)"}, {ID: 2, Platform: "36Kr Hot List (36氪热榜)"}, {ID: 3, Platform: "Baidu Hot Discussion (百度热点)"}, {ID: 4, Platform: "Bilibili Hot List (B站热榜)"}, {ID: 5, Platform: "Weibo Hot Search (微博热搜)"}, {ID: 6, Platform: "Douyin Hot List (抖音热点)"}, {ID: 7, Platform: "Hupu Hot List (虎扑热榜)"}, {ID: 8, Platform: "Douban Hot List (豆瓣热榜)"}, {ID: 9, Platform: "IT News (IT新闻)"} Example usage: - [3]: Get Baidu Hot Discussion only - [1,3,7]: Get hot lists from zhihuHot, Baidu, and huPu - [1,2,3,4]: Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili

Input Schema (JSON Schema)

{ "properties": { "sources": { "description": "Available HotNews sources (ID: Platform):\n\n{ID: 1, Platform: \"Zhihu Hot List (知乎热榜)\"},\n{ID: 2, Platform: \"36Kr Hot List (36氪热榜)\"},\n{ID: 3, Platform: \"Baidu Hot Discussion (百度热点)\"},\n{ID: 4, Platform: \"Bilibili Hot List (B站热榜)\"},\n{ID: 5, Platform: \"Weibo Hot Search (微博热搜)\"},\n{ID: 6, Platform: \"Douyin Hot List (抖音热点)\"},\n{ID: 7, Platform: \"Hupu Hot List (虎扑热榜)\"},\n{ID: 8, Platform: \"Douban Hot List (豆瓣热榜)\"},\n{ID: 9, Platform: \"IT News (IT新闻)\"}\n\nExample usage:\n- [3]: Get Baidu Hot Discussion only\n- [1,3,7]: Get hot lists from zhihuHot, Baidu, and huPu\n- [1,2,3,4]: Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili", "items": { "maximum": 9, "minimum": 1, "type": "number" }, "type": "array" } }, "required": [ "sources" ], "type": "object" }

Other Tools from @wopal/mcp-server-hotnews

Related Tools

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