Fire Safety Calculator

Fire Safety Calculator MCP Connector for Claude

A+

Calculate mandatory fire safety infrastructure requirements, including maximum evacuation distance, minimum stair width, and extinguisher density based on local building codes.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Challenge of Life Safety Compliance

A commercial or public structure's safety relies entirely on its ability to manage emergencies. Failing to meet fire code standards can result in catastrophic loss of life and property, making compliance a critical structural risk.

How This System Works
This MCP connector provides specialized tools that model regulatory requirements based on real-world building physics and local mandates. It connects AI agents directly to the calculation logic needed for safe design.

  1. Evacuation Path Compliance: Use calculate_max_walking_distance with the total area, population load, and construction type to ensure all exit paths are within regulatory limits.
  2. Stairway Capacity: Utilize determine_min_stair_width by feeding it the floor population count and standardized module size (e.g., 60cm) to determine the absolute minimum required stair width.
  3. Fire Suppression Density: Specify extinguisher needs using specify_extinguisher_requirement. Provide the total usable area and the risk class code (A, B, or C) to get an accurate count and distribution of fire suppression equipment.

The resulting data provides a definitive compliance report, ensuring your design meets stringent US and local Brazilian Fire Department standards.

fire-safetyegress-pathstair-widthoccupancy-loadfire-code

3 tools expose this connector's capabilities to your AI agent.

specify_extinguisher_requirement

Returns distribution by type (A, B, C) and compliance notes for placement. Determine required fire extinguisher quantity and type distribution by area and risk class

determine_min_stair_width

Returns minimum required width, population ratio details, and safe design recommendation with safety buffer. Calculate minimum stair width based on population load and module definition

calculate_max_walking_distance

Returns compliance status and violation details. Calculate maximum walking distance compliance for evacuation paths

See how to talk to your AI agent using Fire Safety Calculator.

The new office building has an area of 1500 sqm, a population load of 450 people, and is classified as 'Class B Office'. Check if the evacuation paths are compliant.

I will use `calculate_max_walking_distance` with (1500, 450, 'Class B Office'). The result confirms compliance, and the maximum allowed distance is 75 meters. No potential violations found.

We need to know the minimum stair width for a floor with 800 people, using a standard module of 60cm.

Running `determine_min_stair_width` with (800, 60) shows the minimum required width is 480 cm. The recommendation suggests using a 528 cm stair for enhanced safety.

For a warehouse space of 900 sqm with 'Medium Risk' classification, how many fire extinguishers are needed?

I executed `specify_extinguisher_requirement` using (900, 'Medium Risk'). The total required is 12 extinguishers: 6 ABC Dry Chemical and 6 Type B Foam.

To use the `calculate_max_walking_distance` tool, you must provide three inputs: the building's total gross usable floor area in square meters, the maximum calculated population load, and a string specifying the construction type. This ensures compliance with local zone regulations.

Related Connectors