TrendRadar MCP Server
Related Servers
Alternatives to TrendRadar MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceProvides AI-powered public opinion and trend monitoring with multi-platform aggregation, RSS subscriptions, keyword filtering, translation, sentiment analysis, and trend prediction, all accessible via natural language conversations and able to push alerts to various messaging channels.27GPL 3.0
- AlicenseAqualityCmaintenanceEnables AI assistants to query aggregated multi-platform hot topics and RSS feeds, filter by keywords, and trigger AI-powered translation, analysis, and channel notifications through natural language.27GPL 3.0
- AlicenseAqualityBmaintenanceProvides an AI-powered news aggregation and trend monitoring service, enabling multi-platform hotspot aggregation, RSS subscriptions, keyword filtering, AI translation, analysis briefs, and smart alerts delivered to various channels, all accessible through natural language via MCP.271GPL 3.0
- AlicenseAqualityNot gradedmaintenanceAn AI-powered news and trend aggregator that tracks real-time hot topics and RSS feeds with personalized filtering and summaries. It enables users to monitor global trends and receive automated reports across multiple platforms including WeChat, Telegram, and Slack.27GPL 3.0
- AlicenseAqualityCmaintenanceEnables AI-driven public opinion monitoring and trend analysis with multi-platform aggregation, smart alerts, and natural language interaction via MCP.27GPL 3.0
- AlicenseAqualityDmaintenanceA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through various services like Telegram, WeChat, and Slack.14GPL 3.0
TDQS
Scored across 27 tools
Most tools have distinct targets, but several pairs overlap: search_news with include_rss largely subsumes search_rss, and analyze_sentiment and analyze_topic_trend both analyze topic/date-driven trends. The detailed descriptions help, but an agent must read carefully to avoid selecting the wrong one.
Tool names are uniformly snake_case and mostly follow a verb_object pattern (get_*, search_*, analyze_*, read_*, send_*). Minor deviations like get_news_by_date, sync_from_remote, and read_articles_batch break the strict pattern, but the overall style is predictable and scannable.
At 27 tools, the surface is bloated for the apparent scope. There are five status/config getters, multiple RSS/news retrieval variants, four analyze_* tools, and two article readers; several could be consolidated into mode-driven tools or removed as non-essential for an agent.
The core workflow is well covered: date resolution, news/RSS retrieval and search, trend/sentiment/comparison analysis, article reading, remote sync, and notification sending are all present. The main gaps are administrative capabilities like updating configuration, managing RSS sources, or editing notification channels, but these are secondary to the analysis-focused purpose.