{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "River Estate Game Farm MCP Server",
  "description": "Official Model Context Protocol (MCP) server for River Estate Game Farm (REG Farm). Allows AI agents to query trophy species, calculate safari quotes, check lodge availability, and submit booking inquiries.",
  "homepage": "https://regfarm.co.za",
  "mcpEndpoint": "https://api.regfarm.co.za/mcp",
  "protocolVersion": "2024-11-05",
  "transports": ["http", "sse"],
  "authentication": {
    "type": "none"
  },
  "tools": [
    {
      "name": "get_farm_overview",
      "description": "Returns an overview of River Estate Game Farm, terrain, location (~90m from OR Tambo), lodging, and safari guidelines."
    },
    {
      "name": "get_species_pricing",
      "description": "Returns current game species with trophy size thresholds, male/female/trophy prices in ZAR and estimated USD."
    },
    {
      "name": "check_booking_availability",
      "description": "Checks if requested dates are available and enforces minimum stay requirements (2-night minimum for weekend stays)."
    },
    {
      "name": "calculate_safari_quote",
      "description": "Calculates an itemized safari package quote for hunters, non-hunters, lodging catering tiers, and trophy species."
    },
    {
      "name": "create_booking_inquiry",
      "description": "Submits a formal safari booking inquiry to the farm management, triggering real-time Email and SMS alerts."
    },
    {
      "name": "get_safari_rules_and_faq",
      "description": "Returns detailed hunting regulations, caliber guidelines, rifle import permits, taxidermy export, and packing FAQs."
    }
  ]
}
