Overview
What is MedRehab Group MCP Server?
An MCP server that provides access to authentic MedRehab Group clinic locations via the Juvonno API. It offers two main functions: finding the nearest clinic by postal code and retrieving all clinic locations.
How to use MedRehab Group MCP Server?
Deploy to Heroku using the provided files. The server runs on HTTP; use GET / for health checks and POST /mcp for MCP protocol communication. Invoke the findLocationByPostalCode or getAllLocations functions through the MCP endpoint.
Key features of MedRehab Group MCP Server
- Authentic clinic data from 12 MedRehab Group locations
- Voice‑input postal code matching (handles “L 1 V 1 B 5” format)
findLocationByPostalCode: find nearest clinic by postal codegetAllLocations: get all clinic locations
Use cases of MedRehab Group MCP Server
- Find the nearest MedRehab Group clinic by entering a postal code
- Retrieve a complete list of all MedRehab Group clinic locations
- Integrate authentic clinic location data into MCP‑enabled assistants or applications
FAQ from MedRehab Group MCP Server
How do I deploy the server?
Deploy to Heroku using the provided files. The server runs on HTTP for Heroku compatibility.
What endpoints are available?
Health check at GET / and MCP protocol communication at POST /mcp.
What functions does the server provide?
findLocationByPostalCode returns the nearest clinic given a postal code (supports voice‑input formats), and getAllLocations returns all clinic locations.
Where does the clinic data come from?
The server is connected to medrehabgroup.juvonno.com and serves authentic clinic information from 12 MedRehab Group locations.