K-LifeGuard MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_GO_KR_API_KEY | Yes | 공공데이터포털 API 키 (필수) | |
| KAKAO_REST_API_KEY | No | 카카오 REST API 키 (선택 - ETA 계산용) |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lifeguard_search_emergencyA | 증상과 현재 위치 기반으로 최적의 응급의료기관을 추천합니다. 실시간 병상 가용성, 거리, 카카오내비 교통 상황, 전문 장비 보유 여부를 복합 스코어링하여 최적의 병원 5곳을 추천합니다. Args:
Returns:
Examples:
|
| lifeguard_activate_emergencyA | 응급 모드를 활성화합니다. 선택한 병원으로 이동을 시작하고, 보호자에게 카카오톡 알림을 발송하며, 실시간 병상 모니터링을 시작합니다. Args:
Returns:
Examples:
|
| lifeguard_get_statusA | 현재 응급 모드 상태를 조회합니다. 활성화된 응급 세션이 있으면 목적지 병원의 실시간 병상 정보도 함께 조회합니다. Args:
Returns:
|
| lifeguard_find_pharmacyA | 주변 약국을 검색합니다. 야간 운영 약국, 휴일 운영 약국을 필터링할 수 있습니다. Args:
Returns:
Examples:
|
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 4 tools
All four tools have clearly distinct purposes: status checking, emergency hospital search, emergency activation, and pharmacy search. There is no overlap or ambiguity in their functions.
All tool names follow a consistent 'lifeguard_verb_noun' pattern with lowercase and underscores. Verbs are descriptive (get, search, activate, find) and nouns are appropriate.
With 4 tools, the server is well-scoped for its purpose: emergency medical assistance. Each tool provides essential functionality without being overwhelming or underdeveloped.
The tool set covers the main emergency workflow (search, activate, monitor status) and adds pharmacy search. However, it lacks a tool to cancel or complete an emergency session, which is a minor but notable gap.