hot-content-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOT_CONTENT_API_ID | Yes | Your API ID from API盒子 | |
| HOT_CONTENT_API_KEY | Yes | Your API key from API盒子 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_baidu_hot_searchC | 获取百度热搜榜数据 |
| search_baidu_hot_searchC | 搜索包含特定关键词的百度热搜 |
| clear_baidu_cacheB | 清除百度热搜数据缓存 |
| get_bilibili_hotB | 获取B站热门视频数据 |
| search_bilibili_videosA | 搜索B站视频(根据标题或UP主名称) |
| clear_bilibili_cacheB | 清除B站视频数据缓存 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 当前百度热搜榜 | 实时的百度热搜榜数据 |
| 百度热搜榜TOP5 | 排名前5的热搜数据 |
| 当前B站热门视频 | 实时的B站热门视频数据 |
| B站热门视频TOP5 | 排名前5的B站热门视频 |
TDQS
Scored across 6 tools
Each tool has a clear, distinct purpose: fetching hot content, searching within it, and clearing cache for each platform (Baidu and Bilibili). No overlap or ambiguity between tools.
Tool names follow a consistent verb_platform_object pattern (get/search/clear). Minor inconsistency: Baidu uses 'hot_search' while Bilibili uses 'hot' and 'videos', but this is understandable and does not cause confusion.
Six tools is well-scoped for a hot-content aggregation server covering two platforms. Each tool has a specific purpose and the count feels appropriate, not excessive or thin.
The server covers the essential operations for a hot content service: retrieving hot items, searching, and cache management for both Baidu and Bilibili. There are no obvious missing features for the stated purpose.