INDIVIDUAL MCP TOOL
transliterate
Romanize Hebrew into Latin letters (`direction: "he-to-latin"`, the default), or write Latin spelling in Hebrew letters (`direction: "latin-to-he"`) for name entry and search.
LIVE ENDPOINT
https://hc.itsbaba.com/mcp
Connect to this endpoint to inspect the live schema for transliterate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.hebrewcore]
url = "https://hc.itsbaba.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hebrewcore": {
"type": "http",
"url": "https://hc.itsbaba.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hebrewcore
Remote MCP URL: https://hc.itsbaba.com/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": {
"hebrewcore": {
"url": "https://hc.itsbaba.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hebrewcore": {
"type": "http",
"url": "https://hc.itsbaba.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hebrewcore",
"transport": "streamable-http",
"url": "https://hc.itsbaba.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
translate— Translate one text between Hebrew, English, Russian and the other languages from list_languages.translate_batch— Translate 1 to 50 strings (each up to 5,000 characters) into one target language in a single call; results come back in input order.analyze_direction— Resolve the right-to-left / left-to-right structure of mixed Hebrew text: base direction, whether it mixes directions, dominant language and script, and the runs to render, where every left-to-right unit (a Latin term, a price, a range such as 10–20%, a date, a model number) stays whole.detect_language— Detect the dominant language, script and direction of a string, with one segment per language.wrap_for_display— Make one mixed Hebrew/English display line render correctly: every left-to-right unit (a Latin term, a price, a number with its unit, a range such as "10–20%", a date, a comparison such as "<5") is kept whole and in order, so nothing is reversed or mirrored inside a Hebrew line.add_nikud— Add full nikud (vowel points) to Hebrew text, for learners, vocalized display and text-to-speech, where unvocalized Hebrew is ambiguous.strip_nikud— Remove nikud, dagesh and cantillation marks from Hebrew text, keeping punctuation such as the maqaf.list_languages— List every language HebrewCore translates to and from, with its code (use it as `source_lang` / `target_lang`), English and native name, and writing direction.