mcpbeat

Anteos Health — Medical Appointment Booking MCP Server

io.github.Anteos-Health/anteos-booking
answering

Anteos Health — Medical Appointment Booking is answering right now. Last checked 8 min ago. It exposes 10 tools. Last commit 8 May 2026.

Book medical appointments with French doctors by specialty and city via AI agents.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
144 ms
Response time
average over 24h
1
Stars
last commit 8 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add anteos-booking --transport http https://anteoshealth.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anteos-booking": {
      "url": "https://anteoshealth.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anteos-booking]
url = "https://anteoshealth.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "anteos-booking": {
      "url": "https://anteoshealth.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anteos-booking": {
      "url": "https://anteoshealth.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

appointment
get_appointment
Récupère les informations et le statut d'un rendez-vous. Requiert le appointment_token reçu lors de la réservation (book_appointment) — ce token prouve que l'appelant représente le patient concerné.
appointments
list_my_appointments
Liste les rendez-vous créés par cette clé partenaire. Utile pour récupérer l'état après un crash ou un redémarrage de l'agent, ou pour vérifier les RDV en cours sans stocker les tokens côté client.
available
get_available_slots
Retourne les créneaux disponibles pour un médecin à une date donnée. À appeler avant book_appointment pour proposer des options concrètes au patient plutôt que de réserver à l'aveugle.
book
book_appointment
Prend un rendez-vous pour un patient chez un médecin Anteos. Le rendez-vous est immédiatement confirmé dans l'agenda du médecin.
cancel
cancel_appointment
Annule un rendez-vous existant. L'annulation est définitive. Requiert le appointment_token reçu lors de la réservation (book_appointment).
doctor
get_doctor_profile
Retourne le profil complet d'un médecin : coordonnées, secteur conventionnement, carte vitale, tiers payant, téléconsultation, langues, description, diplômes, expertises, avis patients Anteos (note, résumé IA), et créneaux disponibles sur les 7 prochains jours. À appeler après search_doctors pour aider le patient à choisir son médecin.
doctors
search_doctors
Recherche des médecins Anteos par spécialité et/ou ville. Retourne les médecins avec disponibilités, secteur conventionnement et informations pratiques. Utilisez get_doctor_profile avec le champ id pour obtenir le profil complet d'un médecin (avis patients, diplômes, langues, tarifs).
next
find_next_available
Cherche les prochains créneaux disponibles sur une période, pour un ou plusieurs médecins filtrés par spécialité et/ou ville. À préférer à get_available_slots quand l'utilisateur demande "quand est-ce que X est libre" ou "y a-t-il un RDV disponible cette semaine". Retourne au maximum max_slots créneaux par médecin pour ne pas surcharger le contexte.
reschedule
reschedule_appointment
Reporte un rendez-vous existant vers un nouveau créneau. L'opération est atomique : l'ancien RDV est annulé et le nouveau est créé en une seule transaction, évitant qu'un autre agent prenne le créneau cible entre les deux. Un nouveau appointment_token est émis — l'ancien est révoqué définitivement.
resend
resend_appointment_token
Renvoie par email au patient le lien de gestion de son rendez-vous. À utiliser si le appointment_token n'est plus disponible côté client. Le token n'est jamais renvoyé dans la réponse — uniquement par email au patient.

Endpoints

URLTransportStateLatencyChecked
https://anteoshealth.com/mcp streamable-http answering 145 ms 8 min ago

Anteos Health — Medical Appointment Booking — questions

Answers built from our own checks of this server.

What can Anteos Health — Medical Appointment Booking do?
It exposes 10 tools, read directly from the server on our last check. Among them: book_appointment, cancel_appointment, find_next_available, get_appointment, get_available_slots, get_doctor_profile and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Anteos Health — Medical Appointment Booking working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 144 ms. The bar chart above shows every period we have measured.
How do I connect Anteos Health — Medical Appointment Booking?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Anteos Health — Medical Appointment Booking need an API key?
No. Anteos Health — Medical Appointment Booking completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Anteos Health — Medical Appointment Booking?
It answers our handshake in 144 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Anteos Health — Medical Appointment Booking open source?
Yes — 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.