Python-based MCP server for querying Israeli government public real estate data via the Govmap API. Provides comprehensive property deal analysis including address autocomplete, geospatial block/parcel (gush/helka) lookup, recent transaction discovery by radius, street-level and neighborhood-level deal aggregation, market trend analysis with price insights, and multi-address comparison. Supports Hebrew addresses natively and returns deal prices, dates, and property details from official government records.
Clone from GitHub to install
git clone https://github.com/nitzpo/nadlan-mcp
cd nadlan-mcp
pip install -r requirements.txt.mcp.json
{
"mcpServers": {
"nadlan": {
"command": "python",
"args": [
"run_fastmcp_server.py"
],
"cwd": "/path/to/nadlan-mcp"
}
}
}autocomplete_addressSearch and autocomplete Israeli addresses
find_recent_deals_for_addressMain comprehensive analysis tool for querying property deals at specific locations
get_deals_by_radiusGet polygon metadata within a radius of coordinates
get_street_dealsGet real estate deals for a specific street polygon
get_neighborhood_dealsGet real estate deals for a specific neighborhood polygon
analyze_market_trendsMarket trend analysis with price insights
compare_addressesCompare real estate markets between multiple addresses
get_valuation_comparablesGet comparable properties for valuation purposes
get_deal_statisticsGet statistical analysis of real estate deals
get_market_activity_metricsGet comprehensive market activity and investment potential analysis
Israeli government public real estate sales database (Govmap)
What are the recent prices at Dizengoff 50, Tel Aviv?Compare apartment prices between Ramat Gan and GivatayimWhat is the price trend in the Rechavia neighborhood in Jerusalem?Show recent real estate deals near Herzliya PituachAnalyze the real estate market in Netanya over the last 3 yearsPython 3.7+pipNo API key required. Optional environment variables for Govmap tuning (GOVMAP_BASE_URL, GOVMAP_DEFAULT_RADIUS, etc.) and tool toggling (TOOL_*_ENABLED).
MCP server providing programmatic access to Israeli Land Authority (ILA/Rami) public tender data. Offers comprehensive search and filtering of government land tenders by type, location, status, and dates, with full Hebrew Unicode support. Features active tender listings, detailed tender information, geographic mapping data, recent tender outcomes, and settlement code lookups. Also exposes static reference data resources for tender types, regions, land uses, statuses, and priority populations.