Film Production Server

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "film-production-server": {
      "url": "https://cineos-cache-us-if-you-can-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "film-production-server": {
      "serverUrl": "https://cineos-cache-us-if-you-can-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.film-production-server]
url = "https://cineos-cache-us-if-you-can-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://cineos-cache-us-if-you-can-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
calculate

Perform basic arithmetic calculations

convert_temperature

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

list_projects

List all stored film production projects with their key details including project name, total budget, shooting days, and creation date.

get_budget

Retrieve budget details for a specific film production project from the database. Returns the complete budget record including allocation across departments.

calculate_budget

Calculate and store film production budget allocation. Allocates total budget across departments (camera, lighting, actors, crew, miscellaneous) based on industry-standard percentages. Stores the record in the mock database. If the project already exists, updates the existing record.

screenplay_reader

Parse screenplay text and extract production requirements including props, costumes, cast members, vehicles, special effects, equipment, and locations. Stores the parsed allocations in the database. If the project already exists, updates the existing record.

generate_schedule

Generate a film production shooting schedule based on screenplay, actor availability, and location constraints. Stores the schedule in the mock database and returns the allocation. If inputs are missing, uses sample mock data.

get_schedule

Retrieve a saved shooting schedule from the mock database by project name.

run_production_workflow

Run the entire film production workflow: parses screenplay, calculates budget, generates schedule, and checks weather for all shooting days. Displays results in the interactive production dashboard widget.

check_weather

Check weather forecast for a film production shooting date and location. Determines filming suitability (Suitable/Risky/Not Suitable) and provides recommendations. For outdoor scenes with unsuitable weather, suggests alternative dates within the next 7 days.