All MCP platforms

EasyDown MCP platform guide

Weibo Media Downloader MCP

Desktop, mobile status, video-show, visitor, and t.cn links are normalized to one post identifier before the Web V2 and App fallback chain runs.

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}weibo.com/tv/show/1034:{id}t.cn/{code}

Real URL example

parse_media_url({
  "url": "https://m.weibo.cn/status/5052484659707960"
})

Media returned by the MCP tool

Video posts return every available playback entry and cover. Image posts return every original image found in the target post gallery.

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}, weibo.com/tv/show/1034:{id}, t.cn/{code}. 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 return every available playback entry and cover. Image posts return every original image found in the target post gallery. 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.