Includes a Buy Me A Coffee link for supporting the developer of the MCP server.
Hosts the project repository and serves images used in the documentation.
Israeli Land Authority (רמ״י) Unofficial MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to Israeli Land Authority (רמ״י) public tender data.
Features
- Comprehensive Search: Advanced filtering by type, location, status, and dates
- Real-time Data: Direct access to live government APIs
- Hebrew Support: Full Unicode support for Hebrew text and settlement names
- MCP Protocol: Optimized with tools for dynamic operations and resources for static data
- Type Safety: Full Pydantic model validation
- Rate Limiting: Built-in request throttling and retry logic
Quick Start
Installation
Claude Desktop Integration
To add this server to Claude Desktop, update your MCP servers configuration:
Configuration file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
Add this configuration:
Replace /path/to/remy-mcp
with the actual path to your cloned repository.
After adding the configuration and restarting Claude Desktop, you'll have access to all Israeli Land Authority functions directly within your conversations.
Available Functions
Tools (Dynamic Operations)
search_tenders
- Comprehensive search with filteringget_tender_details
- Detailed tender informationget_active_tenders
- Currently active tenderssearch_by_type
- Type/purpose searchesget_recent_results
- Recent tender outcomesget_tender_map_details
- Geographic mapping dataget_kod_yeshuv
- Convert settlement name to code
Resources (Static Reference Data)
remy://tender-types
- All tender typesremy://regions
- Israeli regionsremy://land-uses
- Land use categoriesremy://tender-statuses
- Tender statusesremy://priority-populations
- Priority population codesremy://settlements
- All settlements with codesremy://server-info
- Server capabilities
Technical Details
API Configuration
- Base URL:
https://apps.land.gov.il/MichrazimSite/api
- Rate Limiting: 1-second delay between requests
- Encoding: UTF-8 for Hebrew text support
Dependencies
- Python: 3.11+
- FastMCP: MCP server framework
- Pydantic: Data validation and modeling
- Requests: HTTP client with retry logic
Data Handling
- Hebrew text in UTF-8 encoding
- Israeli timezone (UTC+3) for dates
- Structured responses with error handling
- Type-safe Pydantic models
Development
Code Formatting
Testing
Project Structure
Data Source
This server accesses public data from the Israeli Land Authority (רשות מקרקעי ישראל) via their official APIs. All data is publicly available and no authentication is required.
Official Website: https://apps.land.gov.il/MichrazimSite/
License
This project provides access to public government data for research and analysis purposes.
This server cannot be installed
Provides programmatic access to Israeli Land Authority (רמ״י) public tender data, allowing comprehensive search and filtering of land tenders by type, location, status, and dates.
Related MCP Servers
- -securityAlicense-qualityReal-time hydrological information retrieval service that provides water level, precipitation, dam discharge data, and observatory location information.Last updated -1PythonApache 2.0
- -securityAlicense-qualityMCP for Data.gov.il Israeli Government DataLast updated -62PythonMIT License
- -securityFlicense-qualityProvides access to Israel's OpenBudget API, allowing users to query and search various government budget datasets including budget items, contracts, and support payments.Last updated -12Python
- -securityFlicense-qualityProvides access to Israel's OpenBudget API, enabling users to query and search various governmental budget datasets including budget items, contracts, and support payments.Last updated -12Python