Housing MCP Server

Housing MCP Server

By MJunKWON GitHub

공공 주택 정보 조회를 위한 MCP 서버

housing-mcp-server public-housing
Overview

What is Housing MCP Server?

Housing MCP Server is a server that integrates and manages public APIs related to housing information.

How to use Housing MCP Server?

To use the Housing MCP Server, set up the environment variables with your API keys and endpoints, install the dependencies, and run the server in development or production mode.

Key features of Housing MCP Server?

  • Integration of multiple public housing APIs
  • Easy setup with environment variables
  • Supports both development and production modes

Use cases of Housing MCP Server?

  1. Accessing public housing data for research purposes.
  2. Building applications that require housing information.
  3. Integrating housing data into existing systems.

FAQ from Housing MCP Server?

  • What APIs does the Housing MCP Server integrate?

It integrates public housing APIs for lease information, apartment listings, and apartment details.

  • Is there a cost to use the Housing MCP Server?

The server is free to use, but you may need to check the API providers for any usage limits or costs.

  • What programming language is used for the Housing MCP Server?

The server is built using TypeScript.

Content

Housing MCP Server

주택 관련 공공 API를 통합 관리하는 MCP 서버

환경 변수

PORT=3000
PUBLIC_HOUSING_API_KEY=your_key
APARTMENT_LIST_API_KEY=your_key
APARTMENT_INFO_API_KEY=your_key
PUBLIC_HOUSING_API_ENDPOINT=http://apis.data.go.kr/B552555/lhLeaseInfo1
APARTMENT_LIST_API_ENDPOINT=http://apis.data.go.kr/1613000/AptListService3
APARTMENT_INFO_API_ENDPOINT=http://apis.data.go.kr/1613000/AptBasisInfoServiceV3

설치 및 실행

# 의존성 설치
npm install

# 개발 모드 실행
npm run dev

# 프로덕션 빌드
npm run build

# 프로덕션 실행
npm start
No tools information available.
No content found.