KosmoKrator

media

Vimeo MCP, CLI, and Lua Integration for AI Agents

Vimeo integration docs for AI agents: MCP gateway setup, Vimeo CLI commands, Lua API reference, credentials, and function schemas.

6 functions 5 read 1 write Bearer token auth

Vimeo for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
vimeo
route_slug
vimeo
package
vimeo
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Vimeo MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vimeo.

Vimeo CLI Matrix

Use these pages for direct Vimeo CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
vimeo.vimeo_create_video Write write 7 Create a new video upload slot on Vimeo. Choose an upload approach: "pull" (Vimeo downloads from a URL), "post" (you POST to an upload link), or "streaming" (Tus protocol). Returns the video URI and upload target.
vimeo.vimeo_get_current_user Read read 0 Get the authenticated Vimeo user's profile information. Returns name, bio, location, account type, upload quota, and profile pictures.
vimeo.vimeo_get_video Read read 1 Get detailed information about a single Vimeo video by its ID. Returns name, description, duration, thumbnails, privacy, stats, and playback links.
vimeo.vimeo_list_albums Read read 5 List albums (showcases) for the authenticated Vimeo user. Supports pagination, query search, sorting, and direction. Returns album names, descriptions, thumbnails, and video counts.
vimeo.vimeo_list_folders Read read 3 List folders (projects) for the authenticated Vimeo user. Supports pagination and query search. Returns folder names, descriptions, and item counts.
vimeo.vimeo_list_videos Read read 8 List videos for the authenticated Vimeo user. Supports pagination, full-text search via query, and filters (e.g., embeddable, playable, privacy). Returns video URIs, names, durations, thumbnails, and metadata.