mcp-server-weiboCertified
The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.
The Weibo MCP Server is a specialized server built using the Model Context Protocol to facilitate the extraction of user information, feeds, and search results from Weibo. It is implemented in TypeScript and provides a structured way to interact with Weibo's data, making it easier for developers to integrate Weibo data into their applications. The server supports various functionalities such as searching for users, retrieving user profiles, accessing user feeds, and fetching trending searches. It is designed to be installed either from source code or via a package manager, ensuring flexibility in deployment. The server requires Node.js version 18.0.0 or higher and is distributed under the MIT License. It is important to note that this project is not officially affiliated with Weibo and is intended for educational and research purposes only.
Features
- Search for Weibo users by keyword.
- Retrieve detailed user profile information.
- Access user feed content.
- Fetch trending search topics on Weibo.
- Search Weibo content by keyword.
Tools
search_users
Search for Weibo users based on a keyword.
get_profile
Retrieve detailed profile information of a user.
get_feeds
Get the feed content of a user.
get_hot_search
Fetch the trending search topics on Weibo.
search_content
Search for Weibo content based on a keyword.