Pulls daily AI industry news and searchable updates from aihot.virxact.com directly into Claude. You get three main tools: get_ai_daily for fetching the latest or a specific date's report, search_ai_news for filtering by category, keyword, or timeframe, and list_ai_dailies for browsing the archive. Daily reports are organized into five sections covering model releases, product launches, industry news, research papers, and commentary from major players like OpenAI, Anthropic, and Google. Free tier gives you 50 search queries per day with no API key required. Reach for this when you need a quick pulse check on what happened in AI or want to track developments around specific companies or topics without leaving your editor.
让 Claude Code 直接获取 AI 行业日报和最新动态,数据来自 aihot.virxact.com。
无需 API Key,开箱即用。
npm install -g aihot-mcp
编辑 ~/.claude/mcp.json:
{
"mcpServers": {
"aihot": {
"command": "node",
"args": ["aihot-mcp"]
}
}
}
在 Claude Code 中直接问:
| 等级 | 价格 | 搜索查询 |
|---|---|---|
| Free | 免费 | 50 次/天 |
| Pro | ¥70/年 | 无限查询 + 历史日报 |
| 工具 | 说明 |
|---|---|
get_ai_daily | 获取 AI HOT 日报(最新一期或指定日期) |
search_ai_news | 搜索 AI 动态,支持分类/关键词/时间范围 |
list_ai_dailies | 浏览日报归档列表 |
verify_license | 查看 License 激活状态 |
日报按五个版块组织:模型发布、产品发布、行业动态、论文研究、技巧与观点。覆盖 OpenAI、Anthropic、Google、Meta 等主要 AI 公司和全球 AI 资讯源。
Free tier 每天 50 次搜索查询。购买 Pro 后获得 License Key,配置到 LICENSE_KEY 环境变量即可无限使用。
YOUR_API_KEY*secretYour API key for the service