datapulse-my
DataPulse MY
Live dashboard: https://www.data-pulse.my
Open in Google Colab:
๐ค AI-agent-ready โ Wire DataPulse MY into Claude Desktop, Cursor, Cline, or any MCP-compatible client with one config block. Your agent gets 375 official Malaysian datasets โ including 30 GTFS transit feeds (KTMB, Prasarana, BAS.MY) โ with declared licences and an honest nine-status trust taxonomy instead of a blanket green checkmark.
DataPulse MY is an open-source trust layer for Malaysian public data. It makes official datasets easier to assess and reuse by publishing a small manifest, human-readable health reports, and machine-readable health envelopes.
It does not replace the official source. It documents what is available, whether it is fresh, how its schema behaves, and which collection quirks users need to handle.
Who it is for
Journalists and researchers checking whether a public dataset is usable.
Civic technologists building reproducible data pipelines.
Public servants improving the discoverability and reliability of open data.
Developers who need stable, machine-readable dataset health metadata.
Related MCP server: Data.gov.my MCP Server
Use this for
Journalist fact-check: before citing a fuel price figure, check fuelprice freshness to make sure it's current.
Pipeline health gate: fail the build when a required dataset probe has remained unavailable for more than 24 hours.
RAG knowledge base: consume the JSON envelopes as structured context for a chatbot answering "what's the latest BNM rate?"
Dataset health
Health is reported as fresh, aging, stale, discontinued, degraded,
browser-dependent, unreachable, unknown, unknown-freshness, or
reference. Unknown freshness means the URL and content shape work, but neither
a Last-Modified header nor a parseable content date proves when the data was
updated. Reference means versioned lookup data is reachable and its record count
is measured, while date-based freshness does not apply. The public
_trust_summary shows the distribution and explicitly
counts missing freshness and row-count signals.
Discontinued โ The source has stopped publishing new data. The data is frozen at the last known content date. This is not a freshness failure โ it's a publisher decision.
Current distribution (_trust_summary): 85 fresh ยท 59 aging ยท 73 stale ยท 139 discontinued ยท 5 browser-dependent ยท 1 unreachable ยท 13 reference
Subscribe: RSS feed โ get notified when dataset health changes.
โ ๏ธ Status: active development. Dashboards and health snapshots update as probes complete. Per-dataset reports under
data/{id}.mdmay briefly lag behind the live health snapshot inhealth/latest.json(a regeneration gap that is being closed). Coverage and quality improve with each tagged release; expect rough edges. Track progress via the GitHub Releases page โv0.4.0is the current milestone.
Browser-dependent datasets
Five sources (currently 1.4% of the catalogue) require a real browser to probe because their
source pages render client-side JavaScript: eperolehan-diklankan,
doe_apims, doe_rqims, doe_mqims, and kkm_idengue.
DataPulse uses Camofox, a
self-hosted patched headless-Chromium sidecar, to probe these. The probe path
is check.sh โ Camofox sidecar โ DOM snapshot โ
content-date extraction.
To enable browser probing:
Run the Camofox Docker sidecar on a reachable address (default
http://localhost:9377). The probe script and the GitHub Actions workflow pick this up from theCAMOFOX_BASE_URLenvironment variable; nothing in this repo encodes a public IP.Set
CAMOFOX_BASE_URLto that address.Restart the timer with
systemctl restart datapulse-health.timer.
Without Camofox, those five datasets will sit at browser-dependent โ the
honest status: DataPulse cannot probe them without a browser, so it says
so rather than failing silently. See
scripts/smoke_browser_probes.sh for
isolated smoke tests.
Legal
DataPulse probes publicly-published open-data sources. We do not bypass authentication, CAPTCHAs, or terms-of-service restrictions. Every source we probe is publicly available without login; the data is aggregate/non-personal; and the probe respects each dataset's declared refresh frequency.
All scraping is rate-limited (15-minute cadence, dataset-tier cadence applied)
and identifies itself via User-Agent. Sources we cannot probe without
authentication, CAPTCHA bypass, or ToS violation are marked unreachable or
browser-dependent โ never silently scraped through a workaround.
If you are a data source maintainer and would like DataPulse to adjust its probe cadence, exclude a dataset, or remove it from the manifest, please open a GitHub issue or contact the maintainers.
AI-agent-ready โ what it means for you
Give your organisation's AI tools current, licensed, and verified Malaysian public data without first building a custom integration. DataPulse MY makes the full portfolio discoverable from one self-describing index, ready for agents, RAG systems, and internal knowledge tools to consume.
What being AI-ready gives you
Zero integration work: an AI agent or LLM/RAG system fetches one
llms.txtand can use the entire portfolio immediately โ no scraping, API-key setup, or data-format reverse-engineering.Honest freshness signals: a 15-minute timer probes datasets when their cadence tier is due, separating HTTP reachability, browser dependency, schema validity, and source freshness so missing evidence is visible instead of being labelled healthy.
Machine-readable and licence-clear: every dataset has a JSON envelope with its schema, licence, and refresh cadence, giving legal and engineering teams the information they need to approve and integrate it.
Trustworthy for AI: verified official sources and explicit licences let agents cite and use the data without permission ambiguity.
RAG and knowledge-base ready: drop the envelopes into a retrieval pipeline to ground chatbots and AI tools in current Malaysian public data.
Every manifest dataset declares either CC BY 4.0 or OGL licensing and is assessed with the honest nine-status trust taxonomy.
MCP server (read-only)
DataPulse MY also exposes an AI-ready, read-only MCP server so agents can query the catalogue natively:
Endpoint:
https://mcp.data-pulse.my/mcp(Streamable HTTP, no auth)5 tools:
search_datasets,get_dataset,find_stale,get_provenance,find_by_licence3 resources:
datapulse://index,datapulse://licences,datapulse://{dataset_id}
The public endpoint is live and serves all 5 read-only tools over the 375-dataset catalogue.
Connect from Claude Desktop:
{
"mcpServers": {
"datapulse-my": {
"transport": "streamable-http",
"url": "https://mcp.data-pulse.my/mcp"
}
}
}See llms.txt for the full
discovery index, and docs/mcp-deploy.md for the
deployment architecture.
How to consume the data
Verify access:
curl -s https://r3dz4r.github.io/datapulse-my/llms.txtllms.txtโ curated dataset indexdatapulse.jsonโ manifest with a declared$schemahealth/latest.jsonโ latest freshness snapshotfeed.xmlโ dataset health change feeddatapulse.schema.jsonโ manifest schema
To consume the portfolio:
Fetch
llms.txtfor the curated index.Fetch
datapulse.jsonfor the machine-readable manifest, including licence, refresh cadence, and geographic coverage.Fetch
health/latest.jsonto check freshness before use.Cite each dataset according to its licence and attribution requirements.
robots.txt allows all agents;
scripts/verify_agent_ready.sh
is the agent-consumer self-test.
For humans wiring their own agents: see the MCP server
section below for the Claude Desktop / Cursor / Cline config block, or the full
integration guide at docs/mcp-deploy.md.
Wire it into Claude Desktop via claude_desktop_config.json (30 seconds, no
API key):
{
"mcpServers": {
"datapulse-my": {
"transport": "streamable-http",
"url": "https://mcp.data-pulse.my/mcp"
}
}
}Restart Claude Desktop, confirm the hammer icon shows "datapulse-my" with 5
tools: search_datasets, get_dataset, find_stale, get_provenance,
find_by_licence. Cursor / Cline use the same JSON in their MCP config panel.
Included datasets
Malaysian Fuel Prices โ Samples: CSV, JSON
PriceCatcher (Grocery Prices) โ Samples: main CSV, item lookup, premise lookup
Daily reference data
Daily-published reference datasets from official Malaysian sources. Each
agency publishes on its own schedule, declared in refresh_frequency; the
dashboard combines the date-only source value with the publication time and
does not infer a time from midnight or UTC conversion.
Bank Negara Malaysia (BNM)
MET Malaysia
MET Malaysia Weather Forecast โ Samples: CSV, JSON
Department of Environment (DOE)
KKM (Ministry of Health)
OpenDOSM (DOSM open data portal)
OpenDOSM Quarterly Labour Force Statistics by State โ Sample JSON
OpenDOSM Annual Employment by Sector and Sex โ Sample JSON
OpenDOSM Annual Nominal GDP by Supply Sector โ Sample JSON
OpenDOSM Quarterly Real GDP (Seasonally Adjusted) โ Sample JSON
OpenDOSM Monthly Core CPI Inflation by Division โ Sample JSON
OpenDOSM Monthly CPI Inflation by State and Division โ Sample JSON
OpenDOSM IPI for Domestic-Oriented Divisions โ Sample JSON
OpenDOSM Household Expenditure by Parliamentary Constituency โ Sample JSON
OpenDOSM Annual Population by Parliamentary Constituency โ Sample JSON
OpenDOSM Annual Marriages by State, Age, and Sex โ Sample JSON
data.gov.my
data.gov.my Quarterly Federal Government Revenue โ Sample JSON
data.gov.my Quarterly Federal Operating Expenditure โ Sample JSON
data.gov.my Monthly Vehicle Registrations by Type and Fuel โ Sample JSON
data.gov.my Hospital Beds by State and Hospital Type โ Sample JSON
data.gov.my Healthcare Staff by State and Staff Type โ Sample JSON
data.gov.my Daily Blood Donations by Blood Group and State โ Sample JSON
data.gov.my Sexually Transmitted Diseases by State โ Sample JSON
data.gov.my Daily PeKaB40 Health Screenings by State โ Sample JSON
data.gov.my Malaysian National Health Accounts Expenditure โ Sample JSON
data.gov.my Water Consumption by State and Sector โ Sample JSON
data.gov.my Access to Treated Water by State and Strata โ Sample JSON
data.gov.my Daily Public Transport Ridership โ Sample JSON
data.gov.my Cellular Subscribers by Plan Type โ Sample JSON
data.gov.my Drug Addicts by State and Age Group โ Sample JSON
data.gov.my Female Representation in Local Authorities โ Sample JSON
data.gov.my Female Representation in Parliament โ Sample JSON
data.gov.my Monthly Marine Fish Landings by State โ Sample JSON
data.gov.my Crop Area and Production by State โ Sample JSON
data.gov.my Public Education Institutions by District โ Sample JSON
GTFS transit feeds
The transport namespace adds 16 GTFS Static schedule ZIPs and 14 GTFS Realtime
vehicle-position protobuf feeds for KTMB, Prasarana, and BAS.MY services. Static
samples are under samples/gtfs-static/ and realtime
snapshots are under samples/gtfs-realtime/.
DataPulse MY currently tracks the portfolio declared in datapulse.json.
Current coverage
Refresh cadence
Dataset | Refresh cadence |
Malaysian Fuel Prices ( | Weekly |
ePerolehan Tender Notices ( | Hourly |
PriceCatcher ( | Monthly |
BNM Daily Exchange Rates ( | Daily on weekdays at 0900 MYT |
BNM Daily Exchange Rates ( | Daily on weekdays at 1130 MYT |
BNM Daily Exchange Rates ( | Daily on weekdays at 1200 MYT |
BNM Daily Exchange Rates ( | Daily on weekdays at 1700 MYT |
MET Malaysia Weather Forecast ( | Daily |
DOE APIMS Air Quality ( | Hourly |
DOE RQIMS River Water Quality ( | Hourly |
DOE MQIMS Marine Water Quality ( | Monthly |
KKM iDengue ( | Daily |
OpenDOSM Crime by District ( | Annual |
OpenDOSM CPI by State ( | Monthly |
OpenDOSM GDP by State ( | Annual |
OpenDOSM Quarterly Real GDP ( | Quarterly |
OpenDOSM Annual Real GDP by Supply Sector ( | Annual |
OpenDOSM Trade Headline ( | Monthly |
OpenDOSM CPI Inflation by Division ( | Monthly |
OpenDOSM Trade by End Use ( | Monthly |
OpenDOSM Labour Force Statistics ( | Quarterly |
OpenDOSM Labour Force Statistics by State ( | Quarterly |
OpenDOSM Employment by Sector and Sex ( | Annual |
OpenDOSM Population by State ( | Annual |
OpenDOSM Nominal GDP by Supply Sector ( | Annual |
OpenDOSM Quarterly Nominal GDP ( | Quarterly |
OpenDOSM Seasonally Adjusted Real GDP ( | Quarterly |
OpenDOSM Annual Nominal GDP and GNI ( | Annual |
OpenDOSM Core CPI Inflation ( | Monthly |
OpenDOSM State CPI Inflation ( | Monthly |
OpenDOSM Producer Price Index ( | Monthly |
OpenDOSM Annual Labour Force Statistics ( | Annual |
OpenDOSM Monthly Labour Force Statistics ( | Monthly |
OpenDOSM Trade by SITC Section ( | Monthly |
OpenDOSM Export-Oriented IPI ( | Monthly |
OpenDOSM Domestic-Oriented IPI ( | Monthly |
data.gov.my Interest Rates ( | Monthly |
data.gov.my Federal Revenue ( | Quarterly |
data.gov.my Federal Operating Expenditure ( | Quarterly |
data.gov.my State Government Expenditure ( | Annual |
data.gov.my Money Aggregates ( | Monthly |
data.gov.my Currency in Circulation ( | Monthly |
data.gov.my Payment Systems ( | Monthly |
data.gov.my Payment Instruments ( | Monthly |
data.gov.my Payment Channels ( | Monthly |
data.gov.my Annual Interest Rates ( | Annual |
data.gov.my EPF Dividend Rates ( | Annual |
data.gov.my Vehicle Registrations by Type and Fuel ( | Monthly |
data.gov.my FPX Transactions ( | Daily |
OpenDOSM Births by State ( | Annual |
OpenDOSM Deaths by State ( | Annual |
OpenDOSM Maternal Deaths by State ( | Annual |
OpenDOSM Marriages by State and Sex ( | Annual |
data.gov.my Hospital Beds ( | Annual |
data.gov.my Healthcare Staff ( | Annual |
data.gov.my Blood Donations by State ( | Daily |
data.gov.my Infant Immunisation ( | Annual |
data.gov.my Sexually Transmitted Diseases by State ( | Annual |
data.gov.my PeKaB40 Screenings by State ( | Daily |
data.gov.my Malaysian National Health Accounts ( | Annual |
data.gov.my Electricity Consumption ( | Monthly |
data.gov.my Electricity Supply ( | Monthly |
data.gov.my Water Consumption ( | Annual |
data.gov.my Water Production ( | Annual |
data.gov.my Treated Water Access ( | Annual |
data.gov.my Public Transport Ridership ( | Daily |
data.gov.my KTMB Ridership ( | Monthly |
data.gov.my Cellular Subscribers ( | Annual |
data.gov.my Prisoners by State and Sex ( | Annual |
data.gov.my Drug Addicts by State and Age ( | Annual |
data.gov.my Female Representation in Local Authorities ( | Annual |
data.gov.my Female Representation in Parliament ( | Annual |
data.gov.my Marine Fish Landings ( | Monthly |
data.gov.my Crops by State ( | Annual |
data.gov.my Schools by District ( | Annual |
OpenDOSM Household Income, Malaysia ( | Biennial to triennial (survey years) |
OpenDOSM Household Income by State ( | Biennial to triennial (survey years) |
OpenDOSM Household Income by District ( | Biennial to triennial (survey years) |
OpenDOSM Poverty, Malaysia ( | Biennial to triennial (survey years) |
OpenDOSM Poverty by State ( | Biennial to triennial (survey years) |
OpenDOSM Poverty by District ( | Biennial to triennial (survey years) |
OpenDOSM Income Inequality, Malaysia ( | Biennial to triennial (survey years) |
OpenDOSM Income Inequality by State ( | Biennial to triennial (survey years) |
OpenDOSM Income Inequality by District ( | Biennial to triennial (survey years) |
OpenDOSM Household Expenditure by DUN ( | Biennial to triennial (survey years) |
OpenDOSM Household Expenditure by Parliament ( | Biennial to triennial (survey years) |
OpenDOSM Population, Malaysia ( | Annual |
OpenDOSM Population by Parliament ( | Annual |
OpenDOSM Deaths by District and Sex ( | Annual |
OpenDOSM Marriages by State, Age, and Sex ( | Annual |
OpenDOSM Fertility ( | Annual |
OpenDOSM Maternal Deaths, Malaysia ( | Annual |
How to use it
Start with datapulse.json to discover datasets and their
official sources. Follow each health_report link for a plain-language
assessment, or consume the matching file under data/json/ in an automated
workflow.
For example, a data pipeline can inspect status, content_freshness_date, and
freshness_signal_source before processing a source, while a researcher can
review the known quirks before designing a collection method.
Monitoring
The VPS
datapulse-health.timerwakes every 15 minutes and runs only the datasets whose cadence tier is due.GitHub Actions performs a full weekly probe as a fallback and republishes the generated health, badge, feed, README, and changelog artifacts.
RSS feed โ available.
Status badges โ available.
More datasets โ planned.
Adopt a dataset
Know a Malaysian public dataset that deserves dependable health metadata? Adopt it: verify its source and licence, document its schema and quirks, and submit a health report. See CONTRIBUTING.md for the expected three-file contribution model.
New contributors can start with the repository's
Good first issues
or propose a dataset through the GitHub issue forms. Maintainers use
good first issue (yellow), adopt-a-dataset (blue), freshness-check
(blue), bug (red), documentation (blue), question (purple), and
wontfix (gray) to route contributions.
Licence
DataPulse MY is released under the MIT License. Source datasets remain subject to the licences and attribution requirements stated in their individual health reports.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceModel Context Protocol (MCP) server that provides weather forecast, warnings, water level associated with flood, and earthquake reports from Malaysia Government's Open API.41MIT
- AlicenseAqualityDmaintenanceProvides 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.4610ISC
- Alicense-qualityDmaintenance26 US federal data domains as 23 MCP tools. Ed25519 signed responses. Free, no API key.311MIT
- AlicenseAqualityBmaintenanceIndependent trust scores, claim audits, and side-by-side comparisons for AI agents, queryable over MCP. Every verdict is backed by hands-on testing and signed evidence from Hlido (hlido.eu). Hosted endpoint available at https://hlido.eu/mcp โ no auth required.14MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, wโฆ
data.gov.my / OpenDOSM (Department of Statistics Malaysia) โ official Malaysian open-data API.
data.gov.sg MCP โ Singapore open data + real-time environment/transport feeds
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/r3dz4r/datapulse-my'
If you have feedback or need assistance with the MCP directory API, please join our Discord server