# MEWS Calculator MCP MCP

> MEWS Calculator is a clinical tool used to track how a patient's health is changing. It takes vital signs like heart rate, blood pressure, and oxygen levels to produce a numerical score. This score helps medical teams spot early signs of trouble before they become emergencies. It's built for quick triage and consistent patient monitoring in high-pressure environments like ERs or ICUs.

## Overview
- **Category:** healthcare
- **Price:** Free
- **Tags:** mews, vital-signs, patient-safety, clinical-score, healthcare-tools

## Description

The MEWS Calculator is a clinical assessment tool used to identify patients at risk of clinical deterioration. In a busy clinic or ER, you don't have time to sit there with a calculator trying to figure out if a patient's heart rate and blood pressure are heading in the right direction. You need to know if they're crashing, and you need to know it now. This MCP takes those raw numbers, the stuff you're already seeing on the monitors, and does the heavy lifting for you. It turns a bunch of separate vitals into a single, objective score that tells you exactly where the patient stands. Instead of guessing if a specific drop in oxygen or a spike in temperature is a "red flag," you get a clear risk category. It helps you move from "I think they might be getting worse" to "The data shows we need to call for help." It's about getting a clear signal in a noisy environment so you can prioritize the patients who need you most. By connecting this to your workspace through the Vinkius catalog, you can access it alongside thousands of other tools from a single connection. It keeps your focus on the bedside while the math happens in the background. You get a clear "go/no-go" for emergency teams, making it easier to stay ahead of complications before they become disasters.

## Tools

### check_activation_threshold
Determines if the current score requires a Rapid Response Team.

### calculate_mews_score
Computes a numerical score based on respiratory rate, SpO2, heart rate, blood pressure, temperature, and AVPU.

### get_clinical_classification
Tells you if a score represents low, medium, or high risk.

## Prompt Examples

**Prompt:** 
```
Calculate the MEWS score for a patient with RR 24, SpO2 92%, HR 110, SBP 95, Temp 38.5, and level V.
```

**Response:** 
```
The calculated MEWS score is 5.
```

**Prompt:** 
```
What is the clinical risk for a patient with a MEWS score of 2?
```

**Response:** 
```
A MEWS score of 2 indicates a Low Risk status.
```

**Prompt:** 
```
Does a MEWS score of 6 require RRT activation?
```

**Response:** 
```
Yes, a score of 6 meets the threshold. Action Required: Activate Rapid Response.
```

## Capabilities

### Calculate risk scores
Turn raw vital signs into a single numerical value.

### Categorize patient status
Get a clear risk level based on the current score.

### Identify emergency triggers
Check if a score hits the level requiring a Rapid Response Team.

### Standardize triage
Use the same scoring logic for every patient in the ward.

### Simplify vital sign analysis
Move from raw data to actionable clinical insights.

## Use Cases

### The busy ER
A patient arrives with a heart rate of 115 and low SpO2. The resident asks the agent to calculate the risk using `calculate_mews_score` and check the status with `get_clinical_classification`.

### The ward ronda
A nurse is checking on five patients. They ask the agent to run `calculate_mews_score` for all of them to see who needs a follow-up in the next hour.

### The shift handover
A nurse wants to summarize a patient's stability. They ask the agent for the current classification using `get_clinical_classification` to include in the report.

### Emergency triage
A patient's temperature is spiking. The team uses `check_activation_threshold` to see if the score has crossed the level requiring a Rapid Response Team.

## Benefits

- Stop guessing at risk: Use `calculate_mews_score` to get a consistent number instead of relying on gut feel when vitals fluctuate.
- Faster triage: Get a risk level instantly with `get_clinical_classification` so you can prioritize the most critical patients first.
- Clearer escalation: Use `check_activation_threshold` to know exactly when to call for a Rapid Response Team without the guesswork.
- Reduced cognitive load: Let the agent handle the math for respiratory rate and systolic blood pressure so you can focus on the patient.
- Standardized care: Ensure every clinician in the building uses the same logic for scoring, which keeps patient safety consistent.

## How It Works

The bottom line is getting an objective, instant risk assessment for any patient based on their current vitals.

1. Input the patient's current vitals like heart rate, blood pressure, and respiratory rate into your agent.
2. The MCP processes these figures against the Modified Early Warning Score logic.
3. You get a risk classification and a clear "go/no-go" for emergency team activation.

## Frequently Asked Questions

**How does the MEWS Calculator work?**
It takes vitals like heart rate and blood pressure to create a numerical score for patient risk.

**Can the MEWS Calculator tell me if I need a Rapid Response Team?**
Yes, use the `check_activation_threshold` tool to see if the score hits the required level.

**What vitals does the MEWS Calculator use?**
It uses respiratory rate, SpO2, heart rate, systolic blood pressure, body temperature, and AVPU status.

**How do I get a risk category?**
Use the `get_clinical_classification` tool to turn a score into a low, medium, or high risk label.

**Can I use the MEWS Calculator for patients with chronic issues?**
It is primarily designed for identifying acute physiological deterioration in clinical settings.

**Can I use the MEWS Calculator with Cursor or Windsurf?**
Yes, you can use this MCP with any compatible client, including Cursor, Windsurf, and Claude. You just need to connect it through your preferred interface.

**Is patient data stored when I use the MEWS Calculator?**
No, your data isn't stored by the MCP. It processes the vitals you enter in the moment to give you a score and classification.

**Does the calculate_mews_score tool replace a clinical judgment?**
No, it's for clinical support. It gives you a score based on the vitals you input so you can see which patients might need more attention.