# housing-assist

▎ Tokyo housing market data for foreigners. Search 18,000+ weekly-scraped rental listings, compare Tokyo's 23 wards, estimate move-in costs, and get data-backed

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add housingassist/tokyo-housing

# Browse available tools
npx -y @smithery/cli@latest tool list housingassist/tokyo-housing

# Get full schema for a tool
npx -y @smithery/cli@latest tool get housingassist/tokyo-housing search_listings

# Call a tool
npx -y @smithery/cli@latest tool call housingassist/tokyo-housing search_listings '{}'
```

## Direct MCP Connection

Endpoint: `https://housingassist.run.tools`

## Tools (7)

- `search_listings` — Search rental listings in Tokyo. Returns up to 5 matching listings with rent, layout, station, deal score, and a link t…
- `get_neighborhood_info` — Get neighborhood market statistics for a Tokyo ward. Includes average rents by layout (1R, 1K, 1LDK, 2LDK), foreigner a…
- `estimate_move_in_cost` — Calculate total move-in costs for a Japanese rental apartment. Breaks down deposit, key money, agent fee, guarantor fee…
- `get_buy_vs_rent` — Compare buying vs renting in a Tokyo ward. Shows median condo price, estimated monthly mortgage, rental yield, and brea…
- `ward_matchmaker` — Find the best Tokyo wards matching budget, lifestyle, and commute. Scores 23 wards on affordability, safety, foreigner-…
- `lease_renewal_analyzer` — Analyze whether to renew a lease or move. Compares renewal costs vs moving costs, shows market position, and provides n…
- `negotiation_intelligence` — Get data-backed negotiation strategies for rental agreements. Provides ward-specific leverage analysis and success like…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get housingassist/tokyo-housing <tool-name>
```
