All MCP platforms

EasyDown MCP platform guide

Weibo Media Downloader MCP

Desktop, mobile status/detail, visitor, and t.cn links use the post workflow. Weibo tv/show, h5.video show, and video.weibo.com fid links first call the public component endpoint with the complete 1034 object ID, then use the existing post fallbacks only when needed.

Use a Weibo media downloader MCP to return all videos, playback qualities, post images, galleries, and covers from supported public single-post URLs.

Weibo video downloader MCP · Weibo image downloader MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

weibo.com/{uid}/{postId}m.weibo.cn/status/{id}m.weibo.cn/detail/{id}weibo.com/tv/show/1034:{objectId}h5.video.weibo.com/show/1034:{objectId}video.weibo.com/show?fid=1034:{objectId}t.cn/{code}mapp.api.weibo.cn/fx/...Share text containing a Weibo URL

Real URL example

parse_media_url({
  "url": "https://video.weibo.com/show?fid=1034:5324152400445628"
})

Media returned by the MCP tool

Video posts and component video pages return every available playback quality and cover. Image posts return every original image found in the target gallery. Source media URLs can expire and should be proxied.

Unsupported and unavailable content

Profiles, personal video tabs, search pages, topics, super topics, articles, live pages, and collections are unsupported.

Connect and call parse_media_url

Add the endpoint with a private EasyDown token, then ask your MCP client to parse the public URL below.

{
  "mcpServers": {
    "easydown": {
      "url": "https://api.easydown.org/mcp",
      "headers": {
        "Authorization": "Bearer ed_live_xxx"
      }
    }
  }
}

Replace ed_live_xxx with an API token created in your EasyDown account.

Agent workflow

  1. 1

    Create an API token and choose the platform permissions it may use.

  2. 2

    Connect the Streamable HTTP endpoint with the Bearer token header.

  3. 3

    Call parse_media_url and consume every item in images, videos, and audios.

Questions about this MCP integration

Which Weibo URLs does EasyDown MCP support?

Supported single-post patterns include weibo.com/{uid}/{postId}, m.weibo.cn/status/{id}, m.weibo.cn/detail/{id}, weibo.com/tv/show/1034:{objectId}, h5.video.weibo.com/show/1034:{objectId}, video.weibo.com/show?fid=1034:{objectId}, t.cn/{code}, mapp.api.weibo.cn/fx/..., Share text containing a Weibo URL. Profiles, personal video tabs, search pages, topics, super topics, articles, live pages, and collections are unsupported.

Does Weibo Media Downloader MCP return every available media URL?

Video posts and component video pages return every available playback quality and cover. Image posts return every original image found in the target gallery. Source media URLs can expire and should be proxied. The MCP layer does not select only one quality or one gallery item.

How do I call the Weibo downloader MCP?

Connect https://api.easydown.org/mcp with an ed_live Bearer token and call parse_media_url with the full public Weibo URL.

How is a Weibo MCP request billed?

A successful media result costs 1 credit. Failed and unsupported results do not charge credits.

A successful media result costs 1 credit. Failed and unsupported results do not charge credits.