What is MCP?
The Model Context Protocol (MCP) is an open standard for connecting AI clients to external tools and data sources. Instead of writing custom integration code for each AI product, you configure one MCP server and every MCP-compatible client — Claude, Cursor, VS Code, Codex, OpenCode, and others — can call it the same way.How it works
- Your AI client sends a natural-language request to the model (e.g. “find the moment someone mentions churn”)
- The model decides to call the
search_videostool and generates its input - The MCP server forwards the call to Pureframe AI’s API and returns matching clips, including
thumbnail_base64 - The model reads the frame directly, in the same turn, without fetching a URL, and can answer follow-up questions about what’s visible
Available tools
Next steps
Connect an Agent
Per-client setup, config files, and troubleshooting.
Agent Security
Scoping what an agent can do with your library.