Serversio.github.Anteos-Health/anteos-booking
B

Anteos Health — Medical Appointment Booking

io.github.Anteos-Health/anteos-booking · v1.2.1
● Remote
v1.2.1remote🌐 https://anteoshealth.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Anteos-Health/anteos-booking",
  "description": "Book medical appointments with French doctors by specialty and city via AI agents.",
  "title": "Anteos Health — Medical Appointment Booking",
  "repository": {
    "url": "https://github.com/Anteos-Health/anteos-mcp",
    "source": "github"
  },
  "version": "1.2.1",
  "websiteUrl": "https://anteoshealth.com/docs/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://anteoshealth.com/mcp",
      "headers": [
        {
          "description": "Your Anteos partner API key — format: Bearer <anteos_mcp_...>",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}