Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
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. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_tenders | 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_details | 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_tenders | 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_type | 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_results | Get tenders with results from recent days Find completed tenders with published results for market analysis and trend monitoring. |
get_tender_map_details | Get geographic and mapping data for a specific tender Returns location coordinates and map integration data for the specified tender. |
get_kod_yeshuv | 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. |