EasyDown API Docs

Video Downloader MCP server

Connect the EasyDown social media video downloader to MCP clients with the same token, permissions, and credit rules.

EasyDown exposes a video downloader MCP endpoint at https://api.easydown.org/mcp.

API authentication

Send the token in the Authorization header. Never place production tokens in URLs, client logs, source control, or analytics.

Successful parses are charged by platform. Most other supported platforms: 1 credit; YouTube: 3 credits; Threads: 2 credits; Kuaishou / Kwai: 2 credits; RedNote / Xiaohongshu: 10 credits. Failed, unsupported, authentication, permission, no-media, and upstream failure responses charge 0 credits.

MCP tool responses expose the same actual charge in billing.creditsCharged.

Limits and behavior

  • Keep the token in the MCP client's secure secret store.
  • Do not place it in prompts, tool arguments, URLs, or shared configuration files.
  • REST and MCP requests use the same success-only credit policy.