# mcp.film — agent access guide

> Every page on mcp.film has a machine twin. Start with /api/registry.json.

- Full registry (JSON): https://mcp.film/api/registry.json
- Index (llms.txt): https://mcp.film/llms.txt
- Whole directory, one markdown file: https://mcp.film/llms-full.txt
- One server: https://mcp.film/api/mcps/{slug}.json or https://mcp.film/mcps/{slug}.md
- Pipeline guide: https://mcp.film/stack.md
- New additions feed: https://mcp.film/feed.xml
- Meta-MCP server: `claude mcp add mcp-film -- npx -y mcp-film`
  (tools: search_film_mcps, get_film_mcp, get_install_config, plan_film_stack,
  and submit_listing — propose a new server; validated, deduped, returned as a
  ready-to-file GitHub issue payload)

Server fields: slug, name, vendor, official (bool), category, tagline, description,
capabilities[], tools_sample[], install.{claude_code,remote_url,stdio_command},
auth.{type,env_var,key_url}, pricing (free|freemium|paid|credits), links, added,
verified (last confirmed working), notes (caveats worth reading).

To submit or correct an entry: open an issue or PR at https://github.com/c47-inc/mcp-film.
