← Registry

Data Collection

hotflashnews.com

提供多平台实时热搜和历史热搜查询功能。

1 endpoint6 known toolsFirst detected May 11, 2026Last detected August 26, 2026

ENDPOINT 1

https://hotflashnews.com/mcp

No auth detected

MCP server metadata

Name
HotFlashNews
Version
1.26.0
Capabilities
experimentalpromptsresourcestools
Server instructions

你正在使用 HotFlashNews 全网热搜聚合工具。 可用工具: - get_trending: 获取全网实时热搜 (可按平台筛选, 支持 weibo/baidu/zhihu/douyin/bilibili/gelonghui/jin10 等19个平台) - get_voice_briefing: 获取适合小智语音播报的最新快讯短稿 - get_realtime_voice_updates: 按 event_id 获取适合小智连续播报的新增快讯 - search_trending: 在热搜中搜索关键词 - list_platforms: 查看所有支持的平台 - get_archive: 获取历史某天的热搜归档 数据约每 3-5 分钟自动更新, 覆盖微博、百度、知乎、抖音、B站、头条、格隆汇、金十数据等19个中文平台。 语音设备优先使用 get_voice_briefing 或 get_realtime_voice_updates,只朗读返回结果中的 speak_text。

Known tools 6

get_trending

获取全网实时热搜榜单。 Args: platform: 平台 ID (weibo/baidu/zhihu/douyin/bilibili/toutiao/36kr/ithome/thepaper/tieba/cls),不传则返回所有平台 limit: 每个平台返回条数 (默认20, 最大50) Returns: 纯文本格式的热搜列表

Inferred read-only
get_voice_briefing

获取适合小智 AI 语音终端直接朗读的最新快讯短稿。 当用户说“播报快讯”“播报热搜”“现在有什么热点”时优先使用本工具。 返回 JSON,其中 speak_text 是应该朗读给用户的内容;不要朗读 latest_event_id。 Args: platform: 平台 ID,可选。例如 weibo/baidu/zhihu/douyin/36kr/jin10;不传则跨平台选取重点快讯 limit: 播报条数,默认 5,最大 8。为避免小智超时和 1024 字节限制,不要请求过多 Returns: 包含 speak_text、item_count、latest_event_id 的 JSON

Inferred read-only
get_realtime_voice_updates

获取指定 event_id 之后的新增快讯,适合小智 AI 定时轮询后连续播报。 当用户问“有没有新快讯”“继续播报新消息”时使用本工具。 调用方应保存返回的 latest_event_id,下次作为 after_event_id 传入,避免重复播报。 返回 JSON,其中 speak_text 是应该朗读给用户的内容;不要朗读 latest_event_id。 Args: after_event_id: 上次返回的 latest_event_id;第一次调用可传 0 limit: 最多播报条数,默认 5,最大 8 platform: 平台 ID,可选;指定后只播该平台新增快讯 Returns: 包含 speak_text、latest_event_id、has_more 的 JSON

Inferred read-only
search_trending

在热搜中搜索包含关键词的新闻。 Args: keyword: 搜索关键词 platform: 平台 ID (可选, 只在指定平台搜索) Returns: 匹配的热搜列表

Inferred read-only
list_platforms

列出所有支持查询的热搜平台。 Returns: 平台列表 (ID + 中文名)

Inferred read-only
get_archive

获取历史某天的热搜归档。 Args: date: 日期 (YYYY-MM-DD 格式) platform: 平台 ID (可选) limit: 每个平台返回条数 (默认30) Returns: 该日期的热搜汇总

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hotflashnews]
url = "https://hotflashnews.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hotflashnews": {
      "type": "http",
      "url": "https://hotflashnews.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hotflashnews
Remote MCP URL: https://hotflashnews.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hotflashnews": {
      "url": "https://hotflashnews.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hotflashnews": {
      "type": "http",
      "url": "https://hotflashnews.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hotflashnews",
  "transport": "streamable-http",
  "url": "https://hotflashnews.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hotflashnews.com was fetched 2026-08-03T18:49:54.468Z and is being refreshed.

Trust status Trusted

hotflashnews.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.