{
  "name": "doctofam",
  "displayName": "DoctoFam",
  "description": "Practice management for medical and dental clinics, with scoped developer APIs and a read-only administrative MCP connector that excludes patient and clinical data.",
  "version": "0.1.0",
  "serverUrl": "https://mcp.doctofam.com/mcp",
  "transport": "streamable-http",
  "documentationUrl": "https://www.doctofam.com/developers/#mcp",
  "icons": [
    {
      "src": "https://www.imagelato.com/images/favicon-5aa7794a.svg",
      "mimeType": "image/svg+xml"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "required": true,
    "scopes": [
      "doctofam:read"
    ]
  },
  "tools": [
    {
      "name": "list_clinics",
      "description": "List safe clinic metadata."
    },
    {
      "name": "get_clinic",
      "description": "Read safe metadata for one clinic."
    },
    {
      "name": "get_clinic_schedule_summary",
      "description": "Read aggregate schedule counts by day."
    },
    {
      "name": "list_procedures",
      "description": "List non-clinical procedure catalog metadata."
    },
    {
      "name": "list_rooms",
      "description": "List administrative room names."
    },
    {
      "name": "list_calendar_events",
      "description": "List non-appointment calendar blocks without free text."
    },
    {
      "name": "list_providers",
      "description": "List bookable provider display names."
    },
    {
      "name": "get_clinic_availability",
      "description": "List bookable slots without patient or clinical data."
    },
    {
      "name": "get_subscription_status",
      "description": "Read plan status and administrative limits."
    },
    {
      "name": "show_clinic_overview",
      "description": "Render a privacy-safe administrative clinic overview."
    }
  ]
}
