housing-mcp-server

housing-mcp-server

3.1

If you are the rightful owner of housing-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Housing MCP Server is designed to integrate and manage public APIs related to housing.

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