housing-mcp-server

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