MJunKWON/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