General Tools
aliyahu.com
Provides calculators and assessments for Israeli new immigrants covering purchase tax, arnona discounts, rental assistance, self-employment status, and IDF draft timelines.
ENDPOINT 1
https://aliyahu.com/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 12
compute_purchase_taxCompute 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.
Potential side effectsestimate_arnona_discountEstimate the new-immigrant municipal-tax (arnona) discount on a home.
Inferred read-onlyestimate_rental_assistanceEstimate the government rental assistance a new immigrant household receives, comparing a standard area to a national-priority area over the full eligibility window.
Inferred read-onlyassess_osek_statusAssess 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.
Inferred read-onlybuild_draft_timelineBuild 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).
Inferred read-onlymatch_citiesRank Israeli cities and towns against a household's preferences (budget, region, size, community, periphery incentives).
Inferred read-onlysearch_resourcesSearch Aliyahu's curated directory of aliyah resources (official bodies, tools, orgs).
Inferred read-onlylist_communitiesList the documented aliyah communities Aliyahu tracks (origin/language groups and religious-identity groups), with the places each clusters in and a confidence note.
Inferred read-onlylist_journey_stagesList the six aliyah journey stages Aliyahu organises everything around (from "dreaming" to "established"), each with a short label and what that stage is about.
Inferred read-onlyget_good_newsFetch Aliyahu's curated, sourced good-news feed about Israel and aliyah.
Inferred read-onlylist_oleh_feesList the fees a new immigrant pays in Israel (passport, licence conversion, car, arnona, utilities, school, daycare, health fund, bank, tax, moving), each with its amount or range in NIS, its Hebrew name, the oleh exemption or discount and its window, when it is due relative to aliyah, how often it changes, the canonical tariff table, sources, the date it was checked and its confidence.
Inferred read-onlybuild_fee_scheduleBuild a dated, priced fee schedule for one household from its aliyah date, city, home size, household and circumstances (car, foreign licence, children, renting or buying, dog, shipping a lift).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.