hot-news-radar (LeilaoMi/hot-news-radar) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 27 tools. No publisher has claimed this listing.

C
Emerging
74/100

hot-news-radar

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

LeilaoMi

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: GITHUB_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 4 credentials: S3_SECRET_ACCESS_KEY, GITHUB_TOKEN, AI_API_KEY, TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes27 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

resolve_date_range

【推荐优先调用】将自然语言日期表达式解析为标准日期范围

get_latest_news

获取最新一批爬取的新闻数据,快速了解当前热点

get_trending_topics

获取热点话题统计

get_latest_rss

获取最新的 RSS 订阅数据(支持多日查询)

search_rss

搜索 RSS 数据

get_rss_feeds_status

获取 RSS 源状态信息

get_news_by_date

获取指定日期的新闻数据,用于历史数据分析和对比

analyze_topic_trend

统一话题趋势分析工具 - 整合多种趋势分析模式

analyze_data_insights

统一数据洞察分析工具 - 整合多种数据分析模式

analyze_sentiment

分析新闻的情感倾向和热度趋势

find_related_news

查找与指定新闻标题相关的其他新闻(支持当天和历史数据)

generate_summary_report

每日/每周摘要生成器 - 自动生成热点摘要报告

aggregate_news

跨平台新闻聚合 - 对相似新闻进行去重合并

compare_periods

时期对比分析 - 比较两个时间段的新闻数据

search_news

统一搜索接口,支持多种搜索模式,可同时搜索热榜和RSS

get_current_config

获取当前系统配置

get_system_status

获取系统运行状态和健康检查信息

check_version

检查版本更新(同时检查 TrendRadar 和 MCP Server)

trigger_crawl

手动触发一次爬取任务(可选持久化)

sync_from_remote

从远程存储拉取数据到本地

get_storage_status

获取存储配置和状态

list_available_dates

列出本地/远程可用的日期范围

read_article

读取指定 URL 的文章内容,返回 LLM 友好的 Markdown 格式

read_articles_batch

批量读取多篇文章内容(最多 5 篇,间隔 5 秒)

get_channel_format_guide

获取通知渠道的格式化策略指南

get_notification_channels

获取所有已配置的通知渠道及其状态

send_notification

向已配置的通知渠道发送消息

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configGITHUB_ACTIONS
configSTORAGE_RETENTION_DAYS
configDOCKER_CONTAINER
configS3_ENDPOINT_URL
configS3_BUCKET_NAME
configS3_ACCESS_KEY_ID
🔐 secretS3_SECRET_ACCESS_KEY
configS3_REGION
configPLATFORMS_API_URL
configWEBSERVER_PORT
configCRON_SCHEDULE
configRUN_MODE
configIMMEDIATE_RUN
configDAILY_MAX_AGE
configSITE_TZ
configKEEP_FULL_DAYS分层保留策略(scripts/retention.py,默认 =90):
configGITHUB_REPOSITORY
🔐 secretGITHUB_TOKEN
configREPORTS_BRANCH
configSYNC_MIN_FILES
configAI_CACHE_ENABLED设环境变量 =false 关闭;AI_CACHE_DB 可自定义缓存路径(Docker 常驻部署请把该文件挂进持久卷)。
configAI_CACHE_DB设环境变量 AI_CACHE_ENABLED=false 关闭; 可自定义缓存路径(Docker 常驻部署请把该文件挂进持久卷)。
🔐 secretAI_API_KEYKey 配置:仓库 Secrets 的 ([bigmodel.cn 免费注册](https://open.bigmodel.cn))
configCONFIG_PATH
configFEISHU_WEBHOOK_URL飞书群机器人 webhook
configDINGTALK_WEBHOOK_URL
configWEWORK_WEBHOOK_URL
🔐 secretTELEGRAM_BOT_TOKENTelegram 推送
configEMAIL_FROM邮件推送
configNTFY_SERVER_URL
configBARK_URLiOS / Android 免 App 推送
configSLACK_WEBHOOK_URL
configGENERIC_WEBHOOK_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

27/27 tools missing one or more hints — resolve_date_range (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_latest_news (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_trending_topics (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +24 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 0/27 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/leilaomi/hot-news-radar)](https://m8ven.ai/mcp/leilaomi/hot-news-radar)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 096aaa8804118894e2a7c7ec29a3bf4bb0ec1774
code hash: 39b27f17d1e67f69b39c90d28fbbff9d798c6a5c6d43b3ad55e12a9bb0480de4
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client