@wopal/mcp-server-hotnews

get_hot_news

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" }

You must be authenticated.

Other Tools