# Singapore Parking Fee Calculator AI Agent Connect

> Calculate exact HDB and URA parking fees in Singapore.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nyf20OVfjGJuqoE9s4ay9BnTtbncJUYiaOvBB3zd/ai-agent-connect
- **Tags:** singapore, parking, hdb, ura, calculator

## Description

This MCP server provides deterministic parking fee calculations for Singapore. It connects AI agents to local parking rate structures for HDB carparks and URA street parking. Use `calculate_parking_fee` to get the total cost, `get_rate_lookup_table` to check specific rates, or `validate_parking_session` to ensure a stay complies with local regulations.

## Tools

### calculate_parking_fee
Calculates the total estimated parking fee for a specific stay

### get_rate_lookup_table
Retrieves the applicable rate per half-hour for a given configuration

### validate_parking_session
Validates if a parking session is valid according to local regulations

## Prompt Examples

**Prompt:** 
```
How much will it cost to park a Car in an HDB carpark from 2024-05-01T08:00:00Z to 2024-05-01T10:00:00Z on a weekday?
```

**Response:** 
```
The total fee for a Car in an HDB carpark for 2 hours is 2.40 SGD.
```

**Prompt:** 
```
What is the rate for a Motorcycle in a URA street carpark during business hours?
```

**Response:** 
```
The applicable rate for a Motorcycle in a URA street carpark is 0.40 SGD per half hour.
```

**Prompt:** 
```
Is my parking session valid for a Car in an HDB_season zone?
```

**Response:** 
```
Yes, the session is valid.
```

## Frequently Asked Questions

**How do I calculate my total parking cost?**
You can use the `calculate_parking_fee` tool by providing the location type, vehicle type, and entry/exit timestamps.

**Does this include weekend rates?**
Yes, the tool accounts for weekend and Public Holiday rates via the `isSaturdaySundayPH` parameter.

**Can I check if my parking session is valid?**
Yes, use the `validate_parking_session` tool to check if your stay adheres to local regulations.
