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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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