A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
Retrieves weather forecast for a specified location and time horizon
Fetches historical or current rainfall data for a location over a period
Checks for active cyclone warnings or severe weather alerts for a location
Retrieves temperature data for a location over a specified period
Identifies and lists currently blocked roads in a specified area
Provides real-time traffic conditions for a given location or route
Estimates travel time between two points considering current conditions
Suggests alternative routes if primary routes are impassable
Locates the nearest hospitals to a given geographical point
Checks the current availability of beds in a specific hospital
Assesses the emergency handling capacity of a hospital
Finds hospitals with specific medical specialties
Retrieves the quantity of a specific supply item at a location
Allocates a specified quantity of an item to a location
Predicts potential shortages of an item based on demand forecast
Finds available shelters in a specified area
Checks the current capacity and occupancy of a shelter
Marks a shelter as open and available
Marks a shelter as closed or full
Retrieves population density for a given area
Identifies counts of vulnerable populations (elderly, children, disabled) in an area
Estimates the number of people affected by a specific disaster type in an area
Simulates the potential spread of a flood given rainfall conditions
Predicts road congestion based on an event (e.g., evacuation)
Estimates food demand for an affected population over a duration
Predicts disease outbreak risk based on environmental and demographic factors