{
  "name": "openwide",
  "description": "OpenWide MCP server — real-time UK dental appointment availability. Read-only tools to search clinics by location and get a clinic's slot grid, with deep links to book on OpenWide.",
  "version": "1.0.0",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.openwide.clinic/mcp"
  },
  "authentication": { "type": "none" },
  "tools": [
    {
      "name": "search_dentists",
      "description": "Search UK dental clinics near a location with real-time availability. Read-only."
    },
    {
      "name": "get_clinic",
      "description": "Full profile and slot grid for one clinic by its public id (slug). Read-only."
    }
  ],
  "documentation": "https://www.openwide.clinic/developers",
  "openapi": "https://www.openwide.clinic/api/public/v1/openapi.json"
}
