Back to Apps

DataGovMy MCP
Supports UIby faridyusof727
Access Malaysia's open government datasets including population, fuel prices, and household income directly via MCP tools.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI agents to DataGovMy, Malaysia's open government data platform. It allows users to query official datasets on demographics, economics, and public registrations programmatically.
Tools
births: Daily birth registrations from 1920 to present.fuelprice: Weekly retail prices for RON95, RON97, and diesel.population_malaysia: National population stats from 1970-2024 by sex, age, and ethnicity.population_state: State-level population data from 1970-2024.registration_transactions_car: Car registration details filtered by date, maker, model, and fuel type.hh_income: Mean and median monthly gross household income (1970-2022).
Installation
Build the binary and add to claude_desktop_config.json:
{
"mcpServers": {
"datagovmy": {
"command": "/absolute/path/to/mcp-datagovmy",
"transportType": "stdio"
}
}
}
Supported hosts
- Claude
- Cursor
- Cline
Quick install
go build -o mcp-datagovmyInformation
- Pricing
- free
- Published
- 4/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json with the absolute path to the built binary.Claude Desktop
{
"mcpServers": {
"datagovmy": {
"command": "/absolute/path/to/mcp-datagovmy",
"transportType": "stdio"
}
}
}





