Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Vimeo

Vimeo

🔑 BYO Key — Media

Search Vimeo videos, get video details, and list user content. Read-only, Personal Access Token auth.

🔑 Setup Required — Bring Your Own Key This integration requires API credentials. Store them once via setup_integration or the Dashboard Vault — they're encrypted with AES-256-GCM and never exposed.

Required Credentials

vimeo_access_token
Personal Access Token
Personal Access Token from developer.vimeo.com → My Apps → your app → Authentication → Generate token.

Get your API key at developer.vimeo.com →

Endpoints (4)

GET search-videos

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 get-video

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").
GET list-my-videos

List the authenticated user's own videos. Returns up to 10 videos with title, duration, stats, and links.

No input parameters required.

GET get-me

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:

EndpointMCP Tool Name
search-videos vimeo_search_videos
get-video vimeo_get_video
list-my-videos vimeo_list_my_videos
get-me vimeo_get_me
← Back to all integrations