whatshot-mcp
Related Servers
Alternatives to whatshot-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceMCP server for fetching daily hot lists from 30+ sources with built-in caching and batch requests.55 npm1-
- AlicenseAqualityBmaintenanceMCP server for internet access across Western and Indian platforms, enabling reading, searching, and hot content retrieval from stocks, news, hackernews, YouTube, GitHub, and more.6MIT
- AlicenseNot gradedqualityDmaintenanceA Python-based MCP server that aggregates real-time trending topics and news from over 30 sources including social media, technology, and finance platforms. It enables AI applications to retrieve the latest hot searches and news from major services like Weibo, Baidu, and IT Home through a unified interface.31MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides access to the Biztoc API for retrieving latest business news, trending topic clusters, and source-specific stories. It enables users to search the news index from the last 14 days and track real-time news wires.5MIT
- FlicenseBqualityFmaintenanceA read-only MCP server that provides access to financial news, Wall Street Bets sentiment analysis, and detailed options data from sellthenews.org. It enables LLMs to retrieve real-time news feeds, search historical data, and analyze options chains or Greek exposure for specific tickers.5-
- AlicenseNot gradedqualityDmaintenanceA modern multi-platform hot news aggregation server based on FastMCP that supports real-time hot topics data collection from 13+ major platforms including Zhihu, Weibo, Baidu, and Bilibili.3MIT
TDQS
Scored across 7 tools
Each tool targets a distinct aspect: source schema, current fetch, history query, source listing, history search, trend series, and storage stats. The two history-related tools (query_history and search_history) are clearly separated by their operation styles (pagination vs. text search with evidence).
All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_source_schema, fetch_current, query_history, list_sources). The verbs are semantically appropriate for each action, and there are no camelCase or mixed conventions.
Seven tools is well within the ideal range for a focused server. Each tool addresses a core need in the domain without redundancy or bloat, making the set easy to navigate.
The server covers a comprehensive read-only workflow: discover sources, understand schemas, fetch current data, query/search history, retrieve trends, and monitor storage. The only minor gap is the absence of a tool to explicitly persist new history captures, but this may be handled externally or by design.