# Singapore MRT Delay Compensation Calculator AI Agent Connect

> Determine eligibility for MRT delay compensation based on official transit rules.

## Overview
- **Category:** travel
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XDe9VBd48du863PdrktrwspzoUQ5kCgMrc7Vtln6/ai-agent-connect
- **Tags:** singapore, mrt, transit, compensation, transport

## Description

This MCP server provides deterministic tools to calculate compensation eligibility for passengers affected by Singapore MRT service disruptions. Using official transit guidelines, you can use `calculate_compensation_eligibility` to find out which transit pass you are entitled to based on the delay duration. You can also use `validate_line_identifier` to check if a specific line is supported, or `get_claim_window_status` to see if you are still within the 72-hour claim window.

## Tools

### validate_line_identifier
Checks if a line name is valid

### calculate_compensation_eligibility
Determines MRT compensation eligibility

### get_claim_window_status
Checks if a claim is still eligible based on elapsed time

## Prompt Examples

**Prompt:** 
```
I was delayed by 45 minutes on the North South Line (NS). Am I eligible for compensation?
```

**Response:** 
```
Yes, you are eligible for a 2-day pass because your delay was between 30 and 59 minutes.
```

**Prompt:** 
```
Is the Circle Line (CC) supported by this calculator?
```

**Response:** 
```
Yes, the Circle Line (CC) is a supported MRT line.
```

**Prompt:** 
```
It has been 80 hours since my 120-minute delay on the East West Line (EW). Can I still claim?
```

**Response:** 
```
No, you are no longer eligible to file a claim as the 72-hour window has expired.
```

## Frequently Asked Questions

**How do I know if I am eligible for compensation?**
You can use the `calculate_compensation_eligibility` tool. If your delay is 15 minutes or more, you will be eligible for a specific transit pass tier.

**What is the deadline to file a claim?**
Claims must be submitted within 72 hours of the delay. You can verify your status using `get_claim_window_status`.

**What proof do I need to provide?**
Standard claims require a Delay Certificate or EZ-Link tap-in/out data for digital verification.
