Skip to main content
Glama
pipeworx-io

mcp-singstat-sg

by pipeworx-io

mcp-singstat-sg

SingStat Table Builder MCP — Department of Statistics Singapore.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool

Description

search_tables

Search Singapore official statistics tables (Department of Statistics Singapore) by keyword. Returns resource ids and titles. The id of a result (e.g. "M810001") is the resourceId used by table_data and table_metadata.

table_data

Fetch the time-series data rows for a Singapore statistics table by resourceId (get ids from search_tables). Data is returned under Data with a row array of series, each containing dated columns. Filter time periods with timeFilter (comma-separated periods like "2020,2021") or between (a from,to range like "2010,2020"); page with offset/limit.

table_metadata

Get the structure/metadata for a Singapore statistics table by resourceId (get ids from search_tables): theme, subject, frequency, period coverage and the list of variables/series. Result is under Data.records.

Related MCP server: korean-stat-mcp

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Singstat Sg data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    Enables AI clients to access official Indonesian statistical data from Badan Pusat Statistik (BPS) through natural language queries. It provides over 20 tools for retrieving demographic, economic, and trade data with support for bilingual responses and fuzzy domain matching.
    34
    59
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.

  • Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.

  • data.gov.sg MCP — Singapore open data + real-time environment/transport feeds

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-singstat-sg'

If you have feedback or need assistance with the MCP directory API, please join our Discord server