EmergencyOps MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EmergencyOps MCP ServerCheck seismic activity near San Francisco."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐จ EmergencyOps Disaster Response & Incident Dispatch MCP Server
A Model Context Protocol (MCP) server that connects LLM agents to active seismic sensors, emergency route logistics, and first-responder team dispatch channels.
๐งฐ Available MCP Tools
This server exposes 3 tools over standard I/O (stdio) transport:
1. get_seismic_activity
Retrieves live seismograph data, epicenters, richter magnitudes, and depth logs.
2. route_emergency_vehicle
Calculates fast routes and ETAs for emergency ambulance transit and police dispatch vectors.
Parameters:
current_lat(float, required): Starting latitude.current_lon(float, required): Starting longitude.destination_lat(float, required): Destination latitude.destination_lon(float, required): Destination longitude.
3. dispatch_first_responders
Dispatches rescue personnel, NDRF teams, and fire crews to emergency sectors.
Parameters:
sector_id(string, required): Target area.incident_type(string, required): Nature of the emergency (e.g."Wildfire","Earthquake").severity(string, required): Severity tier (e.g."Critical","Moderate").
Related MCP server: DeepMap AI MCP Server
๐ฆ Installation & Quickstart
# 1. Setup environment
cd emergencyops-mcp-server
python -m venv venv
.\venv\Scripts\activate
# 2. Install package
pip install -e .Claude Desktop Config
{
"mcpServers": {
"emergencyops": {
"command": "D:/Projects/emergencyops-mcp-server/venv/Scripts/python.exe",
"args": [
"-m",
"emergencyops_mcp.server"
]
}
}
}๐งช Testing
python -m pytest -o pythonpath=srcThis server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceProvides access to the USGS Quakes API within Claude Desktop, enabling users to retrieve earthquake data and details through natural language queries.1MIT

DeepMap AI MCP Serverofficial
Alicense-qualityDmaintenanceProvides 25 geophysical intelligence tools for multi-hazard risk scoring, earthquake/volcano/tsunami/sinkhole prediction, weather intelligence, insurance underwriting, climate migration, and parametric triggers.MIT- Alicense-qualityDmaintenanceIntegrates multiple earthquake data sources (IRIS, USGS, GNSS) for comprehensive seismic monitoring, analysis, and risk assessment via natural language queries.1MIT
- AlicenseAqualityDmaintenanceReal-time earthquake data and seismic monitoring for AI agents via the USGS Earthquake Catalog API.8MIT
Related MCP Connectors
Real-world data for agents: air quality, geocoding, quakes, holidays, web search
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jdbruh18/emergencyops-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server