Korea Stats MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| 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 | 자주 조회되는 주요 경제사회 지표 목록 |
TDQS
Scored across 8 tools
Tools have distinct purposes with detailed usage hints, but quick_stats and get_statistics_data both return data and could cause minor confusion. Overall, agents can differentiate well.
Most names follow verb_noun pattern (get_statistics_data, analyze_time_series), but quick_stats and quick_trend break the pattern with 'quick' as prefix, slightly reducing consistency.
8 tools is ideal for a statistics server, covering listing, searching, data retrieval, comparison, and trend analysis without being overwhelming.
Core CRUD-like operations are present but missing get_table_info, which is referenced as a prerequisite. This gap forces agents to work around missing metadata retrieval.