Israeli Land Authority (רמ״י) Unofficial Mcp Server

by barvhaim

320 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that provides programmatic access to Israeli Land Authority (רמ״י) public tender data.

Details

Author
barvhaim
Downloads
320
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Israeli Land Authority (רמ״י) Unofficial Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "israeli land authority (\u05e8\u05de\u05f4\u05d9) unofficial mcp server": {
            "israeli-land-authority": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/path/to/remy-mcp",
                    "run",
                    "main.py"
                ]
            }
        }
    }
}

McpServers

{
    "israeli-land-authority": {
        "command": "uv",
        "args": [
            "--directory",
            "/path/to/remy-mcp",
            "run",
            "main.py"
        ]
    }
}

Israeli Land Authority (רמ״י) Unofficial MCP Server

Buy Me A Coffee

A Model Context Protocol (MCP) server that provides programmatic access to Israeli Land Authority (רמ״י) public tender data.

image

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

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.