# Singapore Salary Benchmark AI Agent Connect

> Calculate your salary percentile rank against Singapore market benchmarks.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UwnkHHHXQXFfaARtErSO8wvvAug06UtTnfhb0b1y/ai-agent-connect
- **Tags:** salary, singapore, benchmarking, career, economics

## Description

This MCP server provides deterministic salary benchmarking for the Singapore market. It uses Ministry of Manpower (MOM) age-banded medians and industry-specific multipliers to calculate your exact percentile rank and career trajectory score. Use `calculate_salary_percentile` to get a full report including your industry-adjusted median and trajectory status.

## Tools

### get_age_band_median
Retrieves the base Singapore Ministry of Manpower (MOM) median salary for a specific age group

### calculate_salary_percentile
Determines a user's salary percentile rank, industry-adjusted median, and career trajectory score

### get_industry_multiplier
Retrieves the specific economic multiplier associated with a given industry

## Prompt Examples

**Prompt:** 
```
What is my salary percentile if I am 28 years old, have 5 years of experience, earn 6000 SGD, and work in tech?
```

**Response:** 
```
Your percentile rank is 82%, your industry-adjusted median is 5850 SGD, and your career trajectory is On Track.
```

**Prompt:** 
```
Calculate my benchmark for a 24-year-old in F&B earning 3000 SGD.
```

**Response:** 
```
Your percentile rank is 47%, your industry-adjusted median is 2800 SGD, and your career trajectory is Below Benchmark.
```

**Prompt:** 
```
Check the industry multiplier for the finance sector.
```

**Response:** 
```
The multiplier for the finance industry is 1.4.
```

## Frequently Asked Questions

**How is the salary percentile calculated?**
The percentile is calculated by comparing your monthly salary to an industry-adjusted median, which is derived from MOM age-banded data and sector-specific multipliers.

**What industries are supported?**
Supported industries include tech, finance, healthcare, education, f_and_b, and retail.

**Can I use this with Claude Desktop?**
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, and any other MCP-compatible client via Vinkius Edge.
