Israeli Land Authority (רמ״י) Unofficial Mcp Server
@barvhaim
A Model Context Protocol (MCP) server that provides programmatic access to Israeli Land Authority (רמ״י) public tender data.
Overview
What is Israeli Land Authority (רמ״י) Unofficial Mcp Server?
A Model Context Protocol (MCP) server that provides programmatic access to Israeli Land Authority (רמ״י) public tender data. It is intended for developers, data analysts, and researchers who need automated, real-time access to government tender information via the MCP protocol.
How to use Israeli Land Authority (רמ״י) Unofficial Mcp Server?
Clone the repository and run uv sync. Configure the server for Claude Desktop by adding a JSON entry to claude_desktop_config.json with the command uv, args ["--directory", "/path/to/remy-mcp", "run", "main.py"]. Python 3.11+ is required.
Key features of Israeli Land Authority (רמ״י) Unofficial Mcp Server?
- Comprehensive search with filtering by type, location, and status
- Real-time data from live government APIs
- Full Unicode support for Hebrew text and settlement names
- MCP protocol with dynamic tools and static resources
- Type-safe data validation with Pydantic
- Built-in rate limiting and retry logic
Use cases of Israeli Land Authority (רמ״י) Unofficial Mcp Server?
- Search for tenders by type, location, and status filters
- Retrieve detailed information on a specific tender
- Monitor currently active tenders in real time
- Analyze recent tender outcomes and results
- Convert settlement names to codes for integration with other systems
FAQ from Israeli Land Authority (רמ״י) Unofficial Mcp Server
What data does this server access?
It accesses public tender data from the Israeli Land Authority (רשות מקרקעי ישראל) via their official APIs at https://apps.land.gov.il/MichrazimSite/api.
Is authentication required?
No, all data is publicly available and no authentication is required.
What are the runtime dependencies?
Python 3.11 or newer, FastMCP (MCP server framework), Pydantic (data validation), and Requests (HTTP client with retry logic).
Are there rate limits or request throttling?
Yes, the server enforces a 1-second delay between API requests.
How do I integrate with Claude Desktop?
Add the following to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%/Claude/): {"mcpServers": {"israeli-land-authority": {"command": "uv", "args": ["--directory", "/path/to/remy-mcp", "run", "main.py"]}}}.