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

NameTypeRequiredDescription
idstringyesDataset id, e.g. “cpi_headline”. Required.

Example call

Arguments

{
  "id": "cpi_headline"
}

curl

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":{"id":"cpi_headline"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('opendosm_dataset_meta', {
  "id": "cpi_headline"
});

More examples

{
  "id": "fuelprice"
}

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.

Regenerated from source · build August 31, 2026