Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Gahmen

БесплатноНе проверен

Integrates with Singapore's government data APIs (data.gov.sg and SingStat) to enable browsing, searching, filtering, and downloading of open datasets for polic

GitHubEmbed

Описание

Integrates with Singapore's government data APIs (data.gov.sg and SingStat) to enable browsing, searching, filtering, and downloading of open datasets for policy research, economic analysis, demographic studies, and data journalism.

README

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.sg
  • get_collection - Get metadata for a specific collection

Datasets

  • list_datasets - List all datasets on data.gov.sg
  • get_dataset_metadata - Get metadata for a specific dataset
  • search_dataset - Search for data within a dataset using CKAN datastore
  • initiate_download - Start downloading a dataset with optional filtering
  • poll_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

from github.com/aniruddha-adhikary/gahmen-mcp

Установка Gahmen

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/aniruddha-adhikary/gahmen-mcp

FAQ

Gahmen MCP бесплатный?

Да, Gahmen MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Gahmen?

Нет, Gahmen работает без API-ключей и переменных окружения.

Gahmen — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Gahmen в Claude Desktop, Claude Code или Cursor?

Открой Gahmen на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Gahmen with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development