MCP.so
Sign In

项目简介

@umuo

About 项目简介

实现MCP的服务端,获取各大平台的热搜

Overview

What is 项目简介?

A tool that fetches trending topics from multiple platforms using the Model Context Protocol (MCP). It is designed for developers who need to aggregate hot topics programmatically.

How to use 项目简介?

Key features of 项目简介

  • Fetches Sina Weibo hot topics via MCP
  • Fetches Zhihu hot topics via MCP
  • Extensible architecture via HotTopicBase base class
  • Platform registration using @register_hot_topic decorator
  • Built on the Model Context Protocol standard

Use cases of 项目简介

FAQ from 项目简介

What platforms does 项目简介 currently support?

It supports Sina Weibo hot topics and Zhihu hot topics, as listed in the readme.

How can I add a new platform to 项目简介?

Create a new class that inherits HotTopicBase, override the get_hot_topics method, and decorate it with @register_hot_topic(platform_name="your_platform").

Is 项目简介 based on any existing API?

Yes, it references the DailyHotApi project.

Does 项目简介 require any specific runtime or editor?

What is the license or pricing for 项目简介?

Comments

More Other MCP clients