# Career Progression Timeline AI Agent Connect

> Project career velocity, promotion age, and 10-year salary growth for Singapore professionals.

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

## Description

This MCP server provides deterministic career modeling for professionals in Singapore. It calculates the remaining years until your next promotion and your projected age at that milestone using `calculate_promotion_timeline`. You can also estimate future earnings using `project_salary_growth` to see how promotions and annual raises compound over a decade. For sector-specific rules, use `get_industry_benchmarks` to see how tech, finance, or consulting affects your career speed.

## Tools

### calculate_promotion_timeline
Calculate the remaining years to the next promotion and the expected age at that milestone

### get_industry_benchmarks
Retrieve industry-specific progression offsets and baseline durations

### project_salary_growth
Project salary growth after the next promotion and over a 10-year period

## Prompt Examples

**Prompt:** 
```
I am a junior in tech, 25 years old, and have been in this role for 1 year. When will I be mid-level?
```

**Response:** 
```
You will reach the mid-level in 1.5 years, at the age of 26.5.
```

**Prompt:** 
```
My current salary is 80000. How much will I earn after my next promotion and what will my salary be in 10 years?
```

**Response:** 
```
After your next promotion, your salary will be 100000. In 10 years, your projected annual salary will be 161270.
```

**Prompt:** 
```
What are the standard progression rules for the finance industry?
```

**Response:** 
```
In finance, the adjustment offset is 0 years, meaning progression follows the standard baseline durations for all levels.
```

## Frequently Asked Questions

**How are industry adjustments calculated?**
The tool applies specific offsets to baseline progression durations: Tech subtracts 0.5 years, Finance is the baseline (0 years), and Consulting subtracts 1 year.

**Can I project my salary after a promotion?**
Yes, by using `project_salary_growth`, you can see your immediate salary after a promotion and your projected annual salary after 10 years of compounding growth.

**What career levels are supported?**
The model supports entry, junior, mid, senior, and lead levels.
