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_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Ad account that owns the videos, used for scoping and rate limits. |
videoIds | array | Required | Video IDs to resolve (at most 10 per call, one Graph request each) |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_video_sources",
"args": {
"adAccountId": "<string>",
"videoIds": "<array>"
}
}
}