{
  "schemaVersion": "2026-03-26",
  "name": "Etienne Morax",
  "description": "Read-only tools describing the services, portfolio and contact details of Etienne Morax, photographer and filmmaker in London.",
  "url": "https://www.moraxphotography.com/",
  "transport": {
    "type": "webmcp",
    "api": "document.modelContext"
  },
  "tools": [
    {
      "name": "list_services_and_pricing",
      "description": "List Morax Photography services (executive portraits, brand campaigns, events, films, studio hire) with indicative starting prices in GBP.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "sourceUrl": "https://www.moraxphotography.com/services",
      "annotations": {
        "readOnlyHint": true
      }
    },
    {
      "name": "list_portfolio_categories",
      "description": "List the photography and film portfolio categories on moraxphotography.com and their URLs.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "sourceUrl": "https://www.moraxphotography.com/work",
      "annotations": {
        "readOnlyHint": true
      }
    },
    {
      "name": "get_contact_info",
      "description": "Get contact details (email, phone, studio location, contact page URL) to reach photographer Etienne Morax about a booking or brief.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      },
      "sourceUrl": "https://www.moraxphotography.com/contact",
      "annotations": {
        "readOnlyHint": true
      }
    }
  ],
  "data": {
    "list_services_and_pricing": {
      "services": [
        {
          "name": "Executive & corporate portraits",
          "description": "Directed headshots and editorial-style portraits for leadership, partners and teams.",
          "priceFrom": "£800",
          "url": "https://www.moraxphotography.com/executive-headshots-london"
        },
        {
          "name": "Brand campaigns",
          "description": "Still photography for product, lifestyle and brand identity, in studio or on location.",
          "priceFrom": "£2,000",
          "url": "https://www.moraxphotography.com/work/brand"
        },
        {
          "name": "Event & conference coverage",
          "description": "Corporate events, summits and internal launches, with selects delivered within 48 hours.",
          "priceFrom": "£1,500 per day",
          "url": "https://www.moraxphotography.com/event-photographer-london"
        },
        {
          "name": "Brand films",
          "description": "Short-form films for brands, products and founders, from concept to delivery.",
          "priceFrom": "Quoted per project",
          "url": "https://www.moraxphotography.com/film-cinematic-production"
        },
        {
          "name": "Studio hire",
          "description": "The Designer's Penthouse — 250 m² south-facing daylight studio in Old Street, London, with or without crew.",
          "priceFrom": "Quoted on request",
          "url": "https://www.moraxphotography.com/studio"
        }
      ]
    },
    "list_portfolio_categories": {
      "categories": [
        {
          "name": "Brand",
          "url": "https://www.moraxphotography.com/work/brand"
        },
        {
          "name": "Corporate",
          "url": "https://www.moraxphotography.com/work/corporate"
        },
        {
          "name": "Culture",
          "url": "https://www.moraxphotography.com/work/culture"
        },
        {
          "name": "Events",
          "url": "https://www.moraxphotography.com/work/events"
        }
      ]
    },
    "get_contact_info": {
      "email": "info@moraxphotography.com",
      "phone": "+44 7 956 457 889",
      "location": "Old Street, Shoreditch, London EC1",
      "contactPageUrl": "https://www.moraxphotography.com/contact"
    }
  }
}