A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
List all stored film production projects with their key details including project name, total budget, shooting days, and creation date.
Retrieve budget details for a specific film production project from the database. Returns the complete budget record including allocation across departments.
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.
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 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.
Retrieve a saved shooting schedule from the mock database by project name.
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 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.