Skip to content
VS Code

sgdata mcp for VS Code

io.github.sypherin/sgdata-mcp

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

client:VS Code transport:stdio runtime:npm

Install sgdata mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sgdata mcp in other clients