# sg-cpf-calculator-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vdineshk/sg-cpf-calculator-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list vdineshk/sg-cpf-calculator-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/sg-cpf-calculator-mcp calculate_cpf

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/sg-cpf-calculator-mcp calculate_cpf '{}'
```

## Direct MCP Connection

Endpoint: `https://sg-cpf-calculator-mcp--vdineshk.run.tools`

## Tools (4)

- `calculate_cpf` — Calculate Singapore CPF contributions for an employee given salary, age, and citizenship status. Returns employee/emplo…
- `get_cpf_rates` — Get Singapore CPF contribution rate tables by citizenship status. Returns all age band rates with employee/employer per…
- `calculate_take_home` — Calculate net take-home pay after CPF deduction for a Singapore employee. Use this tool when you need a quick salary-to…
- `get_cpf_ceilings` — Get current CPF wage ceilings (OW monthly ceiling, AW annual ceiling) and Skills Development Levy rates. Optionally cal…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/sg-cpf-calculator-mcp <tool-name>
```
