housing-mcp-server
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