K-LifeGuard MCP Server
Provides real-time traffic ETA calculations using Kakao Mobility's navigation API for emergency route optimization.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@K-LifeGuard MCP ServerChest pain near Seoul Station, recommend ER with available beds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
K-LifeGuard MCP Server
지능형 응급 의료 코디네이터 MCP Server
증상 기반 최적 병원 추천, 실시간 ETA, 보호자 알림 기능을 제공합니다.
Features
Tool | Description |
| 증상과 위치 기반 최적 응급의료기관 추천 (복합 스코어링) |
| 응급 모드 활성화, 보호자 알림, 병상 모니터링 |
| 현재 응급 세션 상태 및 실시간 병상 조회 |
| 주변 약국 검색 (야간/휴일 필터) |
Scoring Algorithm
병원 추천은 다음 복합 스코어링 공식을 사용합니다:
Score = (병상 가용성 × 0.4) + (거리 × 0.3) + (교통 ETA × 0.2) + (전문 장비 × 0.1)Installation
npm install
npm run buildConfiguration
.env 파일을 생성하고 API 키를 설정하세요:
cp .env.example .env# 공공데이터포털 API 키 (필수)
DATA_GO_KR_API_KEY=your_api_key
# 카카오 REST API 키 (선택 - ETA 계산용)
KAKAO_REST_API_KEY=your_kakao_api_keyAPI Key 발급
공공데이터포털: https://www.data.go.kr
국립중앙의료원 응급의료정보 API 신청
카카오 개발자: https://developers.kakao.com
REST API 키 발급 (네비게이션 API)
Usage
Claude Desktop 연동
claude_desktop_config.json:
{
"mcpServers": {
"k-lifeguard": {
"command": "node",
"args": ["C:/path/to/k-lifeguard-mcp-server/dist/index.js"],
"env": {
"DATA_GO_KR_API_KEY": "your_api_key",
"KAKAO_REST_API_KEY": "your_kakao_api_key"
}
}
}
}직접 실행
npm startTool Examples
응급실 검색
증상: 가슴통증
위치: 서울 시청 (37.5665, 126.9780)
반경: 10km응답:
증상 분석 (심장내과, CT/MRI 필요 등)
병원 5곳 추천 (점수, 거리, ETA, 병상, 장비)
약국 검색
위치: 현재 위치
필터: night (야간 운영)응답:
야간 운영 약국 목록
운영시간, 거리, 연락처
Project Structure
k-lifeguard-mcp-server/
├── src/
│ ├── index.ts # MCP 서버 엔트리포인트
│ ├── types.ts # TypeScript 타입 정의
│ ├── constants.ts # 상수 (API URL, 증상 매핑 등)
│ ├── schemas/ # Zod 입력/출력 스키마
│ ├── tools/ # MCP 도구 구현
│ │ ├── searchEmergency.ts
│ │ ├── activateEmergency.ts
│ │ ├── getStatus.ts
│ │ └── findPharmacy.ts
│ └── services/ # 외부 API 클라이언트
│ ├── nemcApi.ts # 공공데이터포털 API
│ ├── kakaoNaviApi.ts # 카카오 내비 API
│ ├── sessionManager.ts
│ └── utils.ts
├── dist/ # 빌드 결과물
├── package.json
└── tsconfig.jsonData Sources
공공데이터포털 (NEMC): 응급의료기관 정보, 실시간 병상
카카오 모빌리티: 실시간 교통 ETA
License
MIT
Author
yonghwan1106
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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