medicover-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEDICOVER_TIMEOUT | No | HTTP timeout in seconds for API requests. | 30 |
| MEDICOVER_STORE_PATH | No | Path to the credential store file (refresh token). | ~/.config/medicover-mcp/credentials.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_patientsA | List every patient the logged-in account can act on. Returns the account holder plus any linked dependents (e.g. children). Each entry has a
stable |
| list_appointmentsA | List a patient's appointments (upcoming by default). Each appointment includes an opaque |
| list_appointment_filtersA | Resolve names → IDs from a patient's own visit history. Returns the specialties, doctors, clinics and regions seen in this patient's appointments, each as {id, name}. Use this to discover the opaque IDs that search_slots needs (e.g. the region id and a specialty id), then narrow further with list_search_filters. Read-only. |
| list_search_filtersA | List the clinics, doctors and languages bookable for a region + specialty selection. Use this after picking a region and specialty to enumerate valid clinic and doctor IDs before calling search_slots. Read-only. |
| search_slotsA | Find available appointment slots for a specialty/region (optionally doctor/clinic). Each returned slot carries a |
| book_appointmentA | Book an available slot for a specific patient.
Note: |
| reschedule_appointmentA | Move an existing appointment to a different slot (atomic; never cancels without rebooking). Only moves to the slot you explicitly pass. With |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattijskersten/medimcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server