VideoDB Director

Created By
VideoDBa year ago
Create AI-powered video workflows including automatic editing, content moderation, voice cloning, highlight generation, and searchable video moments—all accessible via simple APIs and intuitive chat-based interfaces.
Overview

What is VideoDB Director?

VideoDB Director is an AI-powered toolkit designed to create automated video workflows, including features like automatic editing, content moderation, voice cloning, highlight generation, and searchable video moments, all accessible through simple APIs and chat-based interfaces.

How to use VideoDB Director?

To use VideoDB Director, developers can clone the toolkit repository from GitHub and follow the setup instructions provided in the config.yaml file to integrate VideoDB contexts into their LLM-powered applications.

Key features of VideoDB Director?

  • Automatic video editing and content moderation.
  • Voice cloning capabilities.
  • Highlight generation for key moments in videos.
  • Searchable video moments for easy access to content.
  • Integration with AI-driven IDEs and chat agents.

Use cases of VideoDB Director?

  1. Automating video editing for content creators.
  2. Enhancing customer support with AI-driven video responses.
  3. Generating highlights for sports or event videos.
  4. Creating searchable video libraries for educational content.

FAQ from VideoDB Director?

  • Can VideoDB Director handle all types of video content?

Yes! VideoDB Director is designed to work with various video formats and content types.

  • Is there a cost associated with using VideoDB Director?

VideoDB Director is free to use, but may require an API key for certain features.

  • How can I ensure I have the latest version of the toolkit?

You can update the MCP server using the command uvx videodb-director-mcp@latest --api-key=<VIDEODB_API_KEY>.

Server Config

{
  "mcpServers": {
    "videodb-director": {
      "command": "uvx",
      "args": [
        "videodb-director-mcp@latest"
      ],
      "env": {
        "VIDEODB_API_KEY": "your-videodb-api-key"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
VideoDB
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

5 hours ago