{
  "schema_version": "2025-03-26",
  "name": "fizjomental-mcp",
  "display_name": "Fizjomental – Physical Therapy Clinic (Gdynia)",
  "description": "Provides information and contact capabilities for Fizjomental Centrum Fizjoterapii – a specialist physiotherapy and osteopathy clinic in Gdynia, Poland. Supports appointment inquiries via the contact endpoint.",
  "homepage": "https://www.fizjomental.pl",
  "contact_email": "fizjomental@gmail.com",
  "license": "proprietary",
  "openapi": "https://www.fizjomental.pl/api/openapi.json",
  "tools": [
    {
      "name": "send_contact_inquiry",
      "description": "Send a contact inquiry to the clinic. Use this when a user wants to ask about appointments, services, pricing, or any general question. The clinic will respond by email or phone.",
      "endpoint": "https://www.fizjomental.pl/api/contact",
      "method": "POST",
      "content_type": "application/json",
      "parameters": {
        "type": "object",
        "required": ["name", "email", "message"],
        "properties": {
          "name": {
            "type": "string",
            "description": "Full name of the patient or inquirer"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address for clinic to respond to"
          },
          "phone": {
            "type": "string",
            "description": "Optional phone number"
          },
          "service": {
            "type": "string",
            "description": "Service of interest (e.g. fizjoterapia uroginekologiczna, fizjoterapia ortopedyczna, terapia wisceralna, masaż KOBIDO)"
          },
          "message": {
            "type": "string",
            "description": "The message or inquiry text (min 10 characters)"
          },
          "locale": {
            "type": "string",
            "enum": ["pl", "en"],
            "description": "Language preference: 'pl' for Polish, 'en' for English"
          }
        }
      },
      "rate_limit": "3 requests per IP per hour"
    }
  ],
  "resources": [
    {
      "name": "clinic_info",
      "description": "Complete clinic information, services, team, pricing and contact details for AI agents",
      "uri": "https://www.fizjomental.pl/llms.txt",
      "mime_type": "text/plain"
    },
    {
      "name": "clinic_info_full",
      "description": "Extended clinic information with full service descriptions for AI agents",
      "uri": "https://www.fizjomental.pl/llms-full.txt",
      "mime_type": "text/plain"
    },
    {
      "name": "pricing",
      "description": "Full pricing page for all clinic services",
      "uri": "https://www.fizjomental.pl/cennik",
      "mime_type": "text/html"
    }
  ],
  "clinic_metadata": {
    "type": "physiotherapy_clinic",
    "country": "PL",
    "city": "Gdynia",
    "region": "Trójmiasto (Tri-City)",
    "languages": ["pl", "en"],
    "specializations": [
      "uroginekologia",
      "fizjoterapia ortopedyczna",
      "terapia wisceralna",
      "terapia stomatologiczna",
      "masaż KOBIDO",
      "fizykoterapia",
      "rehabilitacja"
    ],
    "phone": "+48 883 446 152",
    "address": "ul. Żołnierzy I Armii Wojska Polskiego 13, 81-383 Gdynia",
    "hours": {
      "monday_friday": "09:00–20:00"
    },
    "booking_note": "Appointments are booked via phone (+48 883 446 152) or via the contact form at https://www.fizjomental.pl/pl#kontakt"
  }
}
