Malaysia Open Data MCP Server
This MCP server provides seamless access to Malaysia's government open data, including datasets, weather forecasts, and public transportation information. Enable efficient querying and retrieval of real-time and historical data with built-in rate limiting and error handling. Empower applications to integrate comprehensive Malaysian public data effortlessly. Note: this is NOT an official MCP server by the Government of Malaysia or anyone from Malaysia's Open Data/Jabatan Digital Negara/Ministry of Digital team.
How to connect
https://mcp-datagovmy--hithereiamaliff.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(31)-
datagovmy_list_datasets_catalogueLists all datasets from the comprehensive catalogue with rich metadata
-
datagovmy_search_datasets_catalogue⚠️ CONSIDER USING search_all INSTEAD: This only searches datasets. For comprehensive results across datasets and dashboards, use search_all tool. ⚠️
-
datagovmy_filter_datasets_catalogueFilter datasets by various criteria such as frequency, geography, etc.
-
datagovmy_get_dataset_filtersGet available filter options for datasets
-
datagovmy_get_dataset_detailsGet comprehensive metadata for a dataset by ID
-
datagovmy_list_dosm_datasetsLists available datasets from the Department of Statistics Malaysia
-
datagovmy_get_dosm_datasetGets data from a specific DOSM dataset
-
datagovmy_get_weather_forecastGets weather forecast for Malaysia
-
datagovmy_get_weather_warningsGets current weather warnings for Malaysia
-
datagovmy_get_earthquake_warningsGets earthquake warnings for Malaysia
-
datagovmy_list_dashboardsLists all available dashboards from the Malaysia Open Data platform
-
datagovmy_search_dashboards⚠️ CONSIDER USING search_all INSTEAD: This only searches dashboards. For comprehensive results across datasets and dashboards, use search_all tool. ⚠️
-
datagovmy_get_dashboard_detailsGet comprehensive metadata for a dashboard by name
-
datagovmy_get_dashboard_chartsGet chart configurations for a specific dashboard
-
datagovmy_search_all⭐⭐⭐ PRIMARY SEARCH TOOL: Always use this first for any data or visualization queries. Searches across both datasets and dashboards with intelligent fallback. ⭐⭐⭐
-
datagovmy_parse_parquet_fileParse and display data from a Parquet file URL
-
datagovmy_get_parquet_infoGet metadata and structure information about a Parquet file
-
datagovmy_find_dashboard_for_parquetFind the corresponding dashboard for a Parquet file
-
datagovmy_parse_gtfs_staticParse GTFS Static data for a specific transport provider. IMPORTANT: For transit queries like "Show me routes from Rapid Penang", use get_transit_routes directly with the provider name. This is a low-level tool - prefer using get_transit_routes or get_transit_stops for most user queries.
-
datagovmy_parse_gtfs_realtimeParse GTFS Realtime data for a specific transport provider. IMPORTANT: For transit queries like "Show me bus locations from Rapid Penang", use this tool directly with the provider name. Common names like "rapid penang", "rapid kuantan", or "mybas johor" are automatically mapped to the correct provider-category pairs.
-
datagovmy_get_transit_routesGet transit routes from GTFS data. IMPORTANT: For transit route queries like "Show me bus routes for Rapid Penang", use this tool directly with the provider name.
-
datagovmy_get_transit_stopsGet transit stops from GTFS data. IMPORTANT: For transit stop queries like "Show me bus stops for Rapid Penang", use this tool directly with the provider name. The tool supports common names like "rapid penang", "rapid kuantan", "ktmb", or "mybas johor" which will be automatically mapped to the correct provider and category. No need to use list_transport_agencies first.
-
datagovmy_get_transit_arrivalsGet real-time transit arrivals at a specific stop. IMPORTANT: Use this tool directly for queries like "When will the next bus arrive at my stop?" or "Show me arrival times for Rapid Penang buses at stop X".
-
datagovmy_search_transit_stops_by_locationSearch for transit stops near a named location. IMPORTANT: Use this tool for queries like "Show me bus stops near KLCC" or "What buses stop at KL Sentral?" This tool geocodes the location name to coordinates, then finds nearby stops. CRITICAL: For Rapid KL services, ALWAYS use specific terms in the provider parameter like "rapid kl bus", "rapid rail", "mrt feeder", "lrt", "mrt" instead of using "prasarana" with a separate category parameter. DO NOT use provider="prasarana" with category="rapid-r
-
datagovmy_find_nearest_transit_stopsFind the nearest transit stops to a given location. IMPORTANT: Use this tool directly for queries like "Where is the nearest bus stop to my location?" or "How do I get to the nearest Rapid Penang bus stop?"
-
datagovmy_list_transport_agenciesLists available transport agencies with GTFS data
-
datagovmy_get_transport_dataGets GTFS data for a specific transport agency
-
datagovmy_get_gtfs_staticGets GTFS static data for a specific transport provider
-
datagovmy_get_gtfs_realtime_vehicle_positionGets GTFS realtime vehicle position data for a specific transport provider
-
datagovmy_get_flood_warningsGets current flood warnings for Malaysia
-
datagovmy_helloA simple test tool to verify that the MCP server is working correctly