Hot Topic icon

Hot Topic

CreatedMrNiebit

Fetches trending topics from various online platforms using the Model Context Protocol (MCP).

About

This server-side tool implements the Model Context Protocol (MCP) to retrieve trending topics from various online platforms. It currently supports fetching hot topics from Sina Weibo and Zhihu. The project structure is designed to be easily extensible, allowing developers to add support for new platforms by inheriting from the `HotTopicBase` class and implementing the `get_hot_topics` method. The platform name is registered using the `@register_hot_topic` decorator.

Key Features

  • Fetches trending topics from Sina Weibo
  • 1 GitHub stars
  • Fetches trending topics from Zhihu
  • Extensible architecture for adding new platforms
  • Implements Model Context Protocol (MCP)

Use Cases

  • Integrating trending topics into applications
  • Analyzing trending topics across multiple platforms
  • Building a centralized hot topic aggregator
Craft Better Prompts with AnyPrompt