{
  "schema_version": "v1",
  "name": "ProView 3D MCP Server",
  "title": "ProView 3D — Virtual Tours Palestine",
  "version": "1.0.0",
  "description": "MCP server for ProView 3D virtual tour services in Palestine. Book 3D tours, get service info, explore demo tours.",
  "url": "https://proview3d.com",
  "website_url": "https://proview3d.com",
  "repository": "https://proview3d.com",
  "icons": [
    {
      "url": "https://proview3d.com/logo.png",
      "type": "image/png"
    }
  ],
  "tools": [
    {
      "name": "get_proview3d_services",
      "description": "Get list of virtual tour services offered by ProView 3D in Palestine",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "book_virtual_tour",
      "description": "Book a 3D virtual tour photography session via WhatsApp",
      "inputSchema": {
        "type": "object",
        "properties": {
          "location": {
            "type": "string",
            "description": "Location in Palestine (city/area)"
          },
          "space_type": {
            "type": "string",
            "description": "Type of space: shop, office, exhibition, restaurant"
          }
        },
        "required": [
          "location",
          "space_type"
        ]
      }
    },
    {
      "name": "get_virtual_tour_demo",
      "description": "Get demo virtual tour links to experience ProView 3D quality",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    }
  ],
  "contact": {
    "whatsapp": "+972524620238",
    "url": "https://www.proview3d.com"
  }
}