{
  "markdown": "# Publifye MCP Servers — Scripture research, book authoring and dictionary building for AI clients\n\n**Publifye AS runs three hosted [Model Context Protocol](https://modelcontextprotocol.io) servers.\nPoint Claude, Cursor, VS Code or any MCP client at them and your assistant can read the Hebrew and\nGreek text of Scripture, write and typeset a book, or build a dictionary — over an authenticated\nHTTPS endpoint, with no local install.**\n\nThis repository is the canonical public reference for those servers: their endpoints, their complete\ntool schemas, and the provenance of every dataset behind them. It contains no server code — the\nservices are hosted and commercial. What it contains is everything you need to evaluate them before\nyou pay for anything.\n\n| | Darash | Junifye | Lexifye |\n|---|---|---|---|\n| What it does | Bible research | Book & study authoring | Dictionary building |\n| Endpoint | `https://darash-api.publifye.com/mcp` | `https://junifye.publifye.com/mcp` | `https://lexifye.publifye.com/mcp` |\n| Capability tools | 35 | 151 | 63 |\n| Registry | [`pro.publifye/darash`](https://registry.modelcontextprotocol.io/v0/servers?search=publifye) | [`pro.publifye/junifye`](https://registry.modelcontextprotocol.io/v0/servers?search=publifye) | [`pro.publifye/lexifye`](https://registry.modelcontextprotocol.io/v0/servers?search=publifye) |\n| Reference | [services/darash](services/darash) | [services/junifye](services/junifye) | [services/lexifye](services/lexifye) |\n\nTransport is Streamable HTTP. Authentication is OAuth 2.1 with PKCE (S256) and Dynamic Client\nRegistration, or a personal API key. See **[docs/connect.md](docs/connect.md)**.\n\n---\n\n## Darash — the Hebrew and Greek text, as data\n\nMost Bible tools give a model an English verse. Darash gives it the underlying data: which Hebrew\nstem a verb is in, which Strong's numbers actually occur in a given verse, what a 19th-century\nlexicon says about a lemma and which print edition that lexicon came from.\n\nMeasured on the live service, **2026-09-13**:\n\n| | |\n|---|---|\n| Translations | 59, across 36 languages |\n| Verses indexed | 2,142,531 |\n| Cross-references | 446,544 |\n| Hebrew lexicon entries | 8,674 |\n| Greek lexicon entries | 5,523 |\n| Dictionary entries | 217,352, across 13 dictionaries |\n| Morphologically parsed verses | 31,167 |\n| Koren Torah letters (ELS corpus) | 304,805 |\n\nEvery one of those figures comes from the service's own `get_health`, not from a brochure.\nRegenerate them yourself once you have a key.\n\n**Why a translation is not enough.** A Greek verb in the active voice can be rendered perfectly\nnaturally in the passive in English. An argument about who is acting on whom, built on that English\npassive, is an argument about the translator. `get_morphology` returns the voice, person and stem\nthe text actually carries, and `strongs_in_verse` proves a lemma is really in the verse rather than\nmerely nearby in a concordance.\n\n→ **[services/darash](services/darash)** · [tool schemas](services/darash/tools.json) ·\n**[PROVENANCE.md](services/darash/PROVENANCE.md)** — read this one first if you are evaluating the data\n\n## Junifye — write the book, then publish it\n\nChapter-structured authoring over MCP: blocks, headings, Scripture quotations that resolve against a\nreal Bible rather than the model's memory, tables, figures, footnote-free typesetting. Output is a\nprint-ready PDF with the correct binding gutter, screen-reading PDFs, a valid EPUB3 and a web\nreader. Right-to-left scripts are supported end to end, and editions can be linked as translations\nof one another.\n\n→ **[services/junifye](services/junifye)** · [tool schemas](services/junifye/tools.json)\n\n## Lexifye — dictionaries with versions and sources\n\nEntries, senses, per-definition sources, revision history and restore. Built for terminology work\nthat has to be defensible later: every definition can carry where it came from, and every change is\nrecoverable.\n\n→ **[services/lexifye](services/lexifye)** · [tool schemas](services/lexifye/tools.json)\n\n---\n\n## Three ways in\n\n**You study the biblical languages.** Darash is the one that matters. Start with `word_study`,\n`get_morphology` and `strongs_in_verse`, and read the provenance table before you trust a gloss.\n\n**You want it run privately.** Darash ships as a single self-contained binary of roughly 205 MB,\ncarrying CLI, HTTP API and MCP server together. It needs no network at all. That is offline\nScripture research infrastructure, not a reading app with an export button — and for institutions\nwhose data cannot leave the building it is usually the only workable shape. Licensed by quote.\n\n**You are embedding Scripture data in your own product.** The complete input schemas, output shapes\nand tool annotations are in this repository, so you can design against them before you hold a\ncredential. Every tool carries `readOnlyHint`, `destructiveHint`, `idempotentHint` and\n`openWorldHint`, derived from its access level rather than hand-written, so a client can plan\nparallel reads safely.\n\n## What this repository does not contain\n\nNo server source, no corpus, no lexicon text. Darash's data is roughly 21.5 GiB and the engine is a\ncommercial product; publishing it is a business decision and it has been decided against. What is\npublished here is the *description* — schemas, provenance, endpoints — which is the part you need\nto evaluate the service and the part we are willing to be held to.\n\n## Publifye AS\n\nNorwegian publishing house, Oslo. Organisation number **826774622**\n([Enhetsregisteret](https://data.brreg.no/enhetsregisteret/api/enheter/826774622) ·\n[Wikidata Q141436507](https://www.wikidata.org/wiki/Q141436507)).\nCompany site **[publifye.com](https://publifye.com)** ·\n[Privacy](https://publifye.com/privacy.html) · [Terms](https://publifye.com/terms.html)\n\nLicence for this repository: [CC BY 4.0](LICENSE). The datasets it describes carry their own\nlicences, recorded per source in each service's `PROVENANCE.md`.\n\n## Written about this work\n\n- [Thayer's Greek Lexicon, rebuilt from the 1889 page scans](https://blog.publifye.com/p/rebuilding-thayer-s-greek-lexicon-entry-by-entry-against-the-1889-page)\n- [Darash vs Logos, Accordance and Blue Letter Bible — an honest comparison](https://blog.publifye.com/p/darash-vs-logos-accordance-and-blue-letter-bible-an-honest-comparison)\n- [How to connect Claude, ChatGPT or Cursor — MCP and DCR explained](https://blog.publifye.com/p/how-your-ai-connects-to-darash-junifye-and-lexifye-mcp-and-dcr)\n- [Deuteronomy 4:29 says \"seek\" twice. The Hebrew does not.](https://blog.publifye.com/p/deuteronomy-4-29-says-seek-twice-the-hebrew-does-not)\n- [Two arks, one word](https://blog.publifye.com/p/two-arks-one-word)\n\nEach is published in English, Norwegian, Spanish, Chinese and Korean at\n**[blog.publifye.com](https://blog.publifye.com)**.\n",
  "bytes": 6831,
  "sha": "1bde19fc773226f37fd9a8ed373da7aae20f2566e07286743b5587df870083d0",
  "repo_slug": "publifye/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_pro_publifye_lexifye_c5430597/readme"
}