# sg-finance-data-mcp

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (4)

- `get_mas_exchange_rates` — MAS reference exchange rates for SGD against major currencies. Use this tool when you need Singapore dollar (SGD) excha…
- `calculate_currency_conversion` — Convert an amount between any currency and SGD using MAS reference rates. Use this tool when you need to convert money …
- `get_sg_interest_rates` — Singapore benchmark interest rates including SORA, CPF rates, SSB yields, and savings account ranges. Use this tool whe…
- `get_sgx_market_data` — SGX market structure, key indices, sector breakdown, REIT statistics, and listing requirements. Use this tool when you …

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