Skip to main content
Glama

Weibo MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_users
Search for Weibo users based on a keyword. Args: keyword (str): Search term to find users ctx (Context): MCP context object limit (int): Maximum number of users to return Returns: list[dict]: List of dictionaries containing user information
get_profile
Get a Weibo user's profile information. Args: uid (): The unique identifier of the Weibo user ctx (Context): MCP context object Returns: dict: Dictionary containing user profile information
get_feeds
Get a Weibo user's feeds (posts). Args: uid (int): The unique identifier of the Weibo user ctx (Context): MCP context object limit (int): Maximum number of feeds to return, None for no limit Returns: list[dict]: List of dictionaries containing feed information

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qinyuanpei/mcp-server-weibo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server