Skip to content
Get MCP AdsGet MCP Ads, home
Start free

meta_get_video_sources

Resolve fresh download URLs (source) and thumbnails for specific ad videos. One of 42 Meta Ads tools on the Get MCP Ads MCP gateway.

Resolve fresh download URLs (source) and thumbnails for specific ad videos. Call this at download time: the returned URLs are signed and expire quickly.

Source
Meta Ads
Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/meta-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredAd account that owns the videos, used for scoping and rate limits.
videoIdsarrayRequiredVideo IDs to resolve (at most 10 per call, one Graph request each)

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_get_video_sources",
    "args": {
      "adAccountId": "<string>",
      "videoIds": "<array>"
    }
  }
}
Esc

Type to search