MCP.so
登录

MedRehab Group MCP Server

@SiteGlue

关于 MedRehab Group MCP Server

Medrehab MCP Server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

SiteGlue

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 code
  • getAllLocations: 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.

评论

其他 分类下的更多 MCP 服务器