# sg-workpass-compass-mcp

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/sg-workpass-compass-mcp calculate_compass_score

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/sg-workpass-compass-mcp calculate_compass_score '{}'
```

## Direct MCP Connection

Endpoint: `https://sg-workpass-compass-mcp--vdineshk.run.tools`

## Tools (4)

- `calculate_compass_score` — Calculate COMPASS (Complementarity Assessment Framework) score for a Singapore Employment Pass application. Evaluates a…
- `check_ep_eligibility` — Check Singapore Employment Pass eligibility by verifying minimum qualifying salary (age-adjusted) and COMPASS requireme…
- `get_spass_quota` — Get S Pass quota availability, levy rates, and salary requirements for a Singapore company. Calculates remaining S Pass…
- `get_work_permit_quota` — Get Work Permit quota availability and levy rates by sector for a Singapore company. Calculates remaining WP slots base…

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