# sg_hdb_resale_stats

Use this tool for filtered HDB resale transactions, latest-period results, price ranges, medians, quartiles and price-per-square-metre statistics. It applies exact town and flat-type filters at data.gov.sg and performs the bounded aggregation inside the MCP; a direct API download is not required.

Agent View of the PolicyLayer registry record for `sg_hdb_resale_stats`. HTML page: https://policylayer.com/tools/olano-mcp-singapore/sg-hdb-resale-stats

## Facts

- Tool: `sg_hdb_resale_stats`
- Server: Mcp Singapore (`@olano/mcp-singapore`) — https://policylayer.com/tools/olano-mcp-singapore.md
- Install: `npx -y @olano/mcp-singapore`
- Homepage: https://www.npmjs.com/package/@olano/mcp-singapore
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 8
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `town` | string | no |  |
| `street` | string | no |  |
| `endMonth` | string | no |  |
| `flatType` | string | no |  |
| `sampleSize` | integer | no |  |
| `startMonth` | string | no |  |
| `latestMonths` | integer | no | Number of latest available matching months to include when startMonth and endMonth are omitted. |
| `transactionLimit` | integer | no | Maximum selected transaction rows to return alongside the statistics. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "sg_hdb_resale_stats",
    "arguments": {}
  }
}
```

## Why sg_hdb_resale_stats is rated Low

Even though sg_hdb_resale_stats only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

## Use case

AI agents call sg_hdb_resale_stats to retrieve information from Mcp Singapore without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Mcp Singapore:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "sg_hdb_resale_stats": {}
  }
}
```

## Other tools on Mcp Singapore (290)

- `sg_labour_force` — Destructive — https://policylayer.com/tools/olano-mcp-singapore/sg-labour-force.md
- `singstat_labour_force_history` — Destructive — https://policylayer.com/tools/olano-mcp-singapore/singstat-labour-force-history.md
- `singstat_labour_force_latest` — Destructive — https://policylayer.com/tools/olano-mcp-singapore/singstat-labour-force-latest.md
- `sg_ura_new_sale_pipeline` — Execute — https://policylayer.com/tools/olano-mcp-singapore/sg-ura-new-sale-pipeline.md
- `ura_new_sale_pipeline` — Execute — https://policylayer.com/tools/olano-mcp-singapore/ura-new-sale-pipeline.md
- `acra_get_entity` — Read — https://policylayer.com/tools/olano-mcp-singapore/acra-get-entity.md
- `acra_list_shards` — Read — https://policylayer.com/tools/olano-mcp-singapore/acra-list-shards.md
- `acra_profile_entities` — Read — https://policylayer.com/tools/olano-mcp-singapore/acra-profile-entities.md
- `acra_search_entities` — Read — https://policylayer.com/tools/olano-mcp-singapore/acra-search-entities.md
- `analytics_compare_series` — Read — https://policylayer.com/tools/olano-mcp-singapore/analytics-compare-series.md
- `analytics_correlate_series` — Read — https://policylayer.com/tools/olano-mcp-singapore/analytics-correlate-series.md
- `analytics_summarize_series` — Read — https://policylayer.com/tools/olano-mcp-singapore/analytics-summarize-series.md
- `bank_interest_rates_freshness` — Read — https://policylayer.com/tools/olano-mcp-singapore/bank-interest-rates-freshness.md
- `bank_interest_rates_metadata` — Read — https://policylayer.com/tools/olano-mcp-singapore/bank-interest-rates-metadata.md
- `bank_interest_rates_profile` — Read — https://policylayer.com/tools/olano-mcp-singapore/bank-interest-rates-profile.md
- `bank_interest_rates_search` — Read — https://policylayer.com/tools/olano-mcp-singapore/bank-interest-rates-search.md
- `business_formations_compare` — Read — https://policylayer.com/tools/olano-mcp-singapore/business-formations-compare.md
- `business_formations_net` — Read — https://policylayer.com/tools/olano-mcp-singapore/business-formations-net.md
- `coe_bidding_freshness` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-bidding-freshness.md
- `coe_bidding_metadata` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-bidding-metadata.md
- `coe_bidding_profile` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-bidding-profile.md
- `coe_bidding_search` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-bidding-search.md
- `coe_demand_supply` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-demand-supply.md
- `coe_history` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-history.md
- `coe_latest` — Read — https://policylayer.com/tools/olano-mcp-singapore/coe-latest.md
- `cpi_freshness` — Read — https://policylayer.com/tools/olano-mcp-singapore/cpi-freshness.md
- `cpi_metadata` — Read — https://policylayer.com/tools/olano-mcp-singapore/cpi-metadata.md
- `cpi_profile` — Read — https://policylayer.com/tools/olano-mcp-singapore/cpi-profile.md
- `cpi_search` — Read — https://policylayer.com/tools/olano-mcp-singapore/cpi-search.md
- `cpi_yoy` — Read — https://policylayer.com/tools/olano-mcp-singapore/cpi-yoy.md
- …and 260 more: https://policylayer.com/tools/olano-mcp-singapore.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=olano-mcp-singapore · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/olano-mcp-singapore
