mcp-server-weibo

qinyuanpei/mcp-server-weibo

3.4

If you are the rightful owner of mcp-server-weibo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Weibo MCP Server is a server based on the Model Context Protocol for scraping Weibo user information, posts, and search functionalities.

Tools

Functions exposed to the LLM to take actions

search_users

Search for Weibo users based on a keyword.

Returns: list[dict]: List of dictionaries containing user information

get_profile

Get a Weibo user's profile information.

Returns: dict: Dictionary containing user profile information

get_feeds

Get a Weibo user's feeds

Returns: list[dict]: List of dictionaries containing feeds

get_trendings

Get the current hot search topics on Weibo.

Returns: list[dict]: List of dictionaries containing hot search items

search_content

Search for content on Weibo based on a keyword.

Returns: list[dict]: List of dictionaries containing search results

search_topics

Search for topics on Weibo based on a keyword.

Returns: list[dict]: List of dictionaries containing search results

get_comments

Get comments for a specific Weibo post.

Returns: list[dict]: List of dictionaries containing comments

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources