Skip to content

v1.3.0 — First PUBLIC release

Choose a tag to compare

@ratelworks ratelworks released this 20 May 04:29
· 49 commits to main since this release

OSS MCP server that assists Korean safety managers and site supervisors in drafting and reviewing the 19 statutory safety-management documents (TBM logs, work plans, risk assessments, MSDS registers, accident reports, …).

Korean OSH statutes, Safety Standards Rules, the Severe Accident Punishment Act, and KOSHA Guide bodies are bundled inside the tools, so the form template, blank-fill guide, statute body excerpt, and review are provided right at drafting time.

Install

npm install -g agent-safety-oss
# or use directly via npx
npx -y agent-safety-oss tools

npm: https://www.npmjs.com/package/agent-safety-oss

5-second setup

Targets two main hosts: Claude Desktop and OpenAI Codex CLI.

{
  "mcpServers": {
    "agent-safety-oss": {
      "command": "npx",
      "args": ["-y", "agent-safety-oss", "serve"]
    }
  }
}

What's bundled

  • 88 MCP tools — all wired directly to drafting workflows
  • 1,039 KOSHA Guide bodies (offline, keyless)
  • 8 statute bodies (OSH Act / Decree / Rule / Safety Standards Rules / SAPA / SAPA Decree / Risk Assessment Notice / CTPA §62 area)
  • 94-docId master + 132-form index
  • 3,365-node operational graph (Activity · Hazard · Control · LegalArticle · SafetyDocument · Evidence · CorrectiveAction)
  • 22 deterministic applicability rules — workplace scale + work conditions → triggered statutes + enforced controls auto-derived

API key — 2 paths

A2UI form preview in browser

git clone https://github.com/ratelworks/agent-safety-oss.git
cd agent-safety-oss && npm install && npm run build
npm run mcp:demo:viewer    # http://localhost:5174

Verification

  • ontology:gate HIGH 0 / SHACL 22/22 / capability · edge-context · link-type all green
  • npm audit — 0 vulnerabilities
  • quality-regression — 96/96 excellent, mean 9.68/10, 0 hallucination flags
  • fillrate top-20 — mean 76.8/100, statute-citation conformance 100%, approval-block presence 100%

Provider · Developer

  • Provider: 황룡건설(주) Safety & Health Planning Dept. — domain validation, on-site requirements, scenarios
  • Developer: Ratelworks Inc. — MCP server design / implementation / OSS maintenance
  • License: MIT (code) · KOGL (KOSHA / MOEL / Ministry of Government Legislation data)

Awards

  • 2025.07 — 2025 AI · Smart Industrial-Safety Technology Best-Practice Contest Grand Prize (Minister of Employment and Labor)
  • 2025.09 — 2025 Risk Assessment Best-Practice Showcase Excellence Prize (Daejeon Regional Labor Office Director)
  • 2026.01 — Side Impact 2025 AI Track Winner (Brian Impact Foundation)

For details: README.md · CHANGELOG.md.