korean-firefighter-law-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LAW_OC | Yes | 법제처 국가법령정보 OPEN API 인증키 | |
| DATA_GO_KR_KEY | Yes | 공공데이터포털 인증키 (화재정보, 구급통계, 특정소방대상물, 소방시설 정보 API) | |
| FIRE_BUILDING_OP | No | 특정소방대상물 서비스의 오퍼레이션명 (필요시 교체) | |
| FIRE_FACILITY_OP | No | 소방시설 서비스의 오퍼레이션명 (필요시 교체) | |
| LAW_API_PROTOCOL | No | 법제처 API 프로토콜 (예: http, 기본값은 https) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_fire_statsA | 날짜별 화재발생현황 조회 (소방청 국가화재정보). 접수·진행·오인·자체진화 건수 등 |
| get_ems_statsA | 시도본부·소방서별 구급활동 통계 조회 (교통사고 구급활동: 출동·이송 건수) |
| search_fire_buildingC | 특정소방대상물(건물) 검색 — 시도·사용승인연도별 |
| get_building_facilitiesA | 특정소방대상물의 소방시설 현황 조회 (스프링클러 설치 여부 등) |
| search_fire_lawA | 소방 관계 법령 검색 (법제처). 약칭 지원: 화재예방법·소방시설법·위험물법 등. 검색어 없으면 소방 법령 목록 |
| get_fire_law_textA | 소방 법령 조문 전문 조회 (예: lawName="소방시설법", jo="제10조") |
| search_fire_precedentsA | 소방 관련 판례 검색 (법제처). 소방시설·위험물·소방공무원 관련 재판례 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: fire statistics, building search, EMS statistics, building facilities, law search, law text retrieval, and precedent search. Even the two statistics tools (fire vs EMS) and two legal tools (law vs precedent) are clearly separated by subject matter.
All tools follow a consistent verb_noun pattern using snake_case (search_* or get_*), making the action and target predictable. The use of 'fire' in most names, though not all, still follows the same structural pattern.
Seven tools is an appropriate size for this domain, covering statistics, building information, and legal research. Each tool serves a distinct function without redundancy.
The tool surface covers the main needs of the domain: fire and EMS statistics, building search and facility details, and legal research (law search, law text, precedents). Some minor gaps exist, such as no tool for broader building metadata or emergency response details, but the core workflows are comprehensively supported.