opendosm_dataset_meta
Pack: opendosm-my · Endpoint: https://gateway.pipeworx.io/opendosm-my/mcp
Metadata for one Malaysian dataset (data.gov.my): catalogue_id, data_as_of, last_updated, next_update,
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Dataset id, e.g. “cpi_headline”. Required. |
Example call
curl -X POST https://gateway.pipeworx.io/opendosm-my/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"opendosm_dataset_meta","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"opendosm-my": {
"url": "https://gateway.pipeworx.io/opendosm-my/mcp"
}
}
}
See Getting Started for client-specific install steps.