HebrewCore
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HebrewCoreTranslate 'The meeting is at 10:00' to Hebrew"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HebrewCore by baba Hebrew
The language API for products that work in Hebrew. Translate between Hebrew, English and Russian with verified protected values, render mixed Hebrew and English lines correctly, detect code-switched languages, transliterate, and add verified nikud for text-to-speech.
Website: https://hc.itsbaba.com
Docs: https://hc.itsbaba.com/docs · API reference: https://hc.itsbaba.com/reference
OpenAPI: https://hc.itsbaba.com/openapi.json · llms.txt: https://hc.itsbaba.com/llms.txt
MCP server:
https://hc.itsbaba.com/mcpStatus: https://hc-status.itsbaba.com · Pricing and access: https://hc.itsbaba.com/pricing
Made by baba Hebrew
What it does
Capability | Endpoint |
Protected translation (he, en, ru): prices, doses, codes, dates, names and your terms kept exactly; every sentence verified |
|
Domain modes: general, clinical, finance, legal; listener and speaker gender |
|
ICU MessageFormat plurals (Hebrew dual, Russian plural forms) |
|
Render-ready RTL/LTR display and direction runs |
|
Language detection for code-switched text |
|
Transliteration, nikud (vowel points) and nikud removal |
|
Account term list kept exactly in every translation |
|
Clinical API with streaming (enabled per account) |
|
Related MCP server: mcp-translate
Quick start
Get a key in the console at https://hc.itsbaba.com/dashboard (access is by request at https://hc.itsbaba.com/pricing).
curl https://hc.itsbaba.com/v1/translate \
-H "Authorization: Bearer $HEBREWCORE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"Your order #A-10234 ships on 04/03/2026 for $129.99.","source_lang":"en","target_lang":"he","protect":true,"listener_gender":"female","quality":"fast"}'More in examples/: curl, Node.js and Python.
Use it from AI agents (MCP)
HebrewCore is a remote MCP server (Streamable HTTP) with 16 tools. Authenticate with your API key.
Claude Code
claude mcp add --transport http hebrewcore https://hc.itsbaba.com/mcp --header "Authorization: Bearer hc_live_..."Cursor (~/.cursor/mcp.json) and VS Code (.vscode/mcp.json): see mcp/.
Tools: translate, translate_batch, analyze_direction, detect_language, wrap_for_display, transliterate, add_nikud, strip_nikud, list_languages, list_terms, add_terms, delete_term, clinical_translate, clinical_query, clinical_verify, health.
About
HebrewCore is built by baba Hebrew, the Hebrew translation and learning app. Questions: admin@itsbaba.com.
The examples in this repository are MIT licensed. The HebrewCore API is a commercial service; see https://hc.itsbaba.com/pricing.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Translation Services
Translate MCP — LibreTranslate-compatible machine translation.
LibreTranslate MCP — open-source machine translation (BYO endpoint)
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Related MCP Servers
AlicenseAqualityBmaintenanceAI-powered localization platform. Translate text, search translation memory, and access style guides from any MCP-compatible AI tool.211MIT- AlicenseNot gradedqualityCmaintenanceWraps LibreTranslate API to enable translation capabilities for AI agents via MCP.2 npmMIT
- AlicenseBqualityDmaintenanceAn MCP server that wraps the Tolgee localization platform API, enabling LLMs to manage translation projects, keys, translations, languages, and related workflows.27MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Sonenta translation management, enabling key/translation management, agent observability sessions, and prompt library access via natural language.92 npmMIT