# Singlish Formality Translator AI Agent Connect

> Converts Singlish to Standard English with formality analysis.

## Overview
- **Category:** language
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WkN1QJ7J9gsLdKxcciLmPQrYEhHMbhcT5Q66IMEJ/ai-agent-connect
- **Tags:** singlish, english, translation, formality, sarcasm

## Description

This MCP server provides a deterministic engine to translate Singlish colloquialisms into Standard English. It quantifies the shift in professional tone using formality scores and detects emotional sarcasm markers. Use `translate_singlish` to convert phrases, `get_translation_map` to view the dictionary, or `analyze_formality_components` to identify specific linguistic drivers of formality.

## Tools

### analyze_formality_components
Breaks down a text to identify which specific words are driving the formality score

### get_translation_map
Retrieves the current dictionary of Singlish-to-English phrase mappings

### translate_singlish
Converts a Singlish input string into a standardized English equivalent and provides a linguistic formality analysis

## Prompt Examples

**Prompt:** 
```
Translate this: Don't play play
```

**Response:** 
```
Please take this seriously.
```

**Prompt:** 
```
Can or not?
```

**Response:** 
```
Is this feasible?
```

**Prompt:** 
```
Sian, wah lau.
```

**Response:** 
```
I am feeling burnt out.
```

## Frequently Asked Questions

**How does the formality score work?**
The score ranges from 0 to 100. Singlish is treated as low-formality (near 0), while Standard English is high-formality (near 100). The `formality_loss` shows the increase in professional tone.

**Can I see the list of supported phrases?**
Yes, you can use the `get_translation_map` tool to retrieve the current dictionary of Singlish-to-English mappings.

**What is sarcasm detection?**
The engine identifies specific Singlish interjections like 'wah lau' or 'aiyo' to flag if the input contains sarcasm markers.
