{
  "$schema": "https://modelcontextprotocol.io/schema/server-card.json",
  "serverInfo": {
    "name": "theunknownfilmcompany-mcp",
    "title": "The Unknown Film Company MCP Server",
    "version": "1.0.0",
    "description": "Official Model Context Protocol (MCP) server for querying documentary metadata, film accolades, soundtrack details, and contacting the production team.",
    "websiteUrl": "https://www.theunknownfilmcompany.com"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://www.theunknownfilmcompany.com/api/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_film_synopsis",
      "description": "Retrieve the official synopsis, director biography, themes, and background for the documentary Roshni: Ray of Light."
    },
    {
      "name": "list_screenings_and_awards",
      "description": "List verified film festival laurels, awards, special screenings, and critical acclaim."
    },
    {
      "name": "get_soundtrack_info",
      "description": "Get track listings, composer information, and streaming details for the official documentary soundtrack."
    },
    {
      "name": "get_press_kit",
      "description": "Retrieve press quotes, high-resolution media asset links, and review excerpts."
    },
    {
      "name": "get_contact_channels",
      "description": "Get verified contact channels and inquiry guidelines for screenings, distribution, and press."
    }
  ]
}