Israel Real Estate MCP Server
Pricing
from $20.00 / 1,000 tool calls
Israel Real Estate MCP Server
MCP server exposing Israeli real estate data: live listings (Yad2, Madlan, Facebook groups), official sold transactions, price per sqm and valuations.
Pricing
from $20.00 / 1,000 tool calls
Rating
0.0
(0)
Developer
Swerve
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
An MCP (Model Context Protocol) server that gives AI assistants live Israeli real estate data: current rent and sale listings, official sold transactions, price per square metre, and a comps-based valuation. Connect it to Claude, ChatGPT, Cursor or any MCP client and ask questions like "what do 4-room apartments sell for on Ahuza street in Raanana?".
Tools
| Tool | What it returns | Source |
|---|---|---|
search_listings | Up to 50 live listings for rent or sale in a city, filtered by price, rooms and property type: price, rooms, sqm, floor, address, source URL. | Yad2 and Madlan, fetched live by our yad2-scraper and madlan-scraper actors |
sold_comps | Official recorded sale transactions around an address or street (radius up to 1,000 m, up to 36 months back), with price, rooms, sqm, price per sqm, floor and distance. | Israel Tax Authority data via GovMap |
price_per_sqm | Median, 25th and 75th percentile price per sqm for a city or neighborhood over the last 12 months, plus the trend against the previous 12 months. | Israel Tax Authority data via GovMap |
estimate_value | Low / mid / high valuation in NIS for an apartment given city, street, rooms and sqm (house number and floor optional), with the comps used. | Israel Tax Authority data via GovMap |
list_cities | The 130+ supported cities with Hebrew and English names. | Built in |
Cities can be given in Hebrew or English. Prices are in NIS.
Connect
Streamable HTTP endpoint (Standby mode):
https://swerve--israel-real-estate-mcp.apify.actor/mcpAuthorization: Bearer <your Apify API token>
Claude Desktop / Cursor example:
{"mcpServers": {"israel-real-estate": {"url": "https://swerve--israel-real-estate-mcp.apify.actor/mcp","headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }}}}
You can also run a single tool from the Apify Console or API by setting tool and args in the Actor input; the result lands in the run's dataset.
Pricing
Pay per event: one tool-call event per tool invocation. search_listings additionally runs the Yad2 and Madlan actors under your account, so their per-listing prices apply to those runs. Platform usage (compute, proxy) is billed to your account as with any Actor.
Notes and limits
- Sold-transaction tools take 30 to 90 seconds: they query GovMap live for every building in the radius (a 300 m radius is the sweet spot; larger radii may return partial results with a note). Listing searches take 20 to 60 seconds because they scrape Yad2 and Madlan live for you.
- Sold data covers residential deals only; land, commercial and agricultural transactions are filtered out.
- Valuations are indicative comps math (median price per sqm of similar nearby sales, with small floor adjustments), not an appraisal.