# Pet Anesthesia Risk Scorer MCP for AI Agents MCP

> Pet Anesthesia Risk Scorer estimates a pet's ASA physical status classification, providing vets with an early warning system for surgical risk. It analyzes weight, body condition scores, and complex medical histories to classify patients from Class I (healthy) through Class V (moribund). This gives veterinary staff immediate data points needed before any anesthetic procedure.

## Overview
- **Category:** medical
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_j0qrQ0yMN1K0KChYhNU9jhNtaNB55UY5q94nLQpl/mcp
- **Tags:** veterinary, anesthesia, asa-class, pet-health, risk-assessment

## Description

Before a pet goes under for surgery, vets need to know if the anesthesia plan is safe. The Pet Anesthesia Risk Scorer provides that critical clinical decision support by estimating the ASA physical status classification. Your agent uses this MCP to assess patient risk levels—from Class I to Class V—by taking into account everything from age and weight to body condition score and existing medical issues. Instead of reviewing dozens of scattered charts, you get a single, aggregated assessment of overall surgical risk. This saves time and directly impacts the quality of care. By centralizing this complex data flow, it helps veterinarians make faster, safer decisions right in their workflow, all accessible via your AI client through Vinkius.

## Tools

### calculate_asa_class
Estimates the American Society of Anesthesiologists (ASA) physical status classification for a pet using its general health metrics.

### evaluate_body_condition_risk
Analyzes potential airway and cardiovascular complications based on the pet's recorded weight and body condition score (BCS).

### summarize_medical_severity
Aggregates a list of existing medical conditions into a simplified impact tier for better surgical planning.

## Prompt Examples

**Prompt:** 
```
What is the ASA class for an 8-year-old Beagle weighing 15kg with a BCS of 6 and mild kidney issues?
```

**Response:** 
```
**ASA Classification Report**
*   **Estimated Class:** II (Mild systemic disease)
*   **Assessment Details:** The patient shows stability but minor systemic compromise.
*   **Recommendations:** Proceed with caution. Monitor renal function closely during the procedure.
```

**Prompt:** 
```
Evaluate anesthetic risk for a 22kg Golden Retriever, BCS of 9, and mild hypertension.
```

**Response:** 
```
**Anesthesia Risk Analysis: High Concern**
*   **Primary Risks:** Respiratory (due to high BCS/weight) and Cardiovascular.
*   **Action Required:** Recommend pre-emptive bronchodilators. Intubation difficulty is significantly elevated. Consult a specialist for monitoring.
```

**Prompt:** 
```
Summarize the severity of [hip dysplasia, moderate heart murmur] in a 10kg cat?
```

**Response:** 
```
**Medical Severity Tier Summary**
*   **Tier:** Moderate
*   **Impact Statement:** The combination of joint issues and cardiac compromise significantly impacts overall surgical planning. Pre-op workups must focus heavily on stabilizing the cardiovascular system.
```

## Capabilities

### Determine ASA Physical Status
Calculates the American Society of Anesthesiologists (ASA) physical status classification for a pet based on general health parameters.

### Analyze Body Condition Risks
Assesses potential airway and cardiovascular complications by analyzing the pet's current weight relative to its body condition score.

### Consolidate Medical Severity Tiers
Aggregates multiple pre-existing medical conditions into a simple, actionable impact tier for surgical planning.

## Use Cases

### The Obese Patient Undergoing Surgery
A vet tech inputs data for an overweight dog scheduled for a minor surgery. The agent runs the risk scorer, which uses `evaluate_body_condition_risk` to flag increased respiratory danger and suggests pre-anesthetic protocols.

### Geriatric Patient with Multiple Conditions
A patient arrives with documented renal failure and hypertension. The agent runs the scorer, which uses `summarize_medical_severity` to categorize these conditions, telling the vet that planning must account for significant organ impact.

### Routine Check-up Before Planned Op
A 5-year-old cat needs routine spaying. The agent uses `calculate_asa_class` to get a quick, preliminary score (e.g., Class II), confirming the pet is stable and ready for simple general anesthesia.

### Emergency Admission Assessment
A dog comes in critically ill with unknown history. The agent uses all three tools—ASA class, body condition risk, and medical severity summary—to give an immediate triage score, guiding the vet on whether surgery is even appropriate right now.

## Benefits

- Pinpoint surgical risk immediately. The scoring process provides an estimated ASA class, moving beyond simple guesswork to a formalized, industry-standard assessment.
- Reduce cognitive load on staff. Instead of manually reviewing multiple charts for age, weight, and history, the tools consolidate this into actionable data points.
- Improve protocol adherence. Using `evaluate_body_condition_risk` ensures that airway and cardiovascular risks related to obesity or poor body mass are never missed before procedures begin.
- Streamline preoperative planning. The ability to run through `summarize_medical_severity` means the team instantly knows if a pet's multiple conditions elevate overall surgical risk to 'Moderate' or 'Significant'.
- Faster client communication. You can present owners with a clear, data-driven risk profile right away, setting realistic expectations for post-op care and recovery.

## How It Works

The bottom line is that it takes complex veterinary data points from multiple sources and outputs one clear risk grade, saving time during critical pre-op planning.

1. Feed the MCP your pet's baseline data: age, weight, body condition score, and a list of existing health issues.
2. The system first uses one tool to estimate the core ASA classification. Then, it runs two other tools; one evaluates physical risks using BCS/weight, and another groups all medical conditions into an impact tier.
3. Your agent compiles these three separate reports into a single summary, giving you a comprehensive risk profile for the vet team.

## Frequently Asked Questions

**How does Pet Anesthesia Risk Scorer help me decide if a pet is safe for surgery?**
It gives you a standardized ASA class and multiple risk scores that move beyond simple guesswork. The MCP assesses age, weight, body condition, and medical history to give you an objective picture of the patient’s readiness.

**Is this Pet Anesthesia Risk Scorer only for big dogs?**
No, it works on all sizes. It evaluates risk using metrics like Body Condition Score (BCS) and weight relative to general health, making it useful for cats, small breeds, and large animals alike.

**What if my pet has multiple chronic conditions? Can the MCP handle that?**
Yes. The Pet Anesthesia Risk Scorer uses a tool to aggregate all listed medical issues (like kidney failure or heart murmurs) into one simplified impact tier, so you see the big picture immediately.

**Do I need to manually input every piece of data for the MCP?**
You provide the baseline information—the weight, BCS, and condition list. The AI agent then runs all the necessary calculations internally, giving you a single, compiled risk report without the manual crunching.

**Can this score replace my vet's final clinical judgment?**
No. This MCP is a powerful decision support tool designed to give your vet consistent, data-backed scores and warnings. It helps guide the process but never replaces professional expertise.