Disaster Response Coordinator

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "disaster-response-coordinator": {
      "url": "https://disaster-response-coord-nyx-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "disaster-response-coordinator": {
      "serverUrl": "https://disaster-response-coord-nyx-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.disaster-response-coordinator]
url = "https://disaster-response-coord-nyx-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://disaster-response-coord-nyx-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Available Tools
weather_get_forecast

Retrieves weather forecast for a specified location and time horizon

weather_get_rainfall

Fetches historical or current rainfall data for a location over a period

weather_get_cyclone_warning

Checks for active cyclone warnings or severe weather alerts for a location

weather_get_temperature

Retrieves temperature data for a location over a specified period

roads_get_blocked_roads

Identifies and lists currently blocked roads in a specified area

roads_get_traffic

Provides real-time traffic conditions for a given location or route

roads_get_travel_time

Estimates travel time between two points considering current conditions

roads_find_alternative_routes

Suggests alternative routes if primary routes are impassable

hospital_find_nearest

Locates the nearest hospitals to a given geographical point

hospital_available_beds

Checks the current availability of beds in a specific hospital

hospital_emergency_capacity

Assesses the emergency handling capacity of a hospital

hospital_get_specialty

Finds hospitals with specific medical specialties

inventory_get_supply

Retrieves the quantity of a specific supply item at a location

inventory_allocate_supply

Allocates a specified quantity of an item to a location

inventory_check_shortage

Predicts potential shortages of an item based on demand forecast

shelter_find

Finds available shelters in a specified area

shelter_capacity

Checks the current capacity and occupancy of a shelter

shelter_open

Marks a shelter as open and available

shelter_close

Marks a shelter as closed or full

population_density

Retrieves population density for a given area

population_get_vulnerable_groups

Identifies counts of vulnerable populations (elderly, children, disabled) in an area

population_get_affected_count

Estimates the number of people affected by a specific disaster type in an area

simulate_flood_spread

Simulates the potential spread of a flood given rainfall conditions

simulate_road_congestion

Predicts road congestion based on an event (e.g., evacuation)

simulate_food_demand

Estimates food demand for an affected population over a duration

simulate_disease_risk

Predicts disease outbreak risk based on environmental and demographic factors