Israeli Land Authority (רמ״י) Unofficial Mcp Server
@barvhaim
About Israeli Land Authority (רמ״י) Unofficial Mcp Server
A Model Context Protocol (MCP) server that provides programmatic access to Israeli Land Authority (רמ״י) public tender data.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"israeli-land-authority": {
"command": "uv",
"args": [
"--directory",
"/path/to/remy-mcp",
"run",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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"]}}}.
Frequently asked questions
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"]}}}`.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments