Gahmen MCP Server
MCP (Model Context Protocol) server for Singapore’s data.gov.sg APIs, providing easy access to government datasets and collections.
Features
- Access to data.gov.sg collections and datasets
- Search within datasets using CKAN datastore API
- Dataset download functionality with filtering support
- Built-in rate limiting to respect API quotas (5 requests per minute)
Available Tools
Collections
list_collections- List all collections on data.gov.sgget_collection- Get metadata for a specific collection
Datasets
list_datasets- List all datasets on data.gov.sgget_dataset_metadata- Get metadata for a specific datasetsearch_dataset- Search for data within a dataset using CKAN datastoreinitiate_download- Start downloading a dataset with optional filteringpoll_download- Check download status and get download URL
Installation
npm install
Development
npx @smithery/cli dev
Build
npx @smithery/cli build
Usage Examples
Search a Dataset
// Search population data
search_dataset({
resource_id: "d_8b84c4ee58e3cfc0ece0d773c8ca6abc",
q: { "year": "2023" },
limit: 10
})
Get Collection with Datasets
// Get collection 522 with all dataset metadata
get_collection({
collectionId: "522",
withDatasetMetadata: true
})
API Rate Limits
The server implements automatic rate limiting:
- Maximum 5 requests per minute
- 12-second minimum interval between requests
No Authentication Required
data.gov.sg APIs are public and don’t require authentication.
License
MIT
MCP Server for Singapore Government Open Data
Project Details
- aniruddha-adhikary/gahmen-mcp
- MIT License
- Last Updated: 6/12/2025
Recomended MCP Servers
Python sandboxes for llms
a MCP server which integrates reasoning capabilities of DeepSeek R1 model into claude desktop app.
An example of using express-mcp-handler to serve an mcp serve via http
DexPaprika MCP server allows access real-time and historical data on crypto tokens, DEX trading activity, and liquidity across...
A MCP server connecting to managed indexes on LlamaCloud
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and...
Analyse PowerBI models and reports (.pbix) using AI through this MCP-server implementation of PBIXRay.
An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library,...
notion MCP server
A redmine MCP server covering close to 100% of redmines API





