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
| Name | Type | Required | Description |
|---|---|---|---|
resourceId | string | yes | Table id from search_tables, e.g. “M810001”. |
offset | integer | no | Number of rows to skip (pagination). |
limit | integer | no | Max number of rows to return. |
timeFilter | string | no | Comma-separated specific periods to return, e.g. “2020,2021,2022”. |
between | string | no | Inclusive period range “from,to”, e.g. “2010,2020”. |
sortBy | string | no | Sort expression, e.g. “rowtext asc”. |
seriesNoORrowNo | string | no | Comma-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.