MCP Server for Singapore Government Open Data
Provide seamless access to open datasets and collections from data.gov.sg. Enable searching, metadata retrieval, and filtered dataset downloads for analysis.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add aniruddha-adhikary/gahmen-mcp
# Browse available tools
npx -y smithery tool list aniruddha-adhikary/gahmen-mcp
# Get full schema for a tool
npx -y smithery tool get aniruddha-adhikary/gahmen-mcp datagovsg_list_collections
# Call a tool
npx -y smithery tool call aniruddha-adhikary/gahmen-mcp datagovsg_list_collections '{}'Direct MCP Connection
Endpoint: https://gahmen-mcp--aniruddha-adhikary.run.tools
Tools (10)
datagovsg_list_collections— List all collections on data.gov.sgdatagovsg_get_collection— Get metadata for a specific data.gov.sg collectiondatagovsg_list_datasets— List all datasets on data.gov.sgdatagovsg_get_dataset_metadata— Get metadata for a specific data.gov.sg datasetdatagovsg_search_dataset— Search for data within a data.gov.sg datasetdatagovsg_initiate_download— Initiate download of a data.gov.sg dataset with optional filteringdatagovsg_poll_download— Check data.gov.sg download status and get download URLsingstat_search_resources— Search for SingStat tables by keyword (works best with single words)singstat_get_metadata— Get metadata for a specific SingStat tablesingstat_get_table_data— Get data from a specific SingStat table with optional filtering
# Get full input/output schema for a tool
npx -y smithery tool get aniruddha-adhikary/gahmen-mcp License: MIT