{
  "markdown": "# Hebrew Bible (Tanakh) MCP Server & API\n\nA public, no-auth **Model Context Protocol (MCP)** server (and read API) for the\n**Hebrew Bible / Tanakh** - the Torah, Nevi'im, and Ketuvim. **Read Hebrew Bible\nverses and chapters online in Hebrew and 10 languages**, and browse guided study\nplans. Connect it to **Claude** or **ChatGPT** in one step. Served by\n[hebrewbible.app](https://hebrewbible.app).\n\n- **Endpoint:** `https://hebrewbible.app/mcp` (Streamable HTTP, JSON-RPC, no authentication)\n- **Server card:** https://hebrewbible.app/.well-known/mcp/server-card.json\n- **Agent skill:** https://hebrewbible.app/.well-known/agent-skills/index.json\n- **Languages:** English, Hebrew (with nikud + cantillation), French, Spanish, Portuguese, Russian, German, Italian, Polish, Korean\n- **Docs:** [CONNECTOR.md](./CONNECTOR.md) · **Privacy:** [PRIVACY.md](./PRIVACY.md)\n\n## Tools\n\n| Tool | Description |\n| --- | --- |\n| `list_books` | List every book of the Tanakh with its English and localized name. |\n| `get_chapter` | Return the full text of a chapter (every verse) in any supported language. |\n| `get_verse` | Return one specific verse (e.g. Genesis 1:1) in any supported language. |\n| `list_subjects` | List browseable subjects (Weekly Torah Portion, Holidays, Tehillim, Bible Stories, ...). |\n| `browse_subject` | List study plans and articles for a subject or topic, paginated. |\n| `get_plan` | Get a study plan's title, description, and day-by-day schedule. |\n\nEvery result links back to the canonical page on hebrewbible.app so answers can be cited.\n\n## Connect\n\n**Claude Desktop / Claude.ai** - add a custom connector with the URL `https://hebrewbible.app/mcp`.\n\n**Cursor / VS Code / Cline** - add to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"hebrew-bible\": {\n      \"url\": \"https://hebrewbible.app/mcp\"\n    }\n  }\n}\n```\n\n**Any MCP client** - point it at `https://hebrewbible.app/mcp` (Streamable HTTP transport).\n\n## Example\n\n> \"What does Psalm 23 say, in Hebrew?\"\n\nThe assistant calls `get_chapter(book=\"Psalms\", chapter=23, language=\"he\")` and cites\n`https://hebrewbible.app/he/texts/Psalms.23`.\n\n## About\n\nFree to read; the biblical text and classical commentaries are in the public domain.\nThis repository contains only public metadata and documentation for the hosted MCP\nserver - there is no proprietary code here.\n\nKeywords: Hebrew Bible MCP server, Bible MCP, Tanakh API, Hebrew Bible API,\nread Hebrew Bible online, read Torah online, read Jewish Bible online, Tanakh,\nTanach, Torah, Nevi'im, Ketuvim, scripture, verses, chapters, Psalms, Tehillim,\nparsha, study plans, Model Context Protocol, Claude, ChatGPT.\n",
  "bytes": 2633,
  "sha": "6d21009eb85a25623c77e15b80fe37d993c926cc81e8847179f0039c86861ae7",
  "repo_slug": "moshecohen90/hebrew-bible-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_moshecohen90_hebrew_bible_60c3de79/readme"
}