← anteoshealth.com
INDIVIDUAL MCP TOOL
search_doctors
Recherche des médecins Anteos par spécialité et/ou ville.
LIVE ENDPOINT
https://anteoshealth.com/mcp
Connect to this endpoint to inspect the live schema for search_doctors and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.anteos-mcp-server]
url = "https://anteoshealth.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anteos-mcp-server": {
"type": "http",
"url": "https://anteoshealth.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anteos-mcp-server
Remote MCP URL: https://anteoshealth.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"anteos-mcp-server": {
"url": "https://anteoshealth.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anteos-mcp-server": {
"type": "http",
"url": "https://anteoshealth.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anteos-mcp-server",
"transport": "streamable-http",
"url": "https://anteoshealth.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
book_appointment— Prend un rendez-vous pour un patient chez un médecin Anteos.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.get_available_slots— Retourne les créneaux disponibles pour un médecin à une date donnée.get_appointment— Récupère les informations et le statut d'un rendez-vous.cancel_appointment— Annule un rendez-vous existant.resend_appointment_token— Renvoie par email au patient le lien de gestion de son rendez-vous.reschedule_appointment— Reporte un rendez-vous existant vers un nouveau créneau.list_my_appointments— Liste les rendez-vous créés par cette clé partenaire.