# sg-regulatory-data-mcp

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/sg-regulatory-data-mcp get_levy_rates

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/sg-regulatory-data-mcp get_levy_rates '{}'
```

## Direct MCP Connection

Endpoint: `https://sg-regulatory-data-mcp--vdineshk.run.tools`

## Tools (7)

- `get_levy_rates` — Current foreign worker levy rates by sector, tier, and dependency ratio ceiling. Use this tool when you need Singapore …
- `get_filing_deadlines` — ACRA filing deadlines for any entity type with penalty amounts. Use this tool when you need to check annual return, AGM…
- `get_pwm_wages` — Progressive Wage Model minimum wages by sector and job level. Use this tool when you need minimum wage requirements for…
- `check_compliance_status` — Given a company profile, return all active regulatory deadlines and requirements. Use this tool when you need a compreh…
- `get_sg_holidays` — Singapore public holidays with business day calculations. Use this tool when you need to calculate business days or che…
- `get_ep_salary_benchmarks` — Employment Pass qualifying salary benchmarks by sector and age. Returns minimum salary thresholds for EP applications i…
- `get_sip_eligibility` — Simplified Insolvency Programme (SIP) 2.0 eligibility check. Returns Track D (Dissolution) and Track R (Restructuring) …

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