Miklat MCP MCP Server

MCP to enable AI agents to guide users towards miklatim tziburim (public shelters) in Israel

Remote serverstreamable-http

What is the Miklat MCP MCP server?

MCP to enable AI agents to guide users towards miklatim tziburim (public shelters) in Israel. That is what the miklat mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Community-maintained geodata repository for Israeli public shelters (miklatim tziburim). This repository serves as the upstream data source for the Miklat MCP server.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 13 tools. What each one is for:

  • Jerusalem — Sourced from the JLM-Shelters-Dot-Com project
  • Field — Type
  • geometry.coordinates — [lng, lat]
  • slug — string
  • neighborhood — string
  • address — string
  • shelterType — string
  • capacity — integer \
  • accessible — boolean
  • mapAddress — string
  • designatedFloors — string \
  • deepestFloor — integer \

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Miklat MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Miklat MCP's toolset — Jerusalem, Field, geometry.coordinates and 10 more — is a fair guide to whether it matches your workflow. It is maintained by danielrosehill; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
JerusalemSourced from the [JLM-Shelters-Dot-Com](https://github.com/danielrosehill/JLM-Shelters-Dot-Com) project
FieldType
geometry.coordinates[lng, lat]
slugstring
neighborhoodstring
addressstring
shelterTypestring
capacityinteger \
accessibleboolean
mapAddressstring
designatedFloorsstring \
deepestFloorinteger \
alertZonestring \

Example prompts to try

  • Use Miklat MCP to Jerusalem.
  • Use Miklat MCP to Field.
  • Use Miklat MCP to geometry.coordinates.

Frequently asked questions

Currently only `jerusalem` is supported, with 198 public shelters. The `list_cities` tool confirms which cities are available.