Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.nirajagarwal/bible-mcp

io.github.nirajagarwal/bible-mcp

Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.

Uptime
100.0%
1 direct probes · 30d
Response
4152ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
2
available

Tools · 13

get_passage

Get Bible text for a reference like 'John 3:16', 'John 3:16-18', 'Genesis 1', or 'Tobit 4:5' (Apocrypha requires version='WEB'). Versions: BSB, WEB.

search

Full-text search (stemmed, ranked). Supports phrases in quotes, AND/OR/NOT, e.g. 'living water', 'faith AND works NOT law'. Optional book filter e.g. 'Psalms'. NOTE: porter stemming conflates …

get_cross_references

Cross-references for a verse (OpenBible.info, ranked by community votes), with the target text included. E.g. reference='Romans 5:12'.

get_entity

Look up a biblical person, place, event, or people group by name (Theographic knowledge graph). Returns details and where they appear. entity_type optional: person | place | event | people_gro…

entities_in_passage

List the people, places, and events linked to a verse or chapter, e.g. 'Genesis 14' or 'John 3:16'.

compare_versions

Show a verse or short range in both BSB and WEB side by side.

word_study

Original-language word study across the whole Bible. Query by Strong's number ('G26', 'H2617', zero-padding optional — 'H953' works), lemma (pointed or unpointed: 'חֶסֶד' or 'חסד', accented or…

get_interlinear

Word-by-word original language for a verse or short range: surface form, lemma, Strong's, gloss, morphology (Hebrew/Aramaic OT, Greek NT). For OT verses also shows Septuagint Greek surface tex…

read_work

Read a prose work from the corpus by paragraph range. Works: CONFESSIONS (Augustine), IMITATION (à Kempis), PILGRIM (Bunyan), PRESENCE (Brother Lawrence), JULIAN (Julian of Norwich), ORTHODOXY…

semantic_search

Meaning-based search across the whole corpus — scripture AND prose works — using embeddings, optionally fused with keyword search (hybrid, recommended). Finds passages about a theme even with …

find_similar

Find passages semantically similar to a given verse or prose paragraph ref — across scripture, Apocrypha, and the classics. E.g. 'Philippians 2:7' or 'JULIAN.27.2'. Powers parallel-finding acr…

get_citations

Where a Bible verse is cited by name in the patristic corpus, extracted from the translators' own footnotes (tier 1). E.g. reference='Ephesians 5:21'. Complements get_cross_references, which l…

corpus_info

What's in the corpus: documents, layers, licenses, and counts.

Prompts · 2

corpus_survey

Layer 0 of the bible-mcp synthesis pipeline: a raw, skill-free reading of a theme through the corpus — distributions as findings, registers mapped, intertexts traced, epistemic status tagged. …

corpus_composer

Layer 2 of the bible-mcp synthesis pipeline: compose a research brief from an existing Layer 0 survey artifact — the survey is the spine; cross-disciplinary material welds around it; every cor…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.nirajagarwal/bible-mcp": {
      "url": "https://bible-mcp-server.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}