← aliyahu.com

INDIVIDUAL MCP TOOL

list_journey_stages

List the six aliyah journey stages Aliyahu organises everything around (from "dreaming" to "established"), each with a short label and what that stage is about.

aliyahu.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aliyahu.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_journey_stages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aliyahu.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://aliyahu.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://aliyahu.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://aliyahu.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://aliyahu.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://aliyahu.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "transport": "streamable-http",
  "url": "https://aliyahu.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compute_purchase_tax — Compute Israeli real-estate purchase tax (mas rechisha) for a new immigrant buying a home, comparing the olim benefit track to the standard first-home rate.
  • estimate_arnona_discount — Estimate the new-immigrant municipal-tax (arnona) discount on a home.
  • estimate_rental_assistance — Estimate the government rental assistance a new immigrant household receives, comparing a standard area to a national-priority area over the full eligibility window.
  • assess_osek_status — Assess whether a self-employed oleh should register as an Osek Patur or an Osek Murshe, including the cases where Osek Murshe is forced by law.
  • build_draft_timeline — Build the likely IDF draft timeline for a child making aliyah: the obligation band by age-at-arrival and gender, plus dated milestones (arrival, first notice, end of the acclimation period).
  • match_cities — Rank Israeli cities and towns against a household's preferences (budget, region, size, community, periphery incentives).
  • search_resources — Search Aliyahu's curated directory of aliyah resources (official bodies, tools, orgs).
  • list_communities — List the documented aliyah communities Aliyahu tracks (origin/language groups and religious-identity groups), with the places each clusters in and a confidence note.