{
  "specVersion": "1.0",
  "host": {
    "identifier": "doctofam.com",
    "displayName": "DoctoFam",
    "documentationUrl": "https://www.doctofam.com/developers/#mcp"
  },
  "entries": [
    {
      "identifier": "urn:air:doctofam.com:mcp:doctofam",
      "displayName": "DoctoFam MCP",
      "type": "application/mcp+json",
      "url": "https://www.doctofam.com/.well-known/mcp/server-card.json",
      "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.",
      "capabilities": [
        "list_clinics",
        "get_clinic",
        "get_clinic_schedule_summary",
        "list_procedures",
        "list_rooms",
        "list_calendar_events",
        "list_providers",
        "get_clinic_availability",
        "get_subscription_status",
        "show_clinic_overview"
      ],
      "representativeQueries": [
        "Summarize clinic availability without exposing patient data.",
        "Show aggregate clinic schedule capacity for the next week."
      ],
      "trustManifest": {
        "identity": "https://doctofam.com/.well-known/ai-catalog.json#doctofam",
        "identityType": "dns",
        "privacyPolicyUrl": "https://www.doctofam.com/en/privacy-policy/",
        "termsOfServiceUrl": "https://www.doctofam.com/en/terms-and-conditions/",
        "provenance": [
          {
            "type": "source",
            "uri": "https://github.com/doctofam/claude-plugin"
          }
        ]
      }
    }
  ]
}
