INDIVIDUAL MCP TOOL
clinical_translate
Translate a complete English clinical text (a discharge summary, patient instructions, a visit note, a model's answer) into Israeli medical Hebrew for a clinician or a patient.
LIVE ENDPOINT
https://hc.itsbaba.com/mcp
Connect to this endpoint to inspect the live schema for clinical_translate 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
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.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.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.