@minjunkwon/korea-welfare-mcp-server
Version:
MCP server for Korean Central Government Welfare Services - provides intelligent search and information retrieval for Korean social welfare programs
44 lines (43 loc) • 1.06 kB
JavaScript
export const LifeCycleCode = {
'001': '영유아',
'002': '아동',
'003': '청소년',
'004': '청년',
'005': '중장년',
'006': '노년',
'007': '임신 · 출산'
};
export const HouseholdTypeCode = {
'010': '다문화·탈북민',
'020': '다자녀',
'030': '보훈대상자',
'040': '장애인',
'050': '저소득',
'060': '한부모·조손'
};
export const InterestThemeCode = {
'010': '신체건강',
'020': '정신건강',
'030': '생활지원',
'040': '주거',
'050': '일자리',
'060': '문화▪여가',
'070': '안전▪위기',
'080': '임신▪출산',
'090': '보육',
'100': '교육',
'110': '입양▪위탁',
'120': '보호▪돌봄',
'130': '서민금융',
'140': '법률',
'160': '에너지'
};
export const ServiceCode = {
'010': '문의',
'020': '사이트',
'030': '근거법령',
'040': '서식/자료',
'050': '관련FAQ',
'060': '인포그래픽',
'070': '복지사업전달체계'
};