← hotflashnews.com

INDIVIDUAL MCP TOOL

get_archive

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

hotflashnews.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

hotflashnews.com

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-com]
url = "https://hotflashnews.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: hotflashnews-com
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-com": {
      "url": "https://hotflashnews.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_trending — 获取全网实时热搜榜单。 Args: platform: 平台 ID (weibo/baidu/zhihu/douyin/bilibili/toutiao/36kr/ithome/thepaper/tieba/cls),不传则返回所有平台 limit: 每个平台返回条数 (默认20, 最大50) Returns: 纯文本格式的热搜列表
  • search_trending — 在热搜中搜索包含关键词的新闻。 Args: keyword: 搜索关键词 platform: 平台 ID (可选, 只在指定平台搜索) Returns: 匹配的热搜列表
  • list_platforms — 列出所有支持查询的热搜平台。 Returns: 平台列表 (ID + 中文名)