MCP server exposing 4 tools for hsa-singapore.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/hsa-singapore/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
hsa_sg_search — Search medicines registered in Singapore — the Health Sciences Authority (HSA) official listing of ~5,500 registered therapeutic products, live from data.gov.sg. Answers "is <drug> approved in Singapore", "which Singapore-registered products contain <ingredient>", "what does <company> hold a Singapore product licence for", "which products in ATC class <code> are registered in Singapore". Each row: SIN licence number, product name, licence holder, approval date, forensic classification (Prescription Only / Pharmacy Only / General Sale List), ATC code, dosage form, route, manufacturers, country of manufacture, active ingredients with strengths. Real offset+limit pagination with a total match count; results newest approval first.hsa_sg_product — The full HSA registration record for one Singapore therapeutic product, by SIN licence number (exact) or product name (exact, else substring with match_type marked): licence holder, approval date, forensic classification, ATC code, dosage form, route, manufacturers, active ingredients with strengths. The listing carries no indication text, so this returns the authoritative HSA listing and infosearch URLs rather than a paraphrased indication.hsa_sg_recent_changes — Therapeutic products newly registered in Singapore by HSA on or after a date, from each product's approval date, newest first. Covers NEW REGISTRATIONS only: the listing holds only currently registered products and no cancellation or variation date, so withdrawals are invisible and the response says so (removals_visible:false). Returns comparable:false with a reason, never a misleading zero, when the date is later than the published data.hsa_sg_dataset_info — Metadata for the Singapore HSA registered therapeutic products listing: row count, source last-updated date, latest approval date present, the bulk-download page, licence, fields present and absent, and the distinct values (with counts) for forensic classification, country of manufacture, route and dosage form — use it for exact filter spellings before hsa_sg_search.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/hsa-singapore/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io