Skip to main content
Glama
WilliamQAQ0v0

hot-content-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOT_CONTENT_API_IDYesYour API ID from API盒子
HOT_CONTENT_API_KEYYesYour 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
当前百度热搜榜实时的百度热搜榜数据
百度热搜榜TOP5排名前5的热搜数据
当前B站热门视频实时的B站热门视频数据
B站热门视频TOP5排名前5的B站热门视频

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues