Skip to main content
Glama

Weibo MCP Server

by Selenium39

get_hot_search

Retrieve real-time trending topics from Weibo's hot search list, enabling users to monitor popular discussions and insights by specifying the number of entries.

Instructions

获取当前微博热搜榜的热门话题列表

Input Schema

NameRequiredDescriptionDefault
limitYes返回的最大热搜条目数量

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "返回的最大热搜条目数量", "type": "number" } }, "required": [ "limit" ], "type": "object" }
Install Server

Other Tools from Weibo MCP Server

Related Tools

    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/Selenium39/mcp-server-weibo'

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