Korea Housing MCP
This MCP server integrates South Korea's national law information, building registers from MOLIT, and KOSIS statistics for housing development research. It enables searching laws, retrieving building details, and accessing statistical data through natural language.
README
대한민국 주택개발 조사 MCP
국가법령정보, 국토교통부 건축HUB, KOSIS를 하나의 MCP 서버로 연결합니다.
인증값 입력
.env.example을 복사해 같은 폴더에.env파일을 만듭니다.- 아래 세 값을
.env에 직접 입력합니다.
DATA_GO_KR_SERVICE_KEY=공공데이터포털_일반인증키
LAW_OPEN_API_OC=국가법령정보_OC인증값
KOSIS_API_KEY=KOSIS_인증키
인증값은 따옴표 없이 입력합니다. DATA_GO_KR_SERVICE_KEY는 공공데이터포털의
일반 인증키의 인코딩 키와 디코딩 키를 모두 지원합니다.
설치 및 로컬 실행
cd "국토교통부MCP 프로젝트"
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt
python server.py
기본 MCP 주소는 http://127.0.0.1:8000/mcp입니다. ChatGPT 원격 커넥터는
localhost에 접근할 수 없으므로 실제 연결에는 HTTPS 공개 배포가 필요합니다.
Render 무료 배포
프로젝트 루트의 render.yaml은 Render 무료 Web Service 설정입니다.
- 이 프로젝트를 GitHub 저장소에 올립니다.
.env는 절대 올리지 않습니다. - Render에서
New > Blueprint를 선택하고 GitHub 저장소를 연결합니다. - 환경변수 입력 화면에서 아래 세 값을 입력합니다.
DATA_GO_KR_SERVICE_KEYLAW_OPEN_API_OCKOSIS_API_KEY
- 배포 완료 후
https://서비스명.onrender.com/mcp를 MCP 주소로 사용합니다.
무료 서비스는 15분 동안 요청이 없으면 중지되며 첫 요청 시 다시 시작하는 데 약 1분이 걸릴 수 있습니다. 커넥터 생성 전에 서비스 URL을 한 번 연 다음 1분 정도 기다리고 등록하면 초기 연결 실패를 줄일 수 있습니다.
제공 도구
search_laws: 법령·판례·자치법규 검색get_law_text: 법령 등 본문 조회get_building_title: 건축물대장 표제부get_building_floors: 층별개요get_building_zones: 건축물대장의 지역·지구·구역get_kosis_statistics: KOSIS 통계자료server_status: 비밀값을 노출하지 않는 설정 점검
주의
- 건축물대장의 지역·지구·구역 정보는 토지이용계획확인서 전체를 대체하지 않습니다.
- 특정 필지를 조회하려면 정확한 법정동코드, 본번, 부번이 필요합니다.
- MCP 결과에 없는 값은 추정하거나 다른 필지 정보로 보완하지 않아야 합니다.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.