{
  "specVersion": "1.0",
  "host": {
    "identifier": "veterical.com",
    "displayName": "Veterical",
    "documentationUrl": "https://www.veterical.com/developers/#mcp"
  },
  "entries": [
    {
      "identifier": "urn:air:veterical.com:mcp:veterical",
      "displayName": "Veterical MCP",
      "type": "application/mcp+json",
      "url": "https://www.veterical.com/.well-known/mcp/server-card.json",
      "description": "Veterinary practice management with scoped developer APIs and a read-only administrative MCP connector that excludes animal, owner, and clinical records.",
      "capabilities": [
        "list_clinics",
        "get_clinic",
        "get_clinic_availability",
        "list_clinic_providers",
        "get_clinic_schedule_summary",
        "list_calendar_events",
        "list_procedures",
        "list_payments",
        "list_subscriptions",
        "show_clinic_overview"
      ],
      "representativeQueries": [
        "Summarize clinic availability without exposing animal or owner records.",
        "Show aggregate clinic capacity and payment totals."
      ],
      "trustManifest": {
        "identity": "https://veterical.com/.well-known/ai-catalog.json#veterical",
        "identityType": "dns",
        "privacyPolicyUrl": "https://www.veterical.com/en/privacy-policy/",
        "termsOfServiceUrl": "https://www.veterical.com/en/terms-and-conditions/",
        "provenance": [
          {
            "type": "source",
            "uri": "https://github.com/veterical/claude-plugin"
          }
        ]
      }
    }
  ]
}
