Vimeo MCP integration for AI agents.
Connect AI agents to Vimeo through 25 structured actions, including download video file, add video tags, delete folder, and replace video from url. Review au…
- ACTION CONTRACTS
- 25
- AUTHENTICATION
- OAuth 2.0
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Vimeo integration exposes
The Vimeo Agent App exposes 25 provider-backed actions for design & media and social work. Its current contract lets an authorized agent download one vimeo video file link and store it in local transit storage, add one or more tags to a vimeo video, and delete a vimeo folder, optionally deleting the videos inside it. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses OAuth 2.0. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Vimeo account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Vimeo capabilities.
Showing 12 of 25 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
download_video_fileREADDownload one Vimeo video file link and store it in local transit storage.
INPUTS: videoId / quality / type / fileName
add_video_tagsWRITEAdd one or more tags to a Vimeo video.
INPUTS: videoId / tags
delete_folderHIGH IMPACTDelete a Vimeo folder, optionally deleting the videos inside it.
INPUTS: userId / folderId / shouldDeleteVideos
replace_video_from_urlREVIEWAdd a new version to an existing Vimeo video by asking Vimeo to pull the replacement media from a URL.
INPUTS: videoId / sourceUrl / fileName / sourceSizeBytes
add_video_to_folderWRITEAdd a Vimeo video to a folder.
INPUTS: userId / folderId / videoId
add_video_to_showcaseWRITEAdd a Vimeo video to a showcase.
INPUTS: userId / showcaseId / videoId
create_folderWRITECreate a Vimeo folder for the authenticated user or a specified Vimeo user.
INPUTS: userId / name / parentFolderUri
delete_videoHIGH IMPACTDelete a Vimeo video by ID.
INPUTS: videoId
delete_video_tagHIGH IMPACTRemove a tag from a Vimeo video.
INPUTS: videoId / tag
get_current_userREADGet the authenticated Vimeo user profile.
get_folderREADGet metadata for a Vimeo folder.
INPUTS: userId / folderId
get_showcaseREADGet metadata for a specific Vimeo showcase.
INPUTS: userId / showcaseId
INPUT CONTRACTS
Know what the action needs before it runs.
download_video_file
videoIdREQUIRED- The Vimeo video ID.
qualityOPTIONAL- Select a Vimeo download link with this quality label.
typeOPTIONAL- Select a Vimeo download link with this type or MIME type.
fileNameOPTIONAL- The filename to use for the transit file.
add_video_tags
videoIdOPTIONAL- The Vimeo video ID.
tagsOPTIONAL- Tag names to add to the Vimeo video.
delete_folder
userIdOPTIONAL- The Vimeo user ID. Omit this field to use the authenticated user.
folderIdREQUIRED- The Vimeo folder ID.
shouldDeleteVideosOPTIONAL- Whether Vimeo should also delete videos in the folder.
replace_video_from_url
videoIdREQUIRED- The Vimeo video ID.
sourceUrlREQUIRED- The HTTP or HTTPS URL from which Vimeo should pull the replacement video file.
fileNameREQUIRED- The filename to assign to the new Vimeo video version.
sourceSizeBytesOPTIONAL- The size in bytes of the replacement video file.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Download Video File
Download one Vimeo video file link and store it in local transit storage. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
download_video_fileControl Add Video Tags
Add one or more tags to a Vimeo video. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
add_video_tagsVerify with Add Video Tags
Add one or more tags to a Vimeo video. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
add_video_tagsSAFETY BOUNDARY
Operate Vimeo with explicit limits
- Authorize Vimeo with OAuth 2.0 and grant only the provider access required by the selected actions.
- 12 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_folder`, `delete_video`, and `delete_video_tag` as high-impact operations and require an explicit approval boundary.
- The sampled contract declares provider scopes including `vimeo.write`, `vimeo.delete`, `vimeo.file`, and `vimeo.read`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the Vimeo task completed successfully.
CONNECTION MODEL
OAuth 2.0
Vimeo uses OAuth 2.0. Connection requirements and availability are determined by the provider and the Working Machines deployment.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 12
- WRITE SIGNALS
- 7
- HIGH IMPACT
- 5
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Vimeo.