Labsco
MCP SERVER

Search Weibo for users or posts by keyword, read a user's profile and latest posts by uid, and pull the current hot-search list.

News, Feeds & Trend MonitoringVerified
Summary
Five reads, and the uid is the hinge between them.

search_users returns the uid that both get_profile and get_feeds take, so following a person from a name you half-remember is two calls after the first. get_hot_search is the one that stands apart because it needs no starting point at all, which makes it the cheapest way to see what is being discussed at this moment. Everything here reads: nothing posts, follows or comments.

What it is

A read-only Weibo server: keyword search across users and content, per-user profile and feed reads, and the hot-search list.

What you get
  • User search by keyword, returning the matching users
  • One user's detailed profile by uid
  • That user's latest posts and updates, with a limit
  • Content search by keyword with paging
  • The topics currently on the hot-search list
Requirements

Nothing — no account, no key.

Setup effort

One command — npx mcp-server-weibo