Skip to main content
Glama
jdbruh18

EmergencyOps MCP Server

by jdbruh18

๐Ÿšจ EmergencyOps Disaster Response & Incident Dispatch MCP Server

License: MIT Python 3.10+ Protocol Domain

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=src

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

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/jdbruh18/emergencyops-mcp-server'

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