Server Details
Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- 222wcnm/BiliStalkerMCP
- GitHub Stars
- 1
Available Tools
5 toolsget_user_articlesTry in Inspector
获取用户的专栏文章列表
返回字段:
articles: 文章列表,每篇文章包含:
id: 文章ID,可拼接链接 https://www.bilibili.com/read/cv{id}
title: 文章标题
summary: 文章摘要
publish_time: 发布时间戳(秒)
publish_time_str: 可读的发布时间(如 2024-12-18 20:00)
stats: 互动数据 (view, like, reply 等)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从1开始 | |
| limit | No | 每页文章数量 | |
| user_id_or_username | Yes | 用户ID(数字)或用户名 |
get_user_dynamic_updatesTry in Inspector
获取用户的动态更新
返回字段:
dynamics: 动态列表,每条动态包含:
dynamic_id: 动态ID
type: 动态类型 (TEXT/IMAGE_TEXT/REPOST/VIDEO/ARTICLE)
text_content: 文字内容
timestamp: 发布时间戳(秒)
publish_time: 可读的发布时间(如 2024-12-18 20:00)
images: 图片URL列表(IMAGE_TEXT类型),可用
渲染
origin: 被转发的原始内容(REPOST类型),包含 user_name, type, text_content 等
total_fetched: 获取到的动态数量
filter_type: 当前筛选类型
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 获取数量 | |
| offset | No | 偏移量,从0开始 | |
| dynamic_type | No | 动态类型:ALL(默认,仅文字/图文/转发), ALL_RAW(全部), VIDEO, ARTICLE, DRAW, TEXT | ALL |
| user_id_or_username | Yes | 用户ID(数字)或用户名 |
get_user_followingsTry in Inspector
获取用户关注列表
返回字段:
followings: 关注列表,每个用户包含:
mid: 用户ID
uname: 用户昵称
sign: 个性签名
total: 关注总数
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从1开始 | |
| limit | No | 每页关注者数量 | |
| user_id_or_username | Yes | 用户ID(数字)或用户名 |
get_user_infoTry in Inspector
获取指定哔哩哔哩用户的详细信息
返回字段:
mid: 用户ID
name: 用户昵称
sign: 个性签名
following: 关注数
follower: 粉丝数
| Name | Required | Description | Default |
|---|---|---|---|
| user_id_or_username | Yes | 用户ID(数字)或用户名 |
get_user_video_updatesTry in Inspector
获取用户的最新视频更新列表
返回字段:
videos: 视频列表,每个视频包含:
bvid: BV号,可拼接链接 https://www.bilibili.com/video/{bvid}
title: 视频标题
pic: 封面图片URL,可用
渲染
description: 视频简介
created: 发布时间戳(秒)
created_time: 可读的发布时间(如 2024-12-18 20:00)
play: 播放量
like: 点赞数
subtitle: 字幕信息 (has_subtitle, subtitle_summary)
total: 视频总数
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从1开始 | |
| limit | No | 每页视频数量,最大30 | |
| user_id_or_username | Yes | 用户ID(数字)或用户名 |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.