Vimeo
Search Vimeo videos, get video details, and list user content. Read-only, Personal Access Token auth.
setup_integration or the Dashboard Vault — they're encrypted
with AES-256-GCM and never exposed.
Required Credentials
Get your API key at developer.vimeo.com →
Endpoints (4)
Search Vimeo for videos by keyword. Returns up to 5 results with title, description, duration, stats, and embed HTML.
| Field | Type | Required | Description |
|---|---|---|---|
query |
string | ✓ Yes | Search query (e.g. "drone footage", "cooking tutorial"). |
Get full details for a Vimeo video: title, description, duration, play count, like count, embed HTML, and thumbnails.
| Field | Type | Required | Description |
|---|---|---|---|
video_id |
string | ✓ Yes | Vimeo video ID (numeric, e.g. "76979871"). |
List the authenticated user's own videos. Returns up to 10 videos with title, duration, stats, and links.
No input parameters required.
Get the authenticated Vimeo user profile: name, bio, location, link, and account type.
No input parameters required.
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| search-videos | vimeo_search_videos |
| get-video | vimeo_get_video |
| list-my-videos | vimeo_list_my_videos |
| get-me | vimeo_get_me |