mcp_server

kakao-rent-mcp/mcp_server
★ 0 stars Python API Integration Updated 8d ago
mcp_server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

README Excerpt

한국 주택 청약(분양·임대) 공고를 조회하고, 사용자의 소득·자산·가족구성·청약통장 정보를 바탕으로 자격에 맞는 공고를 추천하는 [FastMCP](https://github.com/jlowin/fastmcp) 서버입니다. 이 서버는 자연어를 직접 파싱하지 않습니다. 자연어 이해는 MCP 클라이언트(사용자 쪽 AI)가 담당하고, 이 서버는 클라이언트가 구조화해서 넘긴 값(연봉, 가구원수, 결혼상태 등)을 받아 공공데이터포털 API 조회 + 자격판정 로직을 수행합니다. 카카오 PlayMCP 마켓 심사 규격을 전제로 만들었습니다 (아래 [PlayMCP 심사 규격](#playmcp-심사-규격) 참고).

Tools (10)

DECODING_KEYENCODING_KEYMCP_HOSTMCP_PORTMCP_TRANSPORTcheck_eligibilityget_competition_statsget_notice_detailrecommend_housingsearch_housing_notices