Korea Stats MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_statisticsA | 키워드로 KOSIS 통계표를 검색합니다. 예: "인구", "GDP", "실업률", "서울 물가" |
| get_statistics_listA | 주제별/기관별로 통계 목록을 탐색합니다. 트리 구조로 하위 목록을 탐색할 수 있습니다. |
| get_statistics_dataA | 특정 통계표의 실제 데이터를 조회합니다. 중요: 먼저 get_table_info로 유효한 objL1, itemId 값을 확인한 후 호출하세요. |
| compare_statisticsC | 여러 지역, 시점, 또는 항목의 통계 데이터를 비교합니다. |
| analyze_time_seriesA | 통계 데이터의 시계열 추세를 분석합니다. 증가/감소/안정/변동 추세와 성장률을 계산합니다. 중요: 먼저 get_table_info로 유효한 objL1, objL2, itemId 값을 확인한 후 호출하세요. |
| get_recommended_statisticsB | 관심 분야에 맞는 주요 통계표를 추천합니다. |
| quick_statsA | 【수치/데이터 질문 → 이 도구 사용】 한국 통계 수치를 즉시 반환합니다. ■ 사용 시점: "~얼마야?", "~알려줘", "~몇 명이야?", "~수치", "~현황", "~추세", "~감소", "~증가" 등 ■ 반환 형식: "2024년 서울의 실업률은 3.2%입니다" 같은 실제 데이터 값 ■ 지원 키워드: 인구, 출산율, 실업률, 고용률, GDP, GRDP, 물가, 아파트가격, 전세가격, 미세먼지, 교통사고, 의사수, 범죄율, 초혼연령, 노령화지수, 고령인구 등 90개 이상 ■ 지역 조회: 서울, 부산, 대구 등 17개 시도별 조회 가능 ⚠️ 핵심 키워드만 추출하세요: • "인구감소 추세" → query: "인구" (감소/증가/추세 제외) • "서울 실업률 현황" → query: "실업률", region: "서울" • "고령화 문제" → query: "고령인구" 또는 "노령화지수" • "저출산 현황" → query: "출산율" 또는 "출생아수" |
| quick_trendA | 【추세/변화/증감 질문 → 이 도구 사용】 시계열 추세를 분석합니다. ■ 사용 시점: "~추세", "~변화", "~감소", "~증가", "~추이", "~경향" 등 시간에 따른 변화 질문 ■ 반환 형식: 10년간 데이터 + 증감률 + 최고/최저점 + 추세 요약 ⚠️ 핵심 키워드만 추출하세요: • "인구감소 추세" → keyword: "인구" • "출산율 감소 원인" → keyword: "출산율" • "실업률 변화" → keyword: "실업률" • "고령화 추세" → keyword: "고령인구" 또는 "노령화지수" |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| statistics_assistant | 한국 통계 데이터를 검색하고 분석하는 데 도움을 주는 통계 도우미입니다. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| category-tree | KOSIS 통계 분류 체계 - 주제별/기관별 분류 구조 |
| key-indicators | 자주 조회되는 주요 경제사회 지표 목록 |
Latest Blog Posts
- 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/Dayoooun/korea-stats-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server