Hsa Singapore

liveGovernmentScienceHealth

Singapore HSA registered therapeutic products — the Health Sciences Authority's official "Listing of Registered Therapeutic Products" (~5,500 products), sourced live from data.gov.sg. Auth: none.

4tools
0msauth
free tier50 calls/day

Tools

hsa_sg_product

The full HSA registration record for one Singapore therapeutic product, by SIN licence number (exact) or product

No parameters required.

▶Try it
hsa_sg_recent_changes

Therapeutic products newly registered in Singapore by HSA on or after a date, from each product's approval

No parameters required.

▶Try it
hsa_sg_dataset_info

Metadata for the Singapore HSA registered therapeutic products listing: row count, source last-updated date,

No parameters required.

▶Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/hsa-singapore/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/hsa-singapore/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"hsa_sg_search","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("hsa_sg_search", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("singapore hsa registered therapeutic products — the health sciences authority's official "listing of registered therapeutic products" (~5,500 products), sourced live from data");