| name | trendradar |
| description | Monitor trending news, analyze topics, aggregate cross-platform content, and send notifications via CLI. Use when user needs to get latest news, search trends, analyze sentiment, compare periods, or generate reports. |
| source_version | 1.16.0 |
| source_cli_hash | e137b324 |
| generated_at | 2026-04-06T08:19:01.222788+00:00 |
trendradar (via mcp2cli)
Monitor trending news and analyze cross-platform content via CLI.
Shortcuts
No shortcuts configured. Use full form: mcp2cli trendradar <group> <cmd>
Commands
News
| Command | Description | Example | Ref |
|---|
mcp2cli trendradar news get | Get latest crawled news | mcp2cli trendradar news get --platforms zhihu weibo --limit 50 | ref |
mcp2cli trendradar news search | Search news (keyword/fuzzy/entity) | mcp2cli trendradar news search --query 'AI'
mcp2cli trendradar news search --query '特斯拉' --include-rss true | ref |
mcp2cli trendradar news by-date | Get news by date range | mcp2cli trendradar news by-date --date-range '{"start":"2025-01-01","end":"2025-01-07"}' | ref |
mcp2cli trendradar news find-related | Find related news by title | mcp2cli trendradar news find-related --reference-title '特斯拉降价' | ref |
mcp2cli trendradar news aggregate | Cross-platform dedup aggregation | | ref |
mcp2cli trendradar trending list | List trending topics by frequency | mcp2cli trendradar trending list --top-n 20 --extract-mode auto_extract | ref |
Analyze
| Command | Description | Example | Ref |
|---|
mcp2cli trendradar analyze trend | Analyze topic trend/lifecycle/viral | mcp2cli trendradar analyze trend --topic 'AI' --analysis-type trend
mcp2cli trendradar analyze trend --topic '特斯拉' --analysis-type lifecycle | ref |
mcp2cli trendradar analyze sentiment | Analyze sentiment and heat trends | mcp2cli trendradar analyze sentiment --topic 'AI' | ref |
mcp2cli trendradar analyze insights | Data insights across platforms | mcp2cli trendradar analyze insights --insight-type platform_compare --topic '人工智能' | ref |
mcp2cli trendradar analyze compare | Compare two time periods | mcp2cli trendradar analyze compare --period1 last_week --period2 this_week | ref |
Report & Article
| Command | Description | Example | Ref |
|---|
mcp2cli trendradar report generate | Generate daily/weekly summary report | mcp2cli trendradar report generate --report-type daily | ref |
mcp2cli trendradar article read | Read article URL as Markdown | mcp2cli trendradar article read --url 'https://example.com/news/123' | ref |
mcp2cli trendradar article batch-read | Batch read multiple article URLs | | ref |
RSS
| Command | Description | Example | Ref |
|---|
mcp2cli trendradar rss list | Get latest RSS subscription data | mcp2cli trendradar rss list --days 7 --feeds hacker-news 36kr | ref |
mcp2cli trendradar rss search | Search RSS by keyword | mcp2cli trendradar rss search --keyword 'machine learning' --days 14 | ref |
Notification & Utils
| Command | Description | Example | Ref |
|---|
mcp2cli trendradar notification send | Send to configured channels | mcp2cli trendradar notification send --message '**测试**' --channels feishu dingtalk | ref |
mcp2cli trendradar date resolve | Resolve natural language date expression | mcp2cli trendradar date resolve --expression '本周' | ref |
mcp2cli trendradar system status | Get system health status | | ref |
mcp2cli trendradar storage sync | Sync data from remote storage | mcp2cli trendradar storage sync --days 30 | ref |
Discover Parameters
Append --help to any command for full parameter list:
mcp2cli trendradar news search --help
Note: Use Ref links above to view detailed parameters and examples.
User Notes
MUST READ users/skill.md for custom workflows and tips.
Config: MCP server settings live in ~/.agents/mcp2cli/servers.yaml - edit there to take effect.