Skip to main content
Glama
yonghwan1106

K-LifeGuard MCP Server

by yonghwan1106

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_GO_KR_API_KEYYes공공데이터포털 API 키 (필수)
KAKAO_REST_API_KEYNo카카오 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lifeguard_search_emergencyA

증상과 현재 위치 기반으로 최적의 응급의료기관을 추천합니다.

실시간 병상 가용성, 거리, 카카오내비 교통 상황, 전문 장비 보유 여부를 복합 스코어링하여 최적의 병원 5곳을 추천합니다.

Args:

  • latitude (number, required): 현재 위치 위도 (예: 37.5665)

  • longitude (number, required): 현재 위치 경도 (예: 126.9780)

  • symptoms (string, required): 증상 설명 (예: "가슴통증", "소아고열", "뇌졸중 의심")

  • radius_km (number, optional): 검색 반경 km (기본값: 10, 범위: 1-50)

  • response_format (string, optional): 출력 형식 "markdown" 또는 "json" (기본값: "markdown")

Returns:

  • 최적 병원 5곳 추천 (순위, 이름, 주소, 연락처, 거리, ETA, 병상, 장비, 점수)

  • 증상 분석 결과 (매칭된 키워드, 권장 진료과, 필요 장비)

  • 스코어링 공식 설명

Examples:

  • "서울 시청 근처에서 가슴통증 환자 발생" → latitude: 37.5665, longitude: 126.9780, symptoms: "가슴통증"

  • "대전에서 소아 고열" → latitude: 36.3504, longitude: 127.3845, symptoms: "소아고열"

lifeguard_activate_emergencyA

응급 모드를 활성화합니다.

선택한 병원으로 이동을 시작하고, 보호자에게 카카오톡 알림을 발송하며, 실시간 병상 모니터링을 시작합니다.

Args:

  • hospital_id (string, required): 병원 HPID (lifeguard_search_emergency 결과에서 획득)

  • hospital_name (string, required): 병원명

  • eta_minutes (number, required): 예상 도착 시간 (분)

  • user_latitude (number, required): 사용자 현재 위치 위도

  • user_longitude (number, required): 사용자 현재 위치 경도

  • symptoms (string, required): 환자 증상

  • notify_guardians (boolean, optional): 보호자 알림 여부 (기본값: true)

Returns:

  • 세션 정보 (ID, 병원, 상태)

  • 카카오 내비 딥링크

  • 보호자 알림 결과

  • 모니터링 정보

  • 응급 팁

Examples:

  • lifeguard_search_emergency로 찾은 병원 선택 후 호출

lifeguard_get_statusA

현재 응급 모드 상태를 조회합니다.

활성화된 응급 세션이 있으면 목적지 병원의 실시간 병상 정보도 함께 조회합니다.

Args:

  • session_id (string, optional): 세션 ID (미입력 시 가장 최근 활성 세션 조회)

Returns:

  • 세션 활성화 여부

  • 세션 정보 (ID, 병원, 경과 시간, 남은 ETA)

  • 실시간 병상 현황

  • 가능한 액션

lifeguard_find_pharmacyA

주변 약국을 검색합니다.

야간 운영 약국, 휴일 운영 약국을 필터링할 수 있습니다.

Args:

  • latitude (number, required): 현재 위치 위도

  • longitude (number, required): 현재 위치 경도

  • filter (string, optional): 필터 옵션 (기본값: "all")

    • "all": 전체 약국

    • "night": 야간 운영 약국 (22시 이후 영업)

    • "holiday": 휴일 운영 약국 (일요일/공휴일)

  • radius_km (number, optional): 검색 반경 km (기본값: 3)

  • limit (number, optional): 최대 결과 수 (기본값: 10)

  • response_format (string, optional): 출력 형식 (기본값: "markdown")

Returns:

  • 약국 목록 (이름, 주소, 연락처, 거리, 운영시간)

Examples:

  • "집 근처 약국 찾기" → latitude, longitude 입력

  • "야간 영업하는 약국" → filter: "night"

  • "일요일에 여는 약국" → filter: "holiday"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/yonghwan1106/k-lifeguard-mcp-server'

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