# SocialDataX 微博 Weibo MCP (remote · mcp.52choujiang.com)

Weibo hot search, post search/details, comments/replies, users, posts, transcript.

- Trust score: 60/100 (medium)
- Change this week: −5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.52choujiang.com`: 60/100 (this document), [markdown](https://verifymcp.io/servers/com-52choujiang-weibo-insights/weibo-mcp.md), [page](https://verifymcp.io/servers/com-52choujiang-weibo-insights/weibo-mcp)

## Channel facts

- Endpoint: `https://mcp.52choujiang.com/weibo/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2439 tokens (~121/item across 20 items; 18 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 0 breaking changes, 1 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-52choujiang-weibo-insights https://mcp.52choujiang.com/weibo/mcp
```

### Codex

```toml
[mcp_servers.com-52choujiang-weibo-insights]
url = "https://mcp.52choujiang.com/weibo/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-52choujiang-weibo-insights": {
      "type": "remote",
      "url": "https://mcp.52choujiang.com/weibo/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-52choujiang-weibo-insights --url https://mcp.52choujiang.com/weibo/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-52choujiang-weibo-insights:
    url: "https://mcp.52choujiang.com/weibo/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-52choujiang-weibo-insights": {
      "type": "http",
      "url": "https://mcp.52choujiang.com/weibo/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, −10)

- [security regression] Authorization: fail → unverified
- [security regression] Stability: 0.23 → fail

### 2026-08-02 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 69, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (18)

### `weibo_search_posts` (~162 tokens)

按自然语言关键词搜索微博帖子；不要传帖子链接、用户主页链接或分页令牌作为关键词。

Input parameters:

- `keyword` (string, required): 微博帖子搜索关键词；不要传帖子链接、用户主页链接或分页 token。
- `page_token` (string): 微博搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一关键词搜索链路，不能跨关键词复用。

Output parameters:

- `items` (array): 当前页微博帖子列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_hot_search_list` (~28 tokens)

获取微博热搜列表；只返回 items，当前不支持翻页。

Output parameters:

- `items` (array): 微博热搜条目列表。

### `weibo_get_post_detail_by_post_id` (~55 tokens)

根据 post_id 获取微博帖子详情。

Input parameters:

- `post_id` (string, required): 微博帖子长 ID；可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。

Output parameters:

- `author`: 帖子作者信息；不可用时为 null。
- `comment_count`: 评论数；不可用时为 null。
- `content` (string): 微博帖子正文；不可用时为空字符串。
- `image_urls` (array): 图片链接列表；无图时为空数组。
- `like_count`: 点赞数；不可用时为 null。
- `play_count`: 帖子内视频播放数；没有视频或上游未返回时为 null，不是帖子浏览数。
- `post_id` (string): 微博帖子长 ID，可作为详情、评论、点赞或转发工具输入；查询评论回复时需与同一条一级评论的 comment_id 同时传入。
- `post_url`: 微博帖子页面链接；需要打开帖子网页时优先使用此字段；不可用时为 null；不要自行拼接链接。
- `publish_time`: 发布时间，秒级 Unix 时间戳；不可用时为 null。
- `repost_count`: 转发数；不可用时为 null。
- `topic_tags` (array): 微博帖子话题标签列表；无标签时为空数组。
- `video`: 视频信息；无视频时为 null。

### `weibo_get_post_detail_by_post_url` (~62 tokens)

根据微博帖子链接、短链接或分享文案获取帖子详情。

Input parameters:

- `post_url` (string, required): 微博帖子页面链接、短链接或包含帖子链接的分享文案；不要传用户主页链接或 post_id。

Output parameters:

- `author`: 帖子作者信息；不可用时为 null。
- `comment_count`: 评论数；不可用时为 null。
- `content` (string): 微博帖子正文；不可用时为空字符串。
- `image_urls` (array): 图片链接列表；无图时为空数组。
- `like_count`: 点赞数；不可用时为 null。
- `play_count`: 帖子内视频播放数；没有视频或上游未返回时为 null，不是帖子浏览数。
- `post_id` (string): 微博帖子长 ID，可作为详情、评论、点赞或转发工具输入；查询评论回复时需与同一条一级评论的 comment_id 同时传入。
- `post_url`: 微博帖子页面链接；需要打开帖子网页时优先使用此字段；不可用时为 null；不要自行拼接链接。
- `publish_time`: 发布时间，秒级 Unix 时间戳；不可用时为 null。
- `repost_count`: 转发数；不可用时为 null。
- `topic_tags` (array): 微博帖子话题标签列表；无标签时为空数组。
- `video`: 视频信息；无视频时为 null。

### `weibo_submit_video_speech_text_by_post_url` (~90 tokens)

根据微博帖子链接、短链接或分享文案提交视频口播转文字任务；提交完成后最多短等 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `post_url` (string, required): 微博帖子页面链接、短链接或包含帖子链接的分享文案；不要传用户主页链接或 post_id。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `weibo_submit_video_speech_text_by_post_id` (~84 tokens)

根据微博 post_id 提交视频口播转文字任务；提交完成后最多短等 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `post_id` (string, required): 微博帖子长 ID；可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `weibo_get_video_speech_text_job` (~52 tokens)

查询微博视频口播转文字任务状态；每次最多等待 240 秒，不触发重处理。

Input parameters:

- `job_id` (string, required): 口播转文字任务 ID。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `weibo_get_post_comments_by_post_id` (~237 tokens)

根据 post_id 获取微博帖子一级评论，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子、同一 sort_type 的评论分页链路，不能跨帖子或排序方式复用。
- `post_id` (string, required): 微博帖子长 ID；可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。
- `sort_type` (string): 微博一级评论排序方式。hot 表示默认热门评论流；time_descending 表示当前可返回范围内最新评论优先。默认 hot。继续翻页时必须与上一页返回 next_page_token 所属的 sort_type 保持一致。

Output parameters:

- `comment_count`: 总评论数，含一级评论与回复；不是当前页 items 数量；不可用时为 null。
- `items` (array): 当前页一级评论列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_post_comments_by_post_url` (~244 tokens)

根据微博帖子链接、短链接或分享文案获取帖子一级评论，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子、同一 sort_type 的评论分页链路，不能跨帖子或排序方式复用。
- `post_url` (string, required): 微博帖子页面链接、短链接或包含帖子链接的分享文案；不要传用户主页链接或 post_id。
- `sort_type` (string): 微博一级评论排序方式。hot 表示默认热门评论流；time_descending 表示当前可返回范围内最新评论优先。默认 hot。继续翻页时必须与上一页返回 next_page_token 所属的 sort_type 保持一致。

Output parameters:

- `comment_count`: 总评论数，含一级评论与回复；不是当前页 items 数量；不可用时为 null。
- `items` (array): 当前页一级评论列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_post_comment_replies_by_comment_id` (~263 tokens)

根据 post_id 和一级评论 comment_id 获取微博评论回复，支持 page_token 翻页。

Input parameters:

- `comment_id` (string, required): 微博一级评论 ID；可从一级评论结果 items[*].comment_id 复用，用于获取该评论下的回复；需与同一项 post_id 同时传入，不要传评论回复项的 comment_id。
- `page_token` (string): 微博评论回复分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子下同一一级评论的回复分页链路，不能跨帖子或评论复用。
- `post_id` (string, required): 微博帖子长 ID；调用评论回复工具时必填，需与一级评论 comment_id 同时传入；请从一级评论结果 items[*].post_id 复用，并与同一项 comment_id 一起传入。

Output parameters:

- `items` (array): 当前页评论回复列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_post_liker_list_by_post_id` (~170 tokens)

根据 post_id 获取微博点赞用户列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博点赞分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子点赞分页链路，不能跨帖子复用。
- `post_id` (string, required): 微博帖子长 ID；可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。

Output parameters:

- `items` (array): 当前页点赞用户列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_post_liker_list_by_post_url` (~177 tokens)

根据帖子链接、短链接或分享文案获取微博点赞用户列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博点赞分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子点赞分页链路，不能跨帖子复用。
- `post_url` (string, required): 微博帖子页面链接、短链接或包含帖子链接的分享文案；不要传用户主页链接或 post_id。

Output parameters:

- `items` (array): 当前页点赞用户列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_post_repost_list_by_post_id` (~172 tokens)

根据 post_id 获取微博转发列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博转发分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子转发分页链路，不能跨帖子复用。
- `post_id` (string, required): 微博帖子长 ID；可从搜索、详情、转发或用户帖子列表结果中的 post_id 复用。

Output parameters:

- `items` (array): 当前页微博转发列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_post_repost_list_by_post_url` (~179 tokens)

根据帖子链接、短链接或分享文案获取微博转发列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博转发分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一帖子转发分页链路，不能跨帖子复用。
- `post_url` (string, required): 微博帖子页面链接、短链接或包含帖子链接的分享文案；不要传用户主页链接或 post_id。

Output parameters:

- `items` (array): 当前页微博转发列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_user_info_by_user_id` (~52 tokens)

根据 user_id 获取微博用户资料。

Input parameters:

- `user_id` (string, required): 微博用户 user_id；可从作者信息或用户资料结果中的非空 user_id 复用。

Output parameters:

- `avatar_url`: 用户头像链接；不可用时为 null。
- `bio` (string): 用户简介；不可用时为空字符串。
- `follower_count`: 粉丝数；不可用时为 null。
- `following_count`: 关注数；不可用时为 null。
- `name` (string): 用户名称；不可用时为空字符串。
- `post_count`: 已发布微博数；不可用时为 null。
- `profile_url`: 微博用户主页链接；可用于打开用户主页；不可用时为 null；需要继续查询用户资料或用户帖子列表时优先使用非空 user_id。
- `user_id` (string): 微博用户 user_id，可作为用户资料或用户帖子列表工具输入。
- `verified` (boolean): 是否为认证账号。
- `verified_reason`: 认证说明；不可用时为 null。

### `weibo_get_user_info_by_profile_url` (~52 tokens)

根据微博用户主页链接获取用户资料。

Input parameters:

- `profile_url` (string, required): 微博用户主页链接；请传用户主页链接，不要传帖子链接、昵称或 user_id。

Output parameters:

- `avatar_url`: 用户头像链接；不可用时为 null。
- `bio` (string): 用户简介；不可用时为空字符串。
- `follower_count`: 粉丝数；不可用时为 null。
- `following_count`: 关注数；不可用时为 null。
- `name` (string): 用户名称；不可用时为空字符串。
- `post_count`: 已发布微博数；不可用时为 null。
- `profile_url`: 微博用户主页链接；可用于打开用户主页；不可用时为 null；需要继续查询用户资料或用户帖子列表时优先使用非空 user_id。
- `user_id` (string): 微博用户 user_id，可作为用户资料或用户帖子列表工具输入。
- `verified` (boolean): 是否为认证账号。
- `verified_reason`: 认证说明；不可用时为 null。

### `weibo_get_user_posts_by_user_id` (~168 tokens)

根据 user_id 获取微博用户帖子列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户帖子列表分页链路，不能跨用户复用。
- `user_id` (string, required): 微博用户 user_id；可从作者信息或用户资料结果中的非空 user_id 复用。

Output parameters:

- `items` (array): 当前页微博用户帖子列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `weibo_get_user_posts_by_profile_url` (~168 tokens)

根据微博用户主页链接获取用户帖子列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 微博用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户帖子列表分页链路，不能跨用户复用。
- `profile_url` (string, required): 微博用户主页链接；请传用户主页链接，不要传帖子链接、昵称或 user_id。

Output parameters:

- `items` (array): 当前页微博用户帖子列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；next_page_token 只能用于同一能力和同一分页链路；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-52choujiang-weibo-insights/weibo-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 70
- 2026-08-01: 69
- 2026-07-31: 69
- 2026-07-30: 67
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://mcp.52choujiang.com/weibo/mcp
- Authorisation metadata: https://mcp.52choujiang.com/.well-known/oauth-protected-resource/weibo/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-52choujiang-weibo-insights/weibo-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-52choujiang-weibo-insights/weibo-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-52choujiang-weibo-insights/weibo-mcp
