Server Details
Korean government open data - weather, population, law search via data.go.kr
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- SongT-50/korean-public-data-mcp
- GitHub Stars
- 0
See and control every tool call
Available Tools
6 toolscheck_business_registrationInspect
사업자등록번호로 사업 상태를 조회합니다.
Args:
business_numbers: 사업자등록번호 리스트 (예: ["1234567890", "0987654321"]). 하이픈 없이 10자리 숫자. 최대 100개.
Returns:
각 사업자의 등록 상태 (계속사업자, 휴업자, 폐업자 등)| Name | Required | Description | Default |
|---|---|---|---|
| business_numbers | Yes |
get_air_qualityInspect
실시간 대기질(미세먼지, 초미세먼지, 오존 등)을 조회합니다.
Args:
location: 지역명 (예: "서울", "강남", "부산", "제주"). 15개 주요 지역 지원.
Returns:
PM10, PM2.5, 오존, 이산화질소, 일산화탄소, 아황산가스 수치와 등급| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes |
get_economic_statsInspect
한국은행 경제통계를 조회합니다.
Args:
indicator: 경제지표명. 지원 항목: 기준금리, 소비자물가지수, 실업률, GDP성장률, 수출액, 수입액, 원달러환율, 코스피
period: 조회기간. "latest"(최근 12개월), "2025"(특정연도), "202501-202602"(기간지정)
Returns:
해당 경제지표의 시계열 데이터| Name | Required | Description | Default |
|---|---|---|---|
| period | No | latest | |
| indicator | Yes |
get_real_estate_tradesInspect
아파트 실거래가를 조회합니다.
Args:
district: 지역구 이름 (예: "강남구", "서초구", "성남시분당구"). 서울 25개구 + 주요 경기/광역시 지원.
year_month: 조회할 연월 (예: "202602"). YYYYMM 형식.
Returns:
해당 지역/기간의 아파트 실거래 내역 (단지명, 면적, 가격, 층, 거래일)| Name | Required | Description | Default |
|---|---|---|---|
| district | Yes | ||
| year_month | Yes |
get_weather_forecastInspect
도시별 단기 날씨 예보를 조회합니다.
Args:
city: 도시 이름 (예: "서울", "부산", "제주", "수원"). 25개 주요 도시 지원.
hours_ahead: 앞으로 몇 시간 예보를 볼지 (기본 24시간, 최대 72시간)
Returns:
시간대별 기온, 강수확률, 하늘상태 등 날씨 정보| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| hours_ahead | No |
list_supported_optionsInspect
이 MCP 서버에서 지원하는 도시, 지역, 경제지표 목록을 확인합니다.
Returns:
각 도구별 지원 옵션 목록| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.