# [대한민국] 쉽고 간편한 부동산 실거래 조회

<아파트, 오피스텔, 연립/다세대, 단독/다가구 매매 및 전/월세 실거래 정보 제공>

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add MCP-Foundry/real-estate

# Browse available tools
npx -y @smithery/cli@latest tool list MCP-Foundry/real-estate

# Get full schema for a tool
npx -y @smithery/cli@latest tool get MCP-Foundry/real-estate UTIL-TIME_NOW

# Call a tool
npx -y @smithery/cli@latest tool call MCP-Foundry/real-estate UTIL-TIME_NOW '{}'
```

## Direct MCP Connection

Endpoint: `https://real-estate--mcp-foundry.run.tools`

## Tools (10)

- `UTIL-TIME_NOW` — 지정한 타임존과 포맷으로 현재 시간을 반환합니다.
- `MOIS-LAWD-CODE-GET` — 행정안전부 법정동 코드 조회
- `MOLIT-APT-RENT-GET` — 국토교통부 아파트 전·월세 실거래가 조회
- `MOLIT-APT-TRADE-GET` — 국토교통부 아파트 매매 실거래가 조회
- `MOLIT-OFFICE-TEL-RENT-GET` — 국토교통부 오피스텔 전·월세 실거래가 조회
- `MOLIT-OFFICE-TEL-TRADE-GET` — 국토교통부 오피스텔 매매 실거래가 조회
- `MOLIT-ROW-MULTI-RENT-GET` — 국토교통부 연립·다세대 전·월세 실거래가 조회
- `MOLIT-ROW-MULTI-TRADE-GET` — 국토교통부 연립·다세대 매매 실거래가 조회
- `MOLIT-SINGLE-MULTI-RENT-GET` — 국토교통부 단독·다가구 전·월세 실거래가 조회
- `MOLIT-SINGLE-MULTI-TRADE-GET` — 국토교통부 단독·다가구 매매 실거래가 조회

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get MCP-Foundry/real-estate <tool-name>
```

## Prompts (4)

- `remote:IPLocate:locate_ip_geographically` (ip) — Get detailed geographic information about an IP address
- `remote:IPLocate:check_ip_security` (ip) — Analyze an IP address for security concerns including VPN, proxy, Tor usage, and abuse history
- `remote:IPLocate:investigate_ip_ownership` (ip) — Get detailed information about who owns and operates an IP address
- `remote:IPLocate:ip_comparison` (ip1, ip2) — Compare geographic and network information between two IP addresses
