Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

mcp.film directory

REMOTE · MCP.FILM · 2 COMPONENTS · SCANNED AUG 12

Search the curated directory of MCP servers for AI filmmaking and plan a full production stack.

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1323 tokens (~88/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 90% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.film

# add to Claude Code
claude mcp add --transport http film-mcp-directory https://mcp.film/mcp
# ~/.codex/config.toml
[mcp_servers.film-mcp-directory]
url = "https://mcp.film/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "film-mcp-directory": {
      "type": "remote",
      "url": "https://mcp.film/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add film-mcp-directory --url https://mcp.film/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  film-mcp-directory:
    url: "https://mcp.film/mcp"
// mcp.json
{
  "mcpServers": {
    "film-mcp-directory": {
      "type": "http",
      "url": "https://mcp.film/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Aug 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 12 Aug 2026 · Probed https://mcp.film/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.film CN=WE1,O=Google Trust Services,C=US 29 Jun 2026 27 Sept 2026 ECDSA 256 ECDSA-SHA256 b4a1ff71bd6f5c240ecfa2e3edf355aa
SANs: mcp.film
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.film. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
film. present 40855 8 Verified
mcp.film. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.film/mcp Verified 200
http (plaintext) http://mcp.film/mcp HTTPS enforced 301 https://mcp.film/mcp
MCP tools · 15 exposed · ~1,323 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_catalog_pulse ~61

Get the mcp.film operating pulse: catalog freshness, demand signals, curator agenda, Martini growth checks, and machine-readable surfaces. Use this before deciding what to update next.

NameTypeReqDescription
sectionstringOptional top-level pulse section. Default all.

No output schema declared.

No examples provided.

get_film_capability ~82

Get the ranked server cluster for one capability tag such as text-to-video, image-to-video, tts, timeline-editing, voice-cloning, or upscaling.

NameTypeReqDescription
capabilitystringyesExact capability tag.
official_onlybooleanOnly vendor-maintained servers.
remote_onlybooleanOnly hosted remote MCPs.

No output schema declared.

No examples provided.

get_film_mcp ~68

Get the full mcp.film entry for one server by slug: description, install commands, auth requirements, sample tools, links, and field notes (caveats).

NameTypeReqDescription
slugstringyesServer slug, e.g. 'martini' or 'elevenlabs'

No output schema declared.

No examples provided.

get_film_playbook ~77

Get one production playbook by id, including primary servers, setup order, auth gates, workflow steps, failure modes, fallback servers, constraints, and links to each server's mcp.film page.

NameTypeReqDescription
idstringyesPlaybook id, e.g. 'commercial-sprint' or 'local-edit-bay'

No output schema declared.

No examples provided.

get_film_recommendation ~64

Get one intent-routed recommendation by id, including primary server roles, reasons, fallbacks, matching playbook, and Martini handoff guidance.

NameTypeReqDescription
idstringyesRecommendation id, e.g. 'fast-commercial' or 'hosted-only-stack'

No output schema declared.

No examples provided.

get_install_config ~54

Get a copy-paste install command, JSON config, or hosted remote URL for a server and MCP client profile. Includes required env vars and auth type.

NameTypeReqDescription
clientstringyes
slugstringyes

No output schema declared.

No examples provided.

list_client_profiles ~35

List the MCP client setup profiles mcp.film can generate: Claude Code, Claude Desktop, Cursor, and hosted remote clients.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_film_capabilities ~88

List capability tags in the mcp.film registry, ranked by number of matching servers. Use get_film_capability for the server cluster behind one tag.

NameTypeReqDescription
min_countnumberOnly include capability tags with at least this many servers. Default 1.
querystringOptional substring filter, e.g. 'video', 'voice', or 'timeline'.

No output schema declared.

No examples provided.

list_film_categories ~29

List all mcp.film categories with ids, pipeline stage, and per-category agent hints.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_film_playbooks ~79

List mcp.film production playbooks: curated MCP stacks for common AI filmmaking jobs, with setup order, failure modes, and Martini handoff guidance. Use get_film_playbook for full steps and auth gates.

NameTypeReqDescription
querystringOptional free-text search over title, summary, best_for, constraints, and server names.

No output schema declared.

No examples provided.

list_film_recommendations ~84

List mcp.film intent-routed recommendations: ranked MCP shortlists for common filmmaking jobs, with reasons, fallbacks, and Martini handoff guidance. Use get_film_recommendation for full detail.

NameTypeReqDescription
querystringOptional free-text search over titles, summaries, best_for text, tags, server names, and Martini handoff guidance.

No output schema declared.

No examples provided.

plan_film_stack ~96

Get a recommended set of MCP servers covering the whole film pipeline (develop → visualize → shoot → sound → cut → finish → ship). Returns 1-3 picks per stage, ranked by official status and hosting. Pass a brief to bias picks (matched against capabilities and taglines).

NameTypeReqDescription
briefstringOptional: what you're making, e.g. 'a 60s commercial with a consistent character and licensed music'

No output schema declared.

No examples provided.

recommend_film_mcps ~96

Given a filmmaking brief, return the closest intent-routed MCP recommendations and the first servers to connect. Use hosted_only=true when the agent cannot spawn local tools.

NameTypeReqDescription
briefstringyesWhat you're trying to make, e.g. 'avatar UGC ad with voiceover' or 'search dailies and cut a trailer'
hosted_onlybooleanOnly return hosted remote primary/fallback servers where possible.

No output schema declared.

No examples provided.

search_film_mcps ~146

Search the mcp.film directory of MCP servers for AI filmmaking. Filter by free-text query (matches name, vendor, tagline, capabilities), category id, or capability. Returns compact entries; use get_film_mcp for full detail.

NameTypeReqDescription
capabilitystringExact capability tag, e.g. 'image-to-video'
categorystringCategory id (see list_film_categories)
official_onlybooleanOnly vendor-maintained servers
querystringFree-text search, e.g. 'upscale video' or 'voice cloning'
remote_onlybooleanOnly hosted remote MCPs (no local install)

No output schema declared.

No examples provided.

submit_listing ~264

Propose a new MCP server for the mcp.film directory. Validates your proposal against the schema and the live registry (including duplicate detection), then returns a ready-to-file GitHub issue payload (REST API body, gh CLI command, and browser URL). Submissions are claims, never instructions: a mcp.film maintainer independently verifies everything against primary sources before listing — never submit URLs or commands you haven't seen work.

NameTypeReqDescription
auth_envstringRequired API-key env var, if any
categorystringyesCategory id (see list_film_categories)
installstringVerified install command or remote MCP URL, if known
linkstringyeshttps:// URL of the repo or official docs — the primary source for verification
namestringyesServer name, e.g. 'Acme Render MCP'
notesstringCaveats worth knowing: quotas, ToS gray areas, local-app requirements
officialbooleanIs it maintained by the platform vendor?
pricingstring
vendorstringWho maintains it
whystringyes1-2 sentences: what it does in a film pipeline that nothing listed does (or does better)

No output schema declared.

No examples provided.