SocialDataX Weibo MCP
微博 MCP | Weibo MCP
This public repository provides public connection docs and MCP metadata for a hosted 微博 MCP / Weibo MCP service by SocialDataX.
If you are looking for a Weibo MCP or 微博 MCP for social media research workflows, this repository includes:
public MCP metadata and client configuration examples
the hosted
streamable-httpendpoint for clients that support remote MCPan
mcp-remotefallback example for command/stdio-only MCP clients
The business implementation is privately hosted. This repository exposes only the public connection surface for social media content intelligence workflows.
Search Aliases
Common search phrases for this MCP service:
微博 MCP微博 数据 MCP微博 热搜 MCP微博 帖子 MCP微博 评论 MCP微博 用户 MCPWeibo MCPWeibo data MCPWeibo hot search MCPWeibo post research MCPWeibo comments MCPWeibo user MCP
Related MCP server: AI Social Data MCP
Service
Hosted MCP endpoint:
https://mcp.socialdatax.com/weibo/mcpHosted transport:
streamable-httpAuthentication:
Authorization: Bearer <SOCIALDATAX_API_KEY>Product:
SocialDataX/社媒数据助手Website and API Key access: https://socialdatax.com/ai?from=github
Registry name:
com.52choujiang/weibo-insightsFuture registry name:
com.socialdatax/weibo-insightsCurrent public capability version:
0.1.1
Platform MCP
Use the hosted streamable-http endpoint directly from clients that support authenticated remote MCP. For clients that only support command/stdio MCP servers, use mcp-remote as a local compatibility proxy.
Workflow Scope
This MCP service is designed for social media content intelligence workflows. It does not provide account login, posting, editing, liking, commenting, reposting, or other account actions.
Supported workflows include:
Query the current API Key account's SocialDataX points balance.
Read the Weibo / 微博 hot search list.
Search Weibo posts by keyword or phrase with optional
page_tokencontinuation; pass only a search term tokeyword, not a URL or ID.Resolve a Weibo post page link, short link, or share text into structured post details.
Read post details when the caller already has a
post_id.Fetch paginated first-level comments for comment analysis.
Fetch paginated replies under a first-level comment.
Fetch paginated liker and repost lists for a post.
Read user profile data from a user profile link or
user_id.Fetch user post lists from a user profile link or
user_id.Submit a post video speech-to-text transcript task; the submit call may wait up to 240 seconds, and unfinished jobs should continue polling the same
job_iduntil terminal.
Tools
Tool | Public purpose |
| Query the current API Key account's SocialDataX points balance. |
| Get the current Weibo / 微博 hot search list. |
| Search Weibo posts by keyword or phrase. Use this tool when the user needs posts found by a search term; when a post URL or |
| Fetch structured post details when the caller already has a |
| Resolve a Weibo post page link, short link, or share text into structured post details. |
| Fetch paginated first-level comments when the caller already has a |
| Fetch paginated first-level comments directly from a Weibo post page link, short link, or share text. |
| Fetch paginated replies under a first-level comment by |
| Fetch paginated users who liked a Weibo post by |
| Fetch paginated users who liked a Weibo post from a post page link, short link, or share text. |
| Fetch paginated reposts for a Weibo post by |
| Fetch paginated reposts for a Weibo post from a post page link, short link, or share text. |
| Fetch user profile data when the caller already has a |
| Resolve a Weibo user profile link into user profile data. |
| Fetch a paginated list of posts published by a user when the caller already has a |
| Fetch a paginated list of posts published by a user from a Weibo user profile link. |
| Submit a post video speech-to-text transcript task from a post page link, short link, or share text. The submit call may wait up to 240 seconds; if unfinished, continue polling the same |
| Submit a post video speech-to-text transcript task from a |
| Continue checking a post video speech-to-text transcript job using a valid |
Quick Start
For clients that support authenticated streamable-http, use the hosted endpoint directly:
{
"mcpServers": {
"socialdatax-weibo": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/weibo/mcp",
"headers": {
"Authorization": "Bearer <SOCIALDATAX_API_KEY>"
}
}
}
}A ready-to-copy example is available in examples/streamable_http_config.json.
For command/stdio-only MCP clients, use mcp-remote:
{
"mcpServers": {
"socialdatax-weibo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.socialdatax.com/weibo/mcp",
"--header",
"Authorization: Bearer <SOCIALDATAX_API_KEY>"
]
}
}
}Claude Code can use remote HTTP directly:
claude mcp add --transport http socialdatax-weibo https://mcp.socialdatax.com/weibo/mcp --header 'Authorization: Bearer ${SOCIALDATAX_API_KEY}'Persist SOCIALDATAX_API_KEY in the runtime environment or client Secret before restarting Claude Code.
Claude Desktop should use its remote MCP / Connectors UI when available. If a local configuration file in your version only supports command/stdio servers, use the mcp-remote fallback.
Client Examples
Configuration examples are available in examples:
API Key
Request or manage API access from the product website:
https://socialdatax.com/ai?from=github
Use the key as a Bearer token in the Authorization request header. Do not commit real API Key values to code, docs, issues, or screenshots.
Directory Metadata
Public metadata files in this repository:
server-card.json: directory-oriented metadata for the hosted service. Official MCP Registry publishing uses the private source repo's
registry/weibo/server.jsonfor the currentcom.52choujiang/weibo-insightsentry.mcp.json: generic command/stdio fallback config using
mcp-remote.glama.json: Glama repository ownership metadata.
SUBMISSION_CHECKLIST.md: checklist for MCP directory submissions.
License
The files in this public repository are released under the MIT License. The license covers the public documentation and configuration examples in this repository only. It does not cover the managed service implementation, hosted infrastructure, or any private backend code outside this repository.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceRead-only Douyin / 抖音 MCP by SocialDataX for hot search, work search/details, comments and replies, creator profiles, creator works, and creator series.MIT
- AlicenseAqualityBmaintenanceMCP server that provides AI agents with access to public social media data, including hot lists, searches, content details, user profiles, posts, and comments from platforms like Douyin, Xiaohongshu, Bilibili, and Weibo.6MIT
- AlicenseNot gradedqualityCmaintenanceWeChat Channels MCP by SocialDataX for videos and image posts, comments, creator profiles, speech-to-text transcripts, and WeChat Official Account articles.MIT
- AlicenseNot gradedqualityBmaintenanceKuaishou MCP by SocialDataX for hot search, work and user search, work details, comments and replies, creator profiles, and video speech-to-text transcripts.MIT
Related MCP Connectors
Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.
Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai
All HasData scraping tools in one MCP server: Google, TikTok, Instagram, maps, e-commerce and more.
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/DevinChen2014/weibo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server