# Fellwork > A faithful new translation of the Bible with the original Hebrew and Greek a tap away — the whole canon, free to read. ## Bible data over MCP Live Bible data is available over the Model Context Protocol at `https://fellwork.com/mcp` (transport: streamable-http, JSON-RPC). Available tools: - `read_passage` — Return the Fellwork translation of a passage WITH its original Greek/Hebrew word data — per verse, the phrase + word alignment (each word’s surface form, lemma, morphology, and gloss), not just the English. E.g. ref "John.3" or "John.3.16". - `study_passage` — Return exegesis (title, summary, sections) for a reference — the scholarly study of the passage. - `word_study` — Return lexicon senses and definitions for an original-language word (Hebrew or Greek lemma). - `list_books` — Return the available books and their chapter counts — the table of contents for the whole canon. ## Reading the text directly Read any passage at `https://fellwork.com/read/.` (e.g. `https://fellwork.com/read/John.3`). Books use OSIS-style codes (e.g. `Gen`, `John`, `1Cor`). Append `?format=md` or send an `Accept: text/markdown` header to get the passage as plain text/markdown instead of the HTML page. Exegesis (the scholarly study) is at `https://fellwork.com/study/` (e.g. `https://fellwork.com/study/John.3`). ## Links - [Home](https://fellwork.com/) - [Method](https://fellwork.com/method)