{
  "name": "veterical",
  "displayName": "Veterical",
  "description": "Veterinary practice management with scoped developer APIs and a read-only administrative MCP connector that excludes animal, owner, and clinical records.",
  "version": "0.1.1",
  "serverUrl": "https://mcp.veterical.com/mcp",
  "transport": "streamable-http",
  "documentationUrl": "https://www.veterical.com/developers/#mcp",
  "icons": [
    {
      "src": "https://www.imagelato.com/images/favicon-veterical-5cb1878a-256w.png",
      "mimeType": "image/png"
    }
  ],
  "authentication": {
    "type": "oauth2",
    "required": true,
    "scopes": [
      "veterical:read"
    ]
  },
  "tools": [
    {
      "name": "list_clinics",
      "description": "List safe clinic metadata."
    },
    {
      "name": "get_clinic",
      "description": "Read safe metadata for one clinic."
    },
    {
      "name": "get_clinic_availability",
      "description": "Read aggregate bookable capacity by day."
    },
    {
      "name": "list_clinic_providers",
      "description": "List bookable provider display names."
    },
    {
      "name": "get_clinic_schedule_summary",
      "description": "Read aggregate schedule counts by day."
    },
    {
      "name": "list_calendar_events",
      "description": "List non-appointment calendar blocks without free text."
    },
    {
      "name": "list_procedures",
      "description": "List numeric procedure catalog configuration."
    },
    {
      "name": "list_payments",
      "description": "Read payment aggregates without transaction details."
    },
    {
      "name": "list_subscriptions",
      "description": "Read plan status and administrative limits."
    },
    {
      "name": "show_clinic_overview",
      "description": "Render a privacy-safe administrative clinic overview."
    }
  ]
}
