Skip to main content
Glama
miiakorhonen

Rehabilitation Monitoring MCP Server

by miiakorhonen

Rehabilitation Monitoring MCP Server

An MCP (Model Context Protocol) server for rehabilitation monitoring built with the Python SDK. The server exposes rehabilitation datasets, monitoring tools, reporting workflows, and research retrieval capabilities through a standardized MCP interface.

Development Approach

This project was developed using an LLM-assisted development workflow inspired by the MCP tutorial on building MCP servers with LLMs. Functionality was designed, implemented, tested, and refined iteratively through prompt-driven development, MCP tool testing, and human review.

The project evolved from basic rehabilitation-monitoring tools into more advanced workflows, including risk assessment, decline detection, intervention planning, alert generation, and an agentic rehabilitation workflow for reviewing and updating patient plans.

Reference:

Related MCP server: openemr-mcp

What it provides

Tools

  • get_patient_information

  • calculate_patient_risk_scores

  • identify_declining_rehabilitation_outcomes

  • generate_rehabilitation_reports

  • create_patient_alerts

  • create_intervention_plan

  • review_and_update_patient_plan

  • search_rehabilitation_research

Prompts

  • generate_patient_progress_summaries

  • create_rehabilitation_monitoring_reports

  • explain_risk_classifications

  • recommend_follow_up_actions

Resources

  • rehab://data/patients.csv

  • rehab://data/therapy_sessions.csv

  • rehab://data/wearable_measurements.csv

  • rehab://data/medication_adherence.csv

  • rehab://alerts

Data directory

By default the server reads CSV files from ./data. You can override that with REHAB_DATA_DIR.

Expected filenames:

  • patients.csv

  • therapy_sessions.csv

  • wearable_measurements.csv

  • medication_adherence.csv

The research search tool uses the Firecrawl API. Set:

  • FIRECRAWL_API_KEY

  • optionally FIRECRAWL_API_URL if you use a different endpoint

The tool uses Firecrawl to retrieve rehabilitation-related research papers and summaries from external sources.

Example MCP Usage

Examples:

  • Calculate patient risk scores

  • Generate rehabilitation reports

  • Identify declining rehabilitation outcomes

  • Create patient alerts

  • Retrieve rehabilitation-related research

Example prompts:

  • Use the rehab-monitor MCP server to calculate patient risk scores.

  • Use the rehab-monitor MCP server to generate a rehabilitation report for patient P001.

  • Use the rehab-monitor MCP server to search rehabilitation research related to stroke recovery.

Sample Data

The repository includes synthetic rehabilitation monitoring datasets containing:

  • patient records

  • therapy session data

  • wearable sensor measurements

  • medication adherence records

These datasets are intended for MCP development and testing purposes only and do not contain real patient information.

Run

uv run rehab-monitor

Or connect the script path directly from an MCP host.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that connects AI assistants to OpenEMR instances to manage patient records, clinical trends, and medication safety. It provides 17 tools for tasks such as patient search, drug interaction checks, and generating comprehensive health trajectories and visit preparations.
    Last updated
    17
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A comprehensive MCP server that bridges AI applications with FHIR healthcare data systems, enabling patient data access, clinical data retrieval, and data quality assessment.
    Last updated
    4

View all related MCP servers

Related MCP Connectors

  • MCP server for Altmetric APIs - track research attention across news, policy, social media, and more

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

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/miiakorhonen/rehab-monitor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server