# Fatigue Severity Scorer AI Agent Connect

> Fatigue Severity Scorer is a clinical tool that lets your AI client process Fatigue Severity Scale (FSS) responses. It handles the math for total scores, categorizes fatigue severity, and evaluates how much fatigue interferes with a person's daily life. You can use it to benchmark results against healthy population norms and generate prioritized clinical guidance based on the data.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PNADjnFf02GrDDv7GW5G3uIAom7FolfBqsgHfLdo/ai-agent-connect
- **Tags:** fatigue, fss, clinical, health-assessment, medical-scoring

## Description

You can use this MCP to turn raw questionnaire data into actionable clinical insights. Instead of manually calculating scores, you feed the FSS responses to your AI agent, which then handles the heavy lifting of scoring and categorization. It doesn't just stop at a number; it looks at how fatigue affects specific functional domains in a person's life. You can also check these results against standard healthy population benchmarks to see where a patient stands. This makes it a practical tool for clinicians or researchers who need to move from raw data to clinical recommendations without the manual math errors.

## Tools

### assess_functional_impact
This tool evaluates how much reported fatigue interferes with a user's daily activities.

### calculate_fss_score
This tool calculates the primary numerical score and fatigue category from raw questionnaire responses.

### compare_to_norms
This tool compares a user's score against standard benchmarks for a healthy population.

### generate_clinical_recommendations
This tool provides prioritized guidance based on the calculated severity and impact levels.

## Prompt Examples

**Prompt:** 
```
Calculate the fatigue score for these responses: [3, 2, 4, 3, 2, 1, 3]
```

**Response:** 
```
The total FSS score is 18, which indicates Severe Fatigue.
```

**Prompt:** 
```
What is the functional impact for a user with these FSS ratings: [1, 0, 1, 1, 0, 1, 0]?
```

**Response:** 
```
The functional impact is Low, with minimal interference in daily activities.
```

**Prompt:** 
```
Compare a total FSS score of 22 to the standard norms.
```

**Response:** 
```
A score of 22 is significantly above average compared to the healthy population norm.
```

## Capabilities

### Automated Scoring
Your agent uses this to turn raw numbers into specific fatigue categories.

### Functional Assessment
The AI uses this to determine how fatigue disrupts daily life.

### Normative Benchmarking
Your agent compares individual scores to healthy population data.

### Clinical Guidance
The AI generates prioritized next steps based on the severity results.

## Use Cases

### Patient Intake
Process FSS responses immediately after a patient completes a questionnaire.

### Clinical Research
Benchmark participant fatigue levels against standard population data.

### Progress Monitoring
Track changes in fatigue severity and functional impact over time.

### Decision Support
Use generated recommendations to help guide clinical next steps.

## Benefits

- Eliminates manual calculation errors in FSS scoring.
- Provides immediate context by comparing scores to healthy norms.
- Identifies specific functional areas impacted by fatigue.
- Generates prioritized clinical guidance based on data.

## How It Works

The process moves from raw data to clinical insight in a few steps.

1. Connect your preferred AI client to the Vinkius-hosted MCP.
2. Provide the raw FSS questionnaire responses to your agent.
3. The agent uses the scoring tools to categorize the fatigue level.
4. The agent compares the score to population norms and assesses functional impact.
5. The agent presents the final clinical recommendations.

## Frequently Asked Questions

**What is the Fatigue Severity Scale (FSS)?**
It is a clinical tool used to measure the severity of fatigue and its impact on daily life.

**How do I use this MCP with my AI client?**
You connect your client, like Claude or Cursor, to Vinkius, and then you can call the tools directly through your agent.

**Can this MCP compare my results to healthy people?**
Yes, the compare_to_norms tool benchmarks your results against standard healthy population data.

**Does this tool provide medical advice?**
The tool provides clinical recommendations based on the calculated severity and impact levels.

**What kind of data does the calculate_fss_score tool need?**
It requires the raw numerical responses from the FSS questionnaire.
