All MCP platforms

EasyDown MCP platform guide

Threads Video Downloader MCP

Share redirects are resolved to a canonical post, then the shortcode is decoded locally to a precision-safe numeric ID before one media-detail request.

Parse public Threads post and share URLs through an MCP tool that returns direct, carousel, and linked inline videos, images, and covers from the target post.

Threads media downloader MCP · Threads image downloader MCP

Production MCP endpoint

https://api.easydown.org/mcp

Supported public URL formats

threads.com/@user/post/{shortcode}threads.net/@user/post/{shortcode}threads.com/share/{code}threads.net/share/{code}Optional query string or /media suffix on post URLs

Real URL example

parse_media_url({
  "url": "https://www.threads.com/share/_5O7Rn7A0/"
})

Media returned by the MCP tool

Returns every valid video and image candidate from the post, carousel, and text_post_app_info.linked_inline_media. Duplicate variants are intentionally preserved.

Unsupported and unavailable content

Text-only posts, profiles, feeds, replies, searches, private posts, and deleted posts return no media and are not charged.

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 Threads URLs does EasyDown MCP support?

Supported single-post patterns include threads.com/@user/post/{shortcode}, threads.net/@user/post/{shortcode}, threads.com/share/{code}, threads.net/share/{code}, Optional query string or /media suffix on post URLs. Text-only posts, profiles, feeds, replies, searches, private posts, and deleted posts return no media and are not charged.

Does Threads Video Downloader MCP return every available media URL?

Returns every valid video and image candidate from the post, carousel, and text_post_app_info.linked_inline_media. Duplicate variants are intentionally preserved. The MCP layer does not select only one quality or one gallery item.

How do I call the Threads downloader MCP?

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

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