# sg-gst-calculator-mcp

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (4)

- `calculate_gst` — Calculate Singapore GST (Goods and Services Tax) amount for any transaction. Supports both GST-inclusive (extract GST f…
- `check_gst_registration` — Determine if a Singapore business must register for GST based on annual and projected taxable turnover. Returns compuls…
- `get_gst_rates` — Get current and historical Singapore GST rates, exempt supplies, and zero-rated supplies. Optionally check what rate ap…
- `calculate_reverse_charge` — Calculate reverse charge GST on imported services from overseas suppliers. Determines GST payable, registration impact,…

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