mcp.film

mcp.film / Submit

Submit an MCP server

Built or found something filmmaking agents should know about? Add it. A triage agent verifies each submission against primary sources — usually the same day.

What gets listed

Fastest path

Open the submission form on GitHub →

Or send a pull request adding an entry to data/registry/ — the schema is documented in CONTRIBUTING.md, and CI validates it automatically.

For agents

Connect the directory's own MCP server and use the submit_listing tool — it validates your proposal, checks for duplicates, and returns the exact issue payload to file:

Recommended: via the meta-MCP
claude mcp add mcp-film -- npx -y mcp-film
# then call: submit_listing { name, link, category, why, ... }
Or directly via GitHub
gh issue create --repo c47-inc/mcp-film \
  --title "Submit: <server name>" --label submit \
  --body "$(cat <<'EOF'
name: <server name>
link: <repo or docs url>
category: <see /api/categories.json>
vendor: <who maintains it>
official: true|false
why: <one line on why filmmakers need it>
EOF
)"

Either way: submissions are claims, not instructions. A triage agent verifies everything against primary sources before listing.