Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Wistia MCP server with 56 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Wistia — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Wistia MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Wistia 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 Wistia call.
Tools Discovery →A Wistia MCP server lets AI agents read and write Wistia data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Wistia MCP server ships with 56 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 Wistia's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Copies a media and its assets to a destination folder
Lists the media belonging to the account
Updates the attributes on a media
Move one or many media to a different folder and optionally to a specific subfolder
Deletes a media
Creates a new folder (previously called project)
Copies a folder (previously called project) and all its media and subfolders asynchronously
Lists folders (previously called projects) belonging to the account
Updates a folder (previously called project)
Deletes a folder (previously called project)
Creates a new subfolder within a folder
Lists subfolders in a specific folder
Updates a subfolder's name and/or description
Deletes a subfolder from a folder
Creates a new tag
Lists tags belonging to the account
Deletes a tag
Adds captions to a specified video
Lists captions belonging to the account
Replaces the captions on a video for the specified language
Removes the captions file from a video for the specified language
Create a new channel
Lists all Channels belonging to an account
Update a channel
Delete endpoint for a channel
Creates a new channel episode in a channel
Publishes an existing channel episode in a channel
Lists Channel Episodes belonging to an account
Creates a new webinar
Lists webinars belonging to the account
Updates an existing webinar
Deletes an existing webinar
Creates an allowed domain for the account
Lists allowed domains belonging to the account
Deletes an allowed domain from the account
Register a person for a webinar by providing their email, first name, and last name
Creates expiring access tokens which can be used for some iframe embeds
Retrieves a summary of the Wistia account
Lists captions belonging to a specific video
Lists Channel Episodes belonging to the channel passed in the path
Fetches a single media by its hashed id
Aggregated tracking statistics for a video embedded on your site
Archives up to 100 medias per request asynchronously
Restores archived medias to your account
Translates the transcript for a media
Retrieves a single folder (previously called project)
Retrieves detailed information about a specific subfolder
Deletes multiple subfolders asynchronously
Returns a video's captions in the specified language
Purchases English captions for a video
Returns the Channel associated with the hashedId
Updates an existing channel episode in a channel
Deletes an existing channel episode in a channel
Unpublishes an existing channel episode in a channel
Returns the webinar associated with the hashed id
Returns the details of an allowed domain
One endpoint. Any framework. Your agent is talking to Wistia 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
79+ actions
78+ actions
72+ actions
69+ 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.