by ai.smithery
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Server configuration and capabilities from the MCP manifest
Size: 4,296 bytes (1,074 tokens)
Tools Found: 10
Analysis ID: f8oxvp6m
This MCP server provides access to a comprehensive catalogue of datasets, allowing users to list, search, filter, and retrieve metadata for various datasets available in the Malaysia Open Data platform.
Stars
Registry ID: 65a8cfef-3d35-45b6-a1b4-d9b93b639ef9
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/11/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "mcp-datagovmy",
"tags": [
"mcp",
"smithery",
"malaysia",
"open-data",
"data-catalogue",
"dosm",
"weather",
"transport"
],
"tools": [
{
"name": "list_datasets_catalogue",
"description": "Lists all datasets from the comprehensive catalogue with rich metadata",
"input_schema": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"maximum": 100,
"minimum": 1
},
"offset": {
"type": "number",
"minimum": 0
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "search_datasets",
"description": "Search datasets by keywords across titles, descriptions and metadata",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"maximum": 100,
"minimum": 1
},
"query": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "filter_datasets",
"description": "Filter datasets by category, geography, frequency, demography, data source or year range",
"input_schema": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "number",
"maximum": 100,
"minimum": 1
},
"endYear": {
"type": "number"
},
"category": {
"type": "string"
},
"frequency": {
"type": "string"
},
"geography": {
"type": "string"
},
"startYear": {
"type": "number"
},
"dataSource": {
"type": "string"
},
"demography": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "get_dataset_metadata",
"description": "Get comprehensive metadata for a dataset by ID from the local catalogue",
"input_schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "get_catalogue_filters",
"description": "Get all available filter values for searching and filtering datasets",
"input_schema": {
"type": "object",
"required": [],
"properties": {}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "list_known_datasets",
"description": "Lists known dataset IDs that can be used with the OpenDOSM API",
"input_schema": {
"type": "object",
"required": [],
"properties": {}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "list_datasets",
"description": "Lists available datasets in the Malaysia Open Data catalogue",
"input_schema": {
"type": "object",
"required": [],
"properties": {
"id": {
"type": "string"
},
"meta": {
"type": "boolean"
},
"limit": {
"type": "number",
"minimum": 1
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "get_dataset_details",
"description": "Gets detailed information about a specific dataset",
"input_schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
},
"limit": {
"type": "number",
"minimum": 1
},
"offset": {
"type": "number",
"minimum": 0
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "list_dataset_categories",
"description": "Lists all available dataset categories from the catalogue",
"input_schema": {
"type": "object",
"required": [],
"properties": {}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "list_dataset_agencies",
"description": "Lists all agencies (data sources) providing datasets",
"input_schema": {
"type": "object",
"required": [],
"properties": {}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
],
"version": "1.0.0",
"categories": [],
"description": "Malaysia Open Data MCP Server for Smithery"
}Forks
Watchers
Contributors
Last Push: 9/11/2025
Open Issues: 0