Bold VideoDocs

Bold MCP Server

Your video library as a tool for AI agents: Claude, Cursor, and beyond

Draft: coming soon

The Bold MCP server is in development and this page describes the intended design. Names, transport, and setup will be finalized at launch, so treat everything below as subject to change. Want early access? Get in touch.

The Bold MCP server exposes your video library through the Model Context Protocol, so AI tools your members already use (Claude, Cursor, and whatever comes next) can search your library, pull transcripts, and answer questions grounded in your content.

Why this matters

Your library stops being a destination people have to visit and becomes a knowledge source that follows your members into their tools. A developer can ask Cursor "how did the workshop say to structure this?" and get the answer, cited to the exact clip, without leaving their editor.

What the server will expose

Tools

ToolWhat it does
SearchSemantic search across the library, returning clips with timestamps
AskQuestion answering with citations (the same engine as AI chat)
Get videoMetadata, chapters, and transcript for a specific video
List collections / playlistsBrowse the library's structure

Resources: video transcripts and intelligence reports, addressable by video.

Expected setup

Configuration will follow the standard MCP remote-server pattern, authenticated with a Bold API key:

{
  "mcpServers": {
    "bold": {
      "url": "https://mcp.boldvideo.io",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Today, without MCP

You can already give AI agents everything they need to build against Bold. See LLM & machine-readable docs. For end-user Q&A inside your own product, the AI endpoints and SDK are production-ready now.

On this page