Connects Claude to Malaysia's official open data platform via the Department of Statistics Malaysia API. The source doesn't list specific tools, but it's part of the Pipeworx gateway that routes requests through a natural language interface rather than direct tool calls. You can ask plain English questions about Malaysian demographic, economic, or statistical data and the gateway handles the API calls behind the scenes. Useful if you're building agents that need authoritative Malaysian government statistics without hardcoding endpoints. Note that this appears to be a gateway wrapper rather than a standalone server, so you're going through Pipeworx's infrastructure to reach data.gov.my.
data.gov.my / OpenDOSM (Department of Statistics Malaysia) — official Malaysian open-data API.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opendosm-my": {
"url": "https://gateway.pipeworx.io/opendosm-my/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Opendosm My data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json