Server data from the Official MCP Registry
Book medical appointments with French doctors by specialty and city via AI agents.
About
Book medical appointments with French doctors by specialty and city via AI agents.
Remote endpoints: streamable-http: https://anteoshealth.com/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
10 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-anteos-health-anteos-booking": {
"url": "https://anteoshealth.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Anteos MCP Server
Book medical appointments with French doctors directly from your AI agent.
Overview
The Anteos MCP Server lets AI agents search for doctors, check availability, book appointments, and manage cancellations — all confirmed in real-time in the doctor's calendar.
Endpoint: https://anteoshealth.com/mcp
Transport: streamable-http
Full docs: anteoshealth.com/docs/mcp
Available Tools
| Tool | Description |
|---|---|
search_doctors | Search doctors by specialty and/or city, with optional availability filter |
get_doctor_profile | Get full profile: coverage, languages, reviews, and 7-day availability |
find_next_available | Find next available slots over a period, filtered by specialty and/or city |
get_available_slots | Get available time slots for a doctor on a specific date |
book_appointment | Book a confirmed appointment, immediately added to the doctor's calendar |
get_appointment | Retrieve appointment details and status (requires appointment token) |
cancel_appointment | Cancel an existing appointment (requires appointment token) |
reschedule_appointment | Atomically reschedule an appointment to a new date and time |
resend_appointment_token | Re-send the appointment management link to the patient's email |
list_my_appointments | List appointments created by this partner key, with status filtering |
Quick Start
AI Agents (Cursor / Claude / Cline)
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"anteos": {
"url": "https://anteoshealth.com/mcp",
"headers": {
"Authorization": "Bearer anteos_mcp_VOTRE_CLE"
}
}
}
}
curl
# List available tools
curl -X POST https://anteoshealth.com/mcp \
-H "Authorization: Bearer anteos_mcp_VOTRE_CLE" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
# Search doctors
curl -X POST https://anteoshealth.com/mcp \
-H "Authorization: Bearer anteos_mcp_VOTRE_CLE" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_doctors","arguments":{"specialty":"cardiologue","city":"Paris"}}}'
# Find next available slots
curl -X POST https://anteoshealth.com/mcp \
-H "Authorization: Bearer anteos_mcp_VOTRE_CLE" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"find_next_available","arguments":{"from_date":"2026-05-10","specialty":"cardiologue","city":"Paris"}}}'
Authentication
All requests require a partner API key in the Authorization header:
Authorization: Bearer anteos_mcp_<your_key>
To get a key: Contact luc.dufour@anteoshealth.com
Registry
Published on the official MCP Registry:
io.github.Anteos-Health/anteos-booking
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
