Israeli Land Authority MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tendersB | Search for land tenders from the Israeli Land Authority Enhanced search with comprehensive filtering options including tender types, locations, statuses, date ranges, and priority populations. Supports Hebrew text and backward compatibility. |
| get_tender_detailsB | Get comprehensive details for a specific tender by ID Returns detailed information including dates, guarantees, documents, and administrative details for the specified tender. |
| get_active_tendersB | Get all currently active land tenders Returns a list of tenders that are currently open for submissions, useful for finding current bidding opportunities. |
| search_by_typeB | Search tenders by type or land use purpose Find tenders of specific types (residential, commercial, etc.) or purposes (low-rise construction, offices, etc.). |
| get_recent_resultsB | Get tenders with results from recent days Find completed tenders with published results for market analysis and trend monitoring. |
| get_tender_map_detailsB | Get geographic and mapping data for a specific tender Returns location coordinates and map integration data for the specified tender. |
| get_kod_yeshuvA | Get Kod Yeshuv (settlement code) from Hebrew settlement name Returns the official settlement code used by Israeli authorities for the given settlement name. Useful for integration with other Israeli government systems. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_tender_types_resource | Get list of all available tender types as a resource Returns reference data for tender types with Hebrew and English names. Use the IDs for filtering in search functions. |
| get_regions_resource | Get list of all Israeli regions as a resource Returns reference data for regions with Hebrew and English names. Use for geographic filtering in search functions. |
| get_land_uses_resource | Get list of all land use categories as a resource Returns reference data for land use purposes with Hebrew and English names. Use for purpose-based filtering in search functions. |
| get_tender_statuses_resource | Get list of all tender status types as a resource Returns reference data for tender statuses with Hebrew and English names. |
| get_priority_populations_resource | Get list of all priority population codes as a resource Returns reference data for priority populations with Hebrew and English descriptions. Use these codes for filtering in search functions. |
| get_settlements_resource | Get complete list of all settlements with their Kod Yeshuv codes as a resource Returns a comprehensive list of all Israeli settlements with their official codes and Hebrew names for reference and local caching. |
| get_server_info_resource | Get information about the MCP server and its capabilities as a resource Returns server metadata, available functions, and usage guidelines. |
TDQS
Scored across 7 tools
Every tool has a clearly distinct purpose with no overlap: get_active_tenders retrieves open tenders, get_kod_yeshuv maps settlement names to codes, get_recent_results fetches completed tenders, get_tender_details provides comprehensive tender information, get_tender_map_details offers geographic data, search_by_type filters by land use, and search_tenders enables advanced filtering. The descriptions reinforce these unique roles, eliminating any ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case: get_active_tenders, get_kod_yeshuv, get_recent_results, get_tender_details, get_tender_map_details, search_by_type, and search_tenders. This uniformity makes the tools predictable and easy to understand, with no deviations in naming conventions.
With 7 tools, the server is well-scoped for its purpose of accessing Israeli land authority data. Each tool earns its place by covering distinct aspects such as tender retrieval, settlement coding, results monitoring, detailed views, mapping, and search functionalities, avoiding both bloat and insufficiency.
The tool set provides strong coverage for querying and analyzing land tenders, including active, recent, and detailed views, plus mapping and search capabilities. A minor gap exists in lifecycle operations like creating or updating tenders, but this is likely intentional given the server's focus on read-only public data access, and agents can work effectively within this scope.