All MCP platforms

EasyDown MCP platform guide

Toutiao Video Downloader MCP

The numeric-looking group ID is always kept as a string, then sent to the single Toutiao App video endpoint so large IDs cannot lose precision.

Use a Toutiao video downloader MCP for public /video/{id} pages and return every main and backup video stream plus content image candidates.

Toutiao MCP server · Toutiao video parser MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

toutiao.com/video/{id}www.toutiao.com/video/{id}m.toutiao.com/video/{id}

Real URL example

parse_media_url({
  "url": "https://www.toutiao.com/video/7613611314560369152/"
})

Media returned by the MCP tool

Returns main_url and backup_url for every video-list item, including duplicate upstream candidates, plus first frames, covers, and content thumbnails.

Unsupported and unavailable content

Articles, group pages, profiles, search, channels, short links, live pages, and URLs without one video ID 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 Toutiao URLs does EasyDown MCP support?

Supported single-post patterns include toutiao.com/video/{id}, www.toutiao.com/video/{id}, m.toutiao.com/video/{id}. Articles, group pages, profiles, search, channels, short links, live pages, and URLs without one video ID are unsupported.

Does Toutiao Video Downloader MCP return every available media URL?

Returns main_url and backup_url for every video-list item, including duplicate upstream candidates, plus first frames, covers, and content thumbnails. The MCP layer does not select only one quality or one gallery item.

How do I call the Toutiao downloader MCP?

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

How is a Toutiao 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.