Overview
What is Videoindexer Mcp?
Videoindexer Mcp is a Model Context Protocol (MCP) server that provides tools and resources for interacting with Video Indexer APIs. It enables developers to feed LLMs with video insights and automate API interactions.
How to use Videoindexer Mcp?
Clone the repository, create and activate a Python virtual environment, install dependencies with pip install -r requirements.txt, and install the package with pip install -e .. Configure the server with your Video Indexer account token in the VI_ACCOUNT_TOKEN environment variable and run via stdio transport. Invoke the provided tools vi_prompt_content and vi_get_prompt_content through your MCP client.
Key features of Videoindexer Mcp
vi_prompt_content: Generate prompt content from video insightsvi_get_prompt_content: Retrieve generated prompt content for a video- Feed LLMs with video insights
- Automated API interactions via MCP tools
Use cases of Videoindexer Mcp
- Feed LLMs with video insights from Video Indexer
- Automate API interactions for video analysis workflows
FAQ from Videoindexer Mcp
What does Videoindexer Mcp do?
It provides MCP tools to interact with Video Indexer APIs, specifically to generate and retrieve prompt content from video insights.
How do I install Videoindexer Mcp?
Clone the repository, create a Python virtual environment, activate it, then run pip install -r requirements.txt followed by pip install -e ..
What environment variables are required?
You must set the VI_ACCOUNT_TOKEN environment variable to your Video Indexer account token.
What transport does Videoindexer Mcp use?
It uses stdio transport as shown in the example configuration.
Can I use Videoindexer Mcp with LLMs?
Yes, the server is designed to feed LLMs with video insights via its vi_prompt_content and vi_get_prompt_content tools.