Skip to main content
Glama

Data.gov.my MCP Server

by manfye
ISC License
7
5

get_catalogue_data

Fetch specific datasets from Malaysia's official government catalogue using the dataset ID. Optionally limit the number of records retrieved to streamline data access and integration.

Instructions

Fetch actual data from the data.gov.my API for a specific catalogue.

Input Schema

NameRequiredDescriptionDefault
idYesID of the dataset
limitNoNumber of records to fetch (optional, default 100)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the dataset", "type": "string" }, "limit": { "description": "Number of records to fetch (optional, default 100)", "type": "number" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Data.gov.my MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/manfye/data-dosm-mcp-nodejs'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server