Skip to main content
Glama

hithereiamaliff-mcp-datagovmy

Server Details

This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
hithereiamaliff/mcp-datagovmy
GitHub Stars
3
Server Listing
Malaysia Open Data MCP

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changeddatagovmy_filter_datasets_catalogue1 field changed
      • changedInput schema / properties / yearRange / items
        Previous value: -[
        -  {
        -    "type": "number"
        -  },
        -  {
        -    "type": "number"
        -  }
        -]New value: +{
        +  "type": "number"
        +}
  2. 1 tool update
    • Changeddatagovmy_parse_parquet_file8 fields changed
      • addedInput schema / properties / columns
        Added value: +{
        +  "description": "List of column names to include. Omit to include all columns. Reduces response size and speeds up parsing.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / filter_column
        Added value: +{
        +  "description": "Column name to filter on (exact match). Use with filter_value.",
        +  "type": "string"
        +}
      • addedInput schema / properties / filter_date_from
        Added value: +{
        +  "description": "Start date (inclusive) for date range filtering, e.g. \"2025-01-01\" or \"2025\". Auto-detects the date column.",
        +  "type": "string"
        +}
      • addedInput schema / properties / filter_date_to
        Added value: +{
        +  "description": "End date (inclusive) for date range filtering, e.g. \"2025-12-31\" or \"2025\". Auto-detects the date column.",
        +  "type": "string"
        +}
      • addedInput schema / properties / filter_value
        Added value: +{
        +  "description": "Value to match in filter_column (exact string match).",
        +  "type": "string"
        +}
      • addedInput schema / properties / group_by
        Added value: +{
        +  "description": "Column to group by (summary mode only). Returns aggregated numeric stats per group.",
        +  "type": "string"
        +}
      • changedInput schema / properties / maxRows / description
        Previous value: -"Maximum number of rows to return (1-2000)"New value: +"Maximum number of rows to return or sample for statistics (default 500)"
      • addedInput schema / properties / output_mode
        Added value: +{
        +  "description": "Output format. \"raw\" (default) returns full row data. \"summary\" returns column statistics and sample rows for AI consumption. \"latest\" returns only the most recent time period.",
        +  "enum": [
        +    "raw",
        +    "summary",
        +    "latest"
        +  ],
        +  "type": "string"
        +}
  3. 31 tool updates
    • First observeddatagovmy_filter_datasets_catalogue
    • First observeddatagovmy_find_dashboard_for_parquet
    • First observeddatagovmy_find_nearest_transit_stops
    • First observeddatagovmy_get_dashboard_charts
    • First observeddatagovmy_get_dashboard_details
    • First observeddatagovmy_get_dataset_details
    • First observeddatagovmy_get_dataset_filters
    • First observeddatagovmy_get_dosm_dataset
    • First observeddatagovmy_get_earthquake_warnings
    • First observeddatagovmy_get_flood_warnings
    • First observeddatagovmy_get_gtfs_realtime_vehicle_position
    • First observeddatagovmy_get_gtfs_static
    • First observeddatagovmy_get_parquet_info
    • First observeddatagovmy_get_transit_arrivals
    • First observeddatagovmy_get_transit_routes
    • First observeddatagovmy_get_transit_stops
    • First observeddatagovmy_get_transport_data
    • First observeddatagovmy_get_weather_forecast
    • First observeddatagovmy_get_weather_warnings
    • First observeddatagovmy_hello
    • First observeddatagovmy_list_dashboards
    • First observeddatagovmy_list_datasets_catalogue
    • First observeddatagovmy_list_dosm_datasets
    • First observeddatagovmy_list_transport_agencies
    • First observeddatagovmy_parse_gtfs_realtime
    • First observeddatagovmy_parse_gtfs_static
    • First observeddatagovmy_parse_parquet_file
    • First observeddatagovmy_search_all
    • First observeddatagovmy_search_dashboards
    • First observeddatagovmy_search_datasets_catalogue
    • First observeddatagovmy_search_transit_stops_by_location

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An unofficial MCP server providing access to Dutch government open data from data.overheid.nl, CBS statistics, and KVK business registry. Enables natural language queries for discovering datasets, inspecting metadata, and querying data without API keys or authentication.
    14
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for accessing Indonesian local government data from Satu Data Ngawi. Enables querying datasets, organizations, categories, and statistics through natural language.
    6
    13
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server to find and fetch Norwegian open government data from data.norge.no. Enables search, metadata retrieval, and data download.
    5
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides seamless access to Malaysia's official government data catalogue, enabling developers to discover, explore, and fetch datasets from the Malaysian government's open data platform through a simple, unified interface.
    4
    14
    10
    ISC
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation3/5

There is significant overlap between tools, especially in search and transit functions, which could cause confusion. For example, search_all, search_dashboards, and search_datasets_catalogue have overlapping purposes, and tools like get_transit_routes and parse_gtfs_static serve similar functions. However, descriptions provide some guidance to differentiate them.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a 'datagovmy_' prefix and descriptive verb_noun combinations. The naming is highly predictable and uniform across all 31 tools, making it easy to understand their purposes at a glance.

Tool Count2/5

With 31 tools, the count feels excessive for the domain of Malaysian open data access. Many tools could be consolidated, such as the multiple search and transit-related tools, leading to a bloated interface that may overwhelm agents and increase misselection risk.

Completeness4/5

The tool set covers a wide range of data types, including datasets, dashboards, transit, weather, and warnings, with good CRUD-like operations for filtering and retrieving data. Minor gaps exist, such as limited update or delete capabilities, but these are typical for read-heavy data platforms, and agents can work around them effectively.