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.
Clone from GitHub to install
git clone https://github.com/barvhaim/remy-mcp
cd remy-mcp
pip install -r requirements.txt.mcp.json
{
"mcpServers": {
"remy-land-authority": {
"command": "uv",
"args": [
"run",
"main.py"
],
"cwd": "/path/to/remy-mcp"
}
}
}search_tendersSearch for land tenders from the Israeli Land Authority with comprehensive filtering options
get_tender_detailsGet comprehensive details for a specific tender by ID
get_active_tendersGet all currently active land tenders
search_by_typeSearch tenders by type or land use purpose
get_recent_resultsGet tenders with results from recent days
get_tender_map_detailsGet geographic and mapping data for a specific tender
get_kod_yeshuvGet Kod Yeshuv (settlement code) from Hebrew settlement name
remy://tender-typesremy://tender-typesAll available tender types with Hebrew and English names
remy://regionsremy://regionsAll Israeli regions with Hebrew and English names
remy://land-usesremy://land-usesAll land use categories with Hebrew and English names
remy://tender-statusesremy://tender-statusesAll tender status types with Hebrew and English names
remy://priority-populationsremy://priority-populationsAll priority population codes with Hebrew and English descriptions
remy://settlementsremy://settlementsComplete list of all Israeli settlements with Kod Yeshuv codes
remy://server-inforemy://server-infoServer capabilities and metadata
Official Israeli Land Authority (Rami) public tender database
Show active land tenders in the Tel Aviv areaWhat are the latest residential tenders in Jerusalem?Find tenders for high-rise construction in Beer ShevaShow tender results from the last 30 daysWhat is the settlement code for Ramat Gan?Python 3.11+uvFastMCPPydanticRequestsNo API key required. Public government data. Rate limiting with 1-second delay between requests. Hebrew text supported. Israeli timezone (UTC+3).
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.