Skip to main content
Glama

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 tools
get_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 等)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo页码,从1开始
limitNo每页文章数量
user_id_or_usernameYes用户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: 当前筛选类型

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo获取数量
offsetNo偏移量,从0开始
dynamic_typeNo动态类型:ALL(默认,仅文字/图文/转发), ALL_RAW(全部), VIDEO, ARTICLE, DRAW, TEXTALL
user_id_or_usernameYes用户ID(数字)或用户名
get_user_followingsTry in Inspector

获取用户关注列表

返回字段:

  • followings: 关注列表,每个用户包含:

    • mid: 用户ID

    • uname: 用户昵称

    • sign: 个性签名

  • total: 关注总数

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo页码,从1开始
limitNo每页关注者数量
user_id_or_usernameYes用户ID(数字)或用户名
get_user_infoTry in Inspector

获取指定哔哩哔哩用户的详细信息

返回字段:

  • mid: 用户ID

  • name: 用户昵称

  • sign: 个性签名

  • following: 关注数

  • follower: 粉丝数

ParametersJSON Schema
NameRequiredDescriptionDefault
user_id_or_usernameYes用户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: 视频总数

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo页码,从1开始
limitNo每页视频数量,最大30
user_id_or_usernameYes用户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:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

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
Try in Browser

Your Connectors

Sign in to create a connector for this server.