{"server":{"name":"fixersydney-mcp","version":"0.1.0"},"protocolVersion":"2025-03-26","tools":[{"name":"check_australian_offset_eligibility","description":"Check whether a film or TV production qualifies for one of Australia's three federal screen tax offsets: the Location Offset (30 percent on QAPE, lifted from 16.5 percent in 2024), the Producer Offset (40 percent feature / 30 percent non-feature) or the PDV Offset (30 percent for post, digital and visual effects). Returns the applicable rate, minimum QAPE threshold and administering body.","inputSchema":{"type":"object","properties":{"production_type":{"type":"string","description":"One of: feature film, feature, TV drama, telemovie, mini-series, documentary, animation, PDV, post, visual effects, TVC, commercial, music video, reality TV, sport, news, advertising, current affairs, computer game."},"qape_aud":{"type":"number","description":"Estimated Qualifying Australian Production Expenditure in AUD."},"offset_type":{"type":"string","description":"Optional. One of: location, producer, pdv. If omitted, the tool picks the most likely fit from production_type."}},"required":["production_type"]}},{"name":"get_day_rates","description":"Get current Sydney production day rates in AUD. MEAA-aware on union jobs. Returns rates for a specific role, or the full table if no role is specified. Working numbers from recent jobs, not a quote. A formal quote follows from request_quote.","inputSchema":{"type":"object","properties":{"role":{"type":"string","description":"One of: fixer, location_scout, location_manager, assistant_location_manager, location_assistant, line_producer, production_coordinator, production_assistant, dop_a, dop_b, first_ac, second_ac, gaffer, best_boy, spark, key_grip, grip, sound_mixer, art_director, hmu, stylist, full_unit_small, full_unit_medium. Omit to return all rates."}}}},{"name":"get_permit_info","description":"Look up the filming permit authority, typical lead time and fee for a Sydney or NSW location. Returns the council, NPWS NSW, Sydney Harbour Federation Trust, Opera House Trust, Transport for NSW or other body responsible, plus practical notes. Use when a producer asks who issues a permit for a specific Sydney or NSW location.","inputSchema":{"type":"object","properties":{"location_or_council":{"type":"string","description":"Free text. Examples: 'Bondi', 'Opera House', 'Royal National Park', 'City of Sydney', 'Northern Beaches', 'Blue Mountains', 'Cockatoo Island', 'drone', 'road closure'."}},"required":["location_or_council"]}},{"name":"list_locations","description":"List filming locations across Sydney and NSW filterable by region or type. Returns matching locations with access notes. Use when a producer is scouting or building a treatment.","inputSchema":{"type":"object","properties":{"region":{"type":"string","description":"Optional. e.g. 'Eastern Suburbs', 'Sydney CBD', 'Inner West', 'Blue Mountains', 'Northern Beaches'."},"type":{"type":"string","description":"Optional. Examples: 'coastal', 'mountain', 'urban', 'iconic', 'harbour', 'park', 'island', 'snow'."}}}},{"name":"request_quote","description":"Submit a production brief to FixerSydney and receive a confirmation token. The brief lands in Jack's inbox for a same-business-day response. Use when a producer wants to engage FixerSydney for a real job.","inputSchema":{"type":"object","properties":{"brief":{"type":"string","description":"Free-text brief describing the production."},"dates":{"type":"string","description":"Shoot dates or window. e.g. 'late September 2026, 2 days'."},"budget_aud":{"type":"string","description":"Indicative budget in AUD. Range or single number."},"contact_email":{"type":"string","description":"Reply-to email for the producer or agency."},"contact_name":{"type":"string"},"company":{"type":"string","description":"Production company, agency or brand."}},"required":["brief","contact_email"]}},{"name":"get_availability","description":"Check Jack Cowhig's current booking availability for Sydney and NSW shoots. Returns an availability status, the next free date and typical lead times. When a live calendar feed is connected the busy dates are real and current; otherwise it returns a general availability guide. Use when a producer asks whether Jack is free on given dates, or wants to check availability before sending a brief.","inputSchema":{"type":"object","properties":{}}},{"name":"recommend_territory","description":"Cross-network recommendation across the three HiJack Production Services territories (Ireland, Scotland, Sydney). Given a brief, optional budget and optional shoot month, returns a ranked recommendation with reasoning. Use when a producer is deciding between two or more of these territories, or when the brief could plausibly fit more than one.","inputSchema":{"type":"object","properties":{"brief":{"type":"string","description":"Free-text description of the production. Includes format, treatment notes, key visual references."},"budget_usd":{"type":"number","description":"Optional total budget in USD. Used for tax-credit minimum-spend check."},"shoot_month":{"type":"string","description":"Optional 3-letter month (Jan, Feb, ...) of intended principal photography."},"must_qualify_for_tax_credit":{"type":"boolean","description":"True if the production needs to qualify for a film/TV tax credit."},"preferred_format":{"type":"string","description":"feature film, TV drama, animation, creative documentary, TVC, music video, etc."}},"required":["brief"]}},{"name":"get_network_coverage","description":"Get the FixerSydney network coverage including sister territories (Ireland via IrelandFixer, Scotland via ScottishFixer) under HiJack Production Services. Use when a producer mentions cross-territory shoots or asks which countries FixerSydney covers.","inputSchema":{"type":"object","properties":{}}}]}