Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Vimeo MCP server with 100 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Vimeo — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Vimeo MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Vimeo tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Vimeo call.
Tools Discovery →A Vimeo MCP server lets AI agents read and write Vimeo data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Vimeo MCP server ships with 100 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Vimeo's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a user's public profile by their ID
Search for users on Vimeo
Upload a video to the authenticated user's account using a pull URL
Retrieve all videos uploaded by the authenticated user
Retrieve a specific video by its ID
Search for public videos on Vimeo
Update a video's metadata and settings
Permanently delete a video
Create a new folder for the authenticated user
Retrieve all folders belonging to the authenticated user
Retrieve a specific folder by its ID
Update a folder's name
Delete a folder and optionally its contents
Create a new folder for a specific user
Retrieve a specific folder for a specific user
Update a folder's name for a specific user
Delete a folder for a specific user
Create a new showcase for the authenticated user
Retrieve all showcases belonging to the authenticated user
Retrieve a specific showcase by its ID
Update a showcase's settings
Delete a showcase
Create a new showcase for a specific user
Retrieve a specific showcase for a specific user
Update a showcase's settings for a specific user
Delete a showcase for a specific user
Create a new channel
Retrieve all publicly available channels
Retrieve a specific channel by its ID
Update a channel's settings
Delete a channel
Add a comment to a video
Retrieve all comments on a video
Retrieve a specific comment on a video
Delete a comment from a video
Add a tag to a video
Retrieve all tags on a video
Remove a tag from a video
Add a custom thumbnail to a video
Retrieve all thumbnails for a video
Add a credit to a video
Retrieve all credits for a video
Add a text track (captions/subtitles) to a video
Retrieve all text tracks (captions/subtitles) for a video
Retrieve a specific text track from a video
Delete a text track from a video
Upload a video to a specific user's account using a pull URL
Add a single video to a folder
Add a single video to a folder for a specific user
Add a specific video to a showcase
Add a specific video to a showcase for a specific user
Add a specific video to a channel
Add a video to the authenticated user's Watch Later queue
Add a video to a specific user's Watch Later queue
Reply to a comment on a video
Add a text track (captions/subtitles) to a video in a channel
Retrieve the profile of the currently authenticated Vimeo user
Retrieve all followers of a user
Retrieve all users that a user follows
Retrieve all embed presets for a user
Retrieve all portfolios for a user
Retrieve the authenticated user's watch history
Retrieve all videos uploaded by a specific user
Retrieve all videos in a specific folder
Retrieve all folders belonging to a specific user
Retrieve all videos in a specific folder for a specific user
Retrieve all videos in a specific showcase
Retrieve all showcases belonging to a specific user
Retrieve all videos in a specific showcase for a specific user
Retrieve all videos in a channel
Retrieve all videos liked by the authenticated user
Retrieve all videos in the authenticated user's Watch Later queue
Retrieve all videos liked by a specific user
Retrieve all videos in a specific user's Watch Later queue
Retrieve all replies to a comment on a video
Retrieve related videos for a video
Retrieve all text tracks for a specific version of a video
Retrieve all text tracks for a video in a channel
Retrieve all text tracks for a video in a showcase/album
Retrieve all available content ratings
Retrieve all video categories
Retrieve all groups
Retrieve all supported languages
Retrieve all Creative Commons licenses
Remove a single video from a folder
Remove a single video from a folder for a specific user
Remove a video from a showcase
Remove a video from a showcase for a specific user
Remove a video from the authenticated user's Watch Later queue
Remove a video from a specific user's Watch Later queue
Update the authenticated user's profile settings
Update a specific user's profile settings by their ID
Follow a specific user
Unfollow a specific user
Like a video as the authenticated user
Unlike a video as the authenticated user
Like a video as a specific user
Unlike a video as a specific user
Edit a comment on a video
Edit a text track on a video
One endpoint. Any framework. Your agent is talking to Vimeo in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}122+ actions
111+ actions
79+ actions
78+ actions
72+ actions
69+ actions
67+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.