Skip to main content
Glama

Weibo MCP Server

by Selenium39

get_profile

Retrieve detailed user profiles from Weibo by providing the user's unique identifier (UID) using the MCP server designed for Weibo data extraction.

Input Schema

NameRequiredDescriptionDefault
uidYes微博用户的唯一标识符

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uid": { "description": "微博用户的唯一标识符", "type": "number" } }, "required": [ "uid" ], "type": "object" }

You must be authenticated.

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