# Korean Public Data MCP server

Korean government open data - weather, population, law search via data.go.kr

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-songt-50-korean-public-data-mcp
- Repository: https://github.com/SongT-50/korean-public-data-mcp

## Install
- Endpoint: https://korean-public-data-mcp.onrender.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://korean-public-data-mcp.onrender.com/mcp

## Tools
- check_business_registration - 사업자등록번호로 사업 상태를 조회합니다.

    Args:
        business_numbers: 사업자등록번호 리스트 (예: ["1234567890", "0987654321"]). 하이픈 없이 10자리 숫자. 최대 100개.

    Returns:
        각 사업자의 등록 상태 (계속사업자, 휴업자, 폐업자 등)
     Endpoint: https://korean-public-data-mcp.onrender.com/mcp
- get_real_estate_trades - 아파트 실거래가를 조회합니다.

    Args:
        district: 지역구 이름 (예: "강남구", "서초구", "성남시분당구"). 서울 25개구 + 주요 경기/광역시 지원.
        year_month: 조회할 연월 (예: "202602"). YYYYMM 형식.

    Returns:
        해당 지역/기간의 아파트 실거래 내역 (단지명, 면적, 가격, 층, 거래일)
     Endpoint: https://korean-public-data-mcp.onrender.com/mcp
- get_weather_forecast - 도시별 단기 날씨 예보를 조회합니다.

    Args:
        city: 도시 이름 (예: "서울", "부산", "제주", "수원"). 25개 주요 도시 지원.
        hours_ahead: 앞으로 몇 시간 예보를 볼지 (기본 24시간, 최대 72시간)

    Returns:
        시간대별 기온, 강수확률, 하늘상태 등 날씨 정보
     Endpoint: https://korean-public-data-mcp.onrender.com/mcp
- get_air_quality - 실시간 대기질(미세먼지, 초미세먼지, 오존 등)을 조회합니다.

    Args:
        location: 지역명 (예: "서울", "강남", "부산", "제주"). 15개 주요 지역 지원.

    Returns:
        PM10, PM2.5, 오존, 이산화질소, 일산화탄소, 아황산가스 수치와 등급
     Endpoint: https://korean-public-data-mcp.onrender.com/mcp
- get_economic_stats - 한국은행 경제통계를 조회합니다.

    Args:
        indicator: 경제지표명. 지원 항목: 기준금리, 소비자물가지수, 실업률, GDP성장률, 수출액, 수입액, 원달러환율, 코스피
        period: 조회기간. "latest"(최근 12개월), "2025"(특정연도), "202501-202602"(기간지정)

    Returns:
        해당 경제지표의 시계열 데이터
     Endpoint: https://korean-public-data-mcp.onrender.com/mcp
- list_supported_options - 이 MCP 서버에서 지원하는 도시, 지역, 경제지표 목록을 확인합니다.

    Returns:
        각 도구별 지원 옵션 목록
     Endpoint: https://korean-public-data-mcp.onrender.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.SongT-50
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 8, 2026
- Source: https://registry.modelcontextprotocol.io
