MCP server exposing 9 tools for vimeo.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/vimeo/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
video — Fetch metadata for a single Vimeo video by numeric or string ID; returns title, description, duration, embed URLs, privacy settings, stats, and owner info.videos_search — Search videos.user — Fetch a Vimeo user's public profile by user_id or vanity URL name; returns display name, bio, location, follower/following counts, and upload quota.user_videos — List videos uploaded by a Vimeo user (user_id); supports pagination (page, per_page) and sorting; returns video metadata array.channel — Fetch metadata for a Vimeo channel by numeric ID or slug; returns channel name, description, subscriber count, video count, and privacy settings.channel_videos — List videos in a Vimeo channel by channel ID or slug; supports pagination and sorting; returns video metadata array.categories — Return the full list of top-level Vimeo content categories (e.g. Animation, Comedy, Music) with slugs usable in category_videos.category — Fetch metadata for a single Vimeo category by slug; returns category name, icon, subcategories, and featured video count.category_videos — Videos in a category.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/vimeo/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io