# 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 amount. Computes GST on a given amount, either adding GST (exclusive) or extracting GST from a …
- `check_gst_registration` — Check if a business must register for Singapore GST based on taxable turnover. Tests both retrospective (past 12 months…
- `get_gst_rates` — Get current and historical Singapore GST rates, including zero-rated and exempt supply categories. Optionally look up t…
- `calculate_reverse_charge` — Calculate reverse charge GST on imported services from overseas suppliers. Under Singapore's reverse charge mechanism, …

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