{
  "slug": "revid",
  "name": "Revid",
  "vendor": "Revid.ai",
  "official": true,
  "category": "video-generation",
  "featured": false,
  "tagline": "Hosted MCP that generates, renders, voices, and publishes short-form video end to end.",
  "description": "Revid's first-party remote MCP puts its whole short-form pipeline behind 14 tools: generate media, render a project, clone a voice, define reusable characters, export the cut, and schedule or immediately publish to connected social accounts. calculate_credits prices a render before you spend on it. The draw for an agent is that generation and distribution sit on one OAuth connection, so a scripted campaign can go from prompt to posted without a human touching a timeline.",
  "capabilities": [
    "text-to-video",
    "video-rendering",
    "voice-cloning",
    "character-consistency",
    "project-management",
    "scheduled-publishing",
    "credit-estimation"
  ],
  "tools_sample": [
    "generate_media",
    "render_video",
    "get_project_status",
    "list_projects",
    "calculate_credits",
    "export_video",
    "clone_voice",
    "create_character",
    "schedule_publish",
    "publish_now"
  ],
  "install": {
    "claude_code": "claude mcp add --transport http revid https://www.revid.ai/api/mcp",
    "remote_url": "https://www.revid.ai/api/mcp",
    "stdio_command": null
  },
  "auth": {
    "type": "oauth",
    "env_var": null,
    "key_url": "OAuth 2.1 from https://www.revid.ai/mcp; the separate revid-cli takes a REVID_API_KEY from your account page"
  },
  "pricing": "credits",
  "links": {
    "repo": null,
    "docs": "https://www.revid.ai/mcp",
    "site": "https://www.revid.ai"
  },
  "added": "2026-08-12",
  "verified": "2026-08-12",
  "notes": "Short-form and social first — this is a faceless TikTok/Reels/Shorts factory, not shot-level cinematic control, and nothing here gives you frame continuity across a scene. Treat publish_now and schedule_publish as live-fire tools: they push to your connected accounts with no staging step, so gate them behind explicit approval. Renders burn credits from your account or active workspace; call calculate_credits first. Endpoint verified live on 12 Aug 2026 — GET returns 405 and /.well-known/oauth-protected-resource advertises scope mcp:use against https://www.revid.ai. Closed source: there is no public repo for the server, and the companion CLI (npm revid-cli 0.1.4, published 4 May 2026) ships UNLICENSED, so read the terms before you build on it."
}