mcp-server-weibo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COOKIE | Yes | Your Weibo cookie string, required for API calls |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_usersA | 根据关键词搜索微博用户。 返回: list[dict]: 包含用户信息的字典列表 |
| get_profileB | 获取微博用户资料信息。 返回: dict: 包含用户资料信息的字典 |
| get_feedsC | 获取微博用户动态。 返回: list[dict]: 包含动态信息的字典列表 |
| get_hot_feedsC | 获取微博用户热门动态。 返回: list[dict]: 包含热门动态信息的字典列表 |
| get_trendingsB | 获取当前微博热搜话题。 返回: list[dict]: 包含热搜条目的字典列表 |
| search_contentB | 根据关键词搜索微博内容。 返回: list[dict]: 包含搜索结果的字典列表 |
| search_topicsC | 根据关键词搜索微博话题。 返回: list[dict]: 包含搜索结果的字典列表 |
| get_followersA | 获取微博用户关注列表。 返回: list[dict]: 包含关注信息的字典列表 |
| get_fansC | 获取微博用户粉丝列表。 返回: list[dict]: 包含粉丝信息的字典列表 |
| get_commentsB | 获取指定微博帖子的评论。 返回: list[dict]: 包含评论信息的字典列表 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/InfernalAzazel/mcp-server-weibo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server