table_data

Pack: singstat-sg · Endpoint: https://gateway.pipeworx.io/singstat-sg/mcp

Fetch the time-series data rows for a Singapore statistics table by resourceId (get ids from search_tables).

Parameters

NameTypeRequiredDescription
resourceIdstringyesTable id from search_tables, e.g. “M810001”.
offsetintegernoNumber of rows to skip (pagination).
limitintegernoMax number of rows to return.
timeFilterstringnoComma-separated specific periods to return, e.g. “2020,2021,2022”.
betweenstringnoInclusive period range “from,to”, e.g. “2010,2020”.
sortBystringnoSort expression, e.g. “rowtext asc”.
seriesNoORrowNostringnoComma-separated series/row numbers to limit which series are returned.

Example call

curl -X POST https://gateway.pipeworx.io/singstat-sg/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"table_data","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "singstat-sg": {
      "url": "https://gateway.pipeworx.io/singstat-sg/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026