Skip to main content
Glama
yanaSelin

mcp-disaster-server

by yanaSelin

mcp-disaster-server

MCP server for querying the Kaggle "All Natural Disasters 1900-2021 / EOSDIS" CSV dataset via pandas.

Exposes two tools over the stdio MCP protocol:

  • search_disasters — filter records by disaster type, country, and year range

  • get_disaster_statistics — aggregate statistics by dimension (country, continent, year, etc.)

Usage with uvx

DISASTER_CSV_PATH=/path/to/natural_disasters.csv uvx --from . mcp-disaster-server

Or if published to PyPI:

DISASTER_CSV_PATH=/path/to/natural_disasters.csv uvx mcp-disaster-server

Related MCP server: HF Dataset MCP

Install as editable package (for development)

pip install -e .

After installation the entry point is available as:

DISASTER_CSV_PATH=/path/to/natural_disasters.csv mcp-disaster-server

Environment

Variable

Required

Description

DISASTER_CSV_PATH

Yes

Path to the EOSDIS natural disasters CSV

Data

Download the CSV from Kaggle: All Natural Disasters 1900-2021 / EOSDIS dataset. The server normalizes column names at startup (lowercase, underscores, no punctuation).

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    This MCP server enables users to interact with and analyze the dair-ai/emotion dataset from Hugging Face containing labeled Twitter messages. It provides tools to sample data, search text, and perform statistical analysis on emotion distributions.
    4
    GPL 3.0
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server for the Hugging Face Dataset Viewer API that enables searching, fetching, and filtering datasets on the Hugging Face Hub. It allows users to explore schemas, perform full-text searches, and analyze dataset statistics through natural language.
    10
  • A
    license
    -
    quality
    D
    maintenance
    A powerful MCP server that connects AI assistants to authoritative natural hazard data sources, enabling monitoring of earthquakes, tsunamis, volcanoes, and solar events with configurable alerts and webhooks.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server wrapping the USGS Earthquake Hazards API, enabling AI assistants to search the global earthquake catalog, look up event details, count quakes, find 'Did You Feel It' reports, and read realtime feeds.
    5
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/yanaSelin/disaster-registry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server