Catalog
io.github.geraservicesuk/mcp-gera-clinic
OfficialSearch doctors, check availability, book medical appointments. 7 tools. 50+ countries.
Searches doctors, checks availability, and books medical appointments across 50+ countries.
README not available yet.
Install
Configuration
Environment variables
GERACLINIC_API_URLBase URL for the GeraClinic API (defaults to https://api.geraclinic.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gera-clinic": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-clinic@0.1.0"
],
"env": {
"GERACLINIC_API_URL": "<YOUR_GERACLINIC_API_URL>"
}
}
}
}