hospital-fee-mcp
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., "@hospital-fee-mcp서울 강남구 라섹 가격 알려줘"
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.
병원 비급여 진료비 조회 MCP 서버
건강보험심사평가원의 비급여 진료비 정보를 조회할 수 있는 MCP(Model Context Protocol) 서버입니다.
주요 기능
🏥 병원 검색: 병원명으로 병원 검색
💰 비급여 항목 검색: 지역별, 항목별 비급여 진료비 검색
📍 지역 필터링: 시/도, 시/군/구 단위 필터링 지원
⚡ 캐싱: 동일 요청에 대한 빠른 응답 (5분 TTL)
🔒 CSRF 토큰 관리: 자동 토큰 갱신
🏗️ 멀티모듈 구조: 클린 아키텍처 기반 설계
Related MCP server: visitkorea-medicaltourism
설치
필요 사항
Python 3.10 이상
Claude Desktop 또는 MCP 호환 클라이언트
설정
저장소 클론:
git clone https://github.com/yourusername/hospital-fee-mcp.git
cd hospital-fee-mcp가상환경 생성 및 활성화:
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate의존성 설치:
pip install -r requirements.txtClaude Desktop 설정 (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"hospital-fee": {
"command": "/path/to/hospital-fee-mcp/venv/bin/python",
"args": ["/path/to/hospital-fee-mcp/hospital_fee_mcp.py"]
}
}
}Claude Desktop 재시작
사용 예시
항목별 검색
부산 해운대구에서 라섹이 제일 싼 곳은 어디야?서울 강남구 라섹 가격 알려줘광명시 독감 예방접종 가격병원별 검색
서울연세안과 라섹 가격제공 도구
search_item_by_name
항목명과 지역으로 비급여 진료비 검색
파라미터:
item_name(필수): 검색할 항목명 (예: 라섹, 크라운, 독감)sido_name(선택): 시/도 (예: 서울, 부산, 경기)sggu_name(선택): 시/군/구 (예: 강남구, 부산해운대구)emdong_name(선택): 읍/면/동hospital_type(선택): 병원 유형
search_hospital
병원명으로 병원 검색
파라미터:
hospital_name(필수): 병원명
get_hospital_fee
특정 병원의 비급여 진료비 상세 조회
파라미터:
hospital_name(필수): 병원명hospital_index(필수): 검색 결과 인덱스
프로젝트 구조
hospital-fee-mcp/
├── apps/
│ └── mcp_server/ # MCP 서버 구현
│ ├── main.py # 진입점
│ └── server.py # FastMCP 서버
├── core/
│ └── hospital_fee/ # 비즈니스 로직
│ ├── services.py # 서비스 계층
│ ├── region_codes.py # 지역 코드 관리
│ └── constants.py # 상수 정의
├── infra/
│ ├── hira_client/ # 건강보험심사평가원 API 클라이언트
│ │ ├── hira_api.py # API 호출
│ │ ├── csrf.py # CSRF 토큰 관리
│ │ └── settings.py # API 설정
│ └── cache/ # 캐싱
│ └── memory_cache.py # 메모리 캐시 구현
├── common/
│ ├── logging_config.py # 로깅 설정
│ └── settings.py # 공통 설정
├── data/
│ └── region_codes.json # 지역 코드 데이터
└── hospital_fee_mcp.py # MCP 서버 진입점기술 스택
FastMCP: MCP 서버 프레임워크
HTTPX: 비동기 HTTP 클라이언트
Playwright: CSRF 토큰 획득용 브라우저 자동화
asyncio: 비동기 프로그래밍
주요 기술 특징
지역 코드 자동 추출
API의
sidoCd는sgguCd의 앞 2자리를 사용예:
sgguCd=230005(대구수성구) →sidoCd=23
메모리 캐싱
TTL 기반 캐싱 (기본 5분)
동일 요청에 대한 빠른 응답
CSRF 토큰 관리
Playwright를 통한 자동 토큰 획득
토큰 만료 시 자동 갱신
데이터 출처
이 서버는 건강보험심사평가원의 공개 데이터를 활용합니다.
면책 조항
⚠️ 중요: 이 서버가 제공하는 비급여 진료비 정보는 참고용입니다.
비급여 항목의 경우 추가비용 등으로 실제 가격과 상이할 수 있습니다.
정확한 가격은 해당 의료기관에 직접 문의해주세요.
이 정보를 기반으로 한 의료 결정에 대해 개발자는 책임지지 않습니다.
최신 정보는 건강보험심사평가원 공식 사이트를 참고하세요.
라이센스
MIT License - 자세한 내용은 LICENSE 파일을 참고하세요.
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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables querying and analyzing non-reimbursable medical treatment costs in South Korea using the Health Insurance Review & Assessment Service API. Supports searching treatment codes, comparing hospital prices, regional statistics analysis, and finding cost-effective healthcare options.Last updated
- Alicense-qualityDmaintenanceEnables AI agents to search and retrieve information about KTO-certified medical tourism facilities in South Korea, including area-based, location-based, and keyword search, with multilingual support.Last updated9,2861MIT
- Alicense-qualityCmaintenanceEnables natural language querying of Korean public medical data (data.go.kr) through MCP clients like Claude, providing tools for searching hospitals, drugs, non-payment costs, disease statistics, and more.Last updated1MIT
- AlicenseAqualityBmaintenanceEnables searching and retrieving Korean disease information and statistics from the Health Insurance Review and Assessment Service (HIRA) using Claude.Last updated5MIT
Related MCP Connectors
Look up Korean drug ingredient and product data by HIRA component and product codes via Pilldoc. V…
Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
Korean government open data - weather, population, law search via data.go.kr
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/la1av1a/hospital-fee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server