yad2-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@yad2-mcpfind apartments for rent in Tel Aviv with 3 rooms"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Yad2 Real Estate Scraper & Cloudflare Worker MCP Server š š¤
An open-source, 100% free solution for scraping Yad2 real estate listings (apartments for rent and sale) and serving them through an MCP (Model Context Protocol) server hosted on Cloudflare Workers.
Designed for AI agents (Claude Desktop, Cursor, Gemini, ChatGPT Actions) to search, filter, and inspect apartments with direct links to original Yad2 notices.
ā” Architecture & Bot Protection Strategy
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā GitHub Actions (Weekly) ā
ā - Playwright Stealth + Chromium ā āā(POST /ingest)āāā
ā - Evades Radware / ShieldSquare ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā¼
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Cloudflare Worker ā
ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā āāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā AI Agent / MCP Client ā <==>ā ā MCP Server (JSON-RPC) ā ā
ā (Claude, Cursor, Custom Agents) ā ā āāāāāāāāāāāāā¬āāāāāāāāāāāāā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā ā ā
ā ā¼ ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā ā Cloudflare D1 Database ā ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāAnti-Bot Bypass: Direct scraper requests from cloud datacenter IPs (like Cloudflare Workers) are blocked by Yad2's Radware / ShieldSquare protection. To overcome this on a 100% free tier, scraping is decoupled into a weekly GitHub Actions workflow using
nodriver+xvfb-run(Virtual Framebuffer), which runs a real Chrome headful browser inside memory to bypass Radware JS challenges (stormcasterv2.js).Edge Database (D1): Scraped listings are ingested into Cloudflare D1 (SQLite at the edge), providing sub-10ms lookup times and zero downtime.
MCP Server: Exposes MCP tools so AI agents can query apartments effortlessly.
Related MCP server: German Real Estate MCP Server
š ļø MCP Tools Offered
Tool | Description |
| Search apartments for rent or sale by city, neighborhood, street name, free text |
| Get full details for a listing by ID, including images, full description, contact details, and direct Yad2 notice link. |
| View database stats (total counts for rent/sale) and the timestamp of the last weekly scrape run. |
š Storage & Capacity Evaluation (Cloudflare D1 Free Tier)
Metric | Cloudflare D1 Free Tier Limit | Space Consumed by Yad2 Scraper | % of Free Quota Used |
Storage Capacity | 5 GB (5,000,000 KB) | ~1.2 KB per apartment record (~12 MB for 10,000 listings) | 0.24% |
Daily Writes | 100,000 writes / day | ~1,000 - 10,000 batch upserts once a week | < 10% (on scrape day) |
Daily Reads | 5,000,000 reads / day | ~10 - 100 queries / day by your AI agent | < 0.002% |
š” Conclusion: Storing 10,000 to 50,000 active apartment listings uses less than 1% to 1.2% of Cloudflare's free storage quota. It is 100% free and virtually impossible to exceed the tier limit for personal or community use!
š Quick Setup & Deployment Guide
Prerequisites
Node.js 18+ and
npmFree Cloudflare Account
Free GitHub Account
1. Clone & Install Dependencies
git clone https://github.com/your-username/yad2-mcp.git
cd yad2-mcp
# Install root dependencies
npm install
# Install scraper dependencies
cd scraper && npm install && cd ..2. Create Cloudflare D1 Database
Log into Cloudflare via Wrangler and create your D1 SQLite database:
npx wrangler login
npx wrangler d1 create yad2-dbCopy the generated database_id from the output into your wrangler.toml:
[[d1_databases]]
binding = "DB"
database_name = "yad2-db"
database_id = "<YOUR_D1_DATABASE_ID>"Initialize the database schema:
npm run d1:init:remote3. Deploy Cloudflare Worker & Set Secret
Set an ingestion secret to secure the scraper upload endpoint:
npx wrangler secret put INGEST_SECRET
# Enter a secure key (e.g. my_super_secret_token_123)Deploy the worker:
npm run deployTake note of your deployed Worker URL (e.g. https://yad2-mcp.<your-subdomain>.workers.dev).
š Setting Up Automated Scraper (GitHub Actions - Daily)
In your GitHub Repository, go to Settings > Secrets and variables > Actions and add two secrets:
WORKER_URL:https://yad2-mcp.<your-subdomain>.workers.devINGEST_SECRET:my_super_secret_token_123(matching the Wrangler secret set above)
The GitHub Actions workflow (.github/workflows/scrape.yml) will automatically run every day at 02:00 UTC (0 2 * * *). You can also click Run workflow manually anytime in the GitHub Actions tab!
š» Local Testing & Development
1. Test Cloudflare Worker Locally
# Initialize local D1 database
npm run d1:init:local
# Start Wrangler local dev server
npm run dev
# Worker runs at http://localhost:87872. Run Local Scraper Test
In another terminal:
cd scraper
WORKER_URL=http://localhost:8787 INGEST_SECRET=dev_ingest_secret_key npm run scrapeš¤ Connecting to AI Agents
Claude Desktop / Cursor Setup
Add the following to your claude_desktop_config.json or Cursor MCP settings:
{
"mcpServers": {
"yad2-apartments": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://yad2-mcp.<your-subdomain>.workers.dev/mcp"
]
}
}
}Or configure custom SSE connection directly to:
https://yad2-mcp.<your-subdomain>.workers.dev/mcpā ļø Disclaimer & Terms of Use
IMPORTANT: This project is strictly for educational, research, and technical evaluation purposes only. It is designed to demonstrate building Model Context Protocol (MCP) servers on Cloudflare Workers and integration with web automation workflows.
This tool should NOT be used for scraping Yad2 or any unauthorized automated data extraction in violation of Yad2's Terms of Service, Robots.txt, or applicable local data laws. The authors and contributors bear no responsibility for any misuse of this software.
š License
MIT License. Open source & free for community use!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceBuilt an MCP server that connects Claude Desktop, Cursor, or any MCP client to Northeast Deal Intel's CRE database. 8 tools: ⢠search_deals ā filter 14K+ active listings by state, type, score, cap rate ⢠search_comps ā 100K+ closed transactions for comp benchmarking ⢠score_deal ā submit any property for AI scoring against real comp data ⢠find_1031_candidates ā exchange-ready deal filter (price8MIT
- Flicense-qualityCmaintenanceEnables AI agents to search for German property listings (rent/buy) on immowelt.de with structured JSON output, no API key required.
- FlicenseAqualityBmaintenanceProvides AI agents with real-time access to French real estate transaction data, price per square meter, and property estimates using official open DVF data, with no API key required.4
- AlicenseAqualityBmaintenanceAn MCP server for rental apartment aggregation, enabling geographic polygon search, semantic vector search, and LLM-powered analysis. Integrates with AI agents like Claude Desktop to manage apartment hunting workflows.152MIT
Related MCP Connectors
Zillow MCP for AI agents: property data, Zestimates & listings ā 300+ fields per home. Free tier.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oshriagronov/yad2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server