Odel
sgdata mcp

sgdata mcp

Local
@sypherinTypeScriptMITUpdated 1mo ago

Singapore government data for AI agents: ACRA, HDB, COE, URA, SingStat, MAS, IRAS. 87 tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@altronis/sgdata-mcpv0.5.2

Run

npx -y @altronis/sgdata-mcp

MCP client config

{
  "mcpServers": {
    "sgdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@altronis/sgdata-mcp"
      ]
    }
  }
}