Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Jing7ao/aihot-mcp

NPM · AIHOT-MCP · SCANNED AUG 3

AI HOT 资讯 MCP Server - 让 Claude Code 直接获取 AI 行业日报和动态

Available components

+45 this week 63 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 71 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 347 tokens (~86/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · aihot-mcp

# add to Claude Code
claude mcp add jing7ao-aihot-mcp -- npx -y aihot-mcp
# add to Codex CLI
codex mcp add jing7ao-aihot-mcp -- npx -y aihot-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jing7ao-aihot-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "aihot-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jing7ao-aihot-mcp --command npx --arg -y --arg aihot-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jing7ao-aihot-mcp:
    command: "npx"
    args: ["-y", "aihot-mcp"]
// mcp.json
{
  "mcpServers": {
    "jing7ao-aihot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aihot-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +54
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • MCP protocol: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 1 Aug 26 −29
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −35
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +33
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → good functional
  • 29 Jul 26 −1
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~347 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_ai_daily ~65

获取 AI HOT 日报(AI 行业每日精选)。默认返回最新一期,可指定日期。日报按模型/产品/行业/论文/技巧五个版块组织。

NameTypeReqDescription
datestring指定日期 YYYY-MM-DD,不填则返回最新日报

No output schema declared.

No examples provided.

list_ai_dailies ~53

列出 AI HOT 日报归档(最近 N 期日报的日期和头条标题),用于浏览历史日报。

NameTypeReqDescription
takenumber返回最近多少期日报(1-60)

No output schema declared.

No examples provided.

search_ai_news ~196

搜索 AI 行业动态。支持按分类、时间范围、关键词筛选。默认返回精选条目,可切换全部条目。适合查特定主题(如 OpenAI/Anthropic)、特定领域(AI论文/模型发布)的最新动态。

NameTypeReqDescription
categorystring分类筛选: ai-models(模型), ai-products(产品), industry(行业), paper(论文), tip(技巧)
modestringselected=精选(默认), all=全部条目
qstring关键词搜索(在标题和摘要中匹配),如 OpenAI、视频生成、RAG
sincestring起始时间 ISO 8601 格式,如 2026-05-20T00:00:00Z,不填默认最近7天
takenumber返回条数(1-50)

No output schema declared.

No examples provided.

verify_license ~33

查询当前 AI HOT MCP 的 License 激活状态。Free tier 每天 50 条搜索查询,Pro 无限使用。

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.