{"name":"io.github.nirajagarwal/bible-mcp","slug":"nirajagarwal-bible-mcp","title":null,"description":"Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.","url":"https://mcp.market/server/nirajagarwal-bible-mcp","rating":null,"grade":"A","score":91,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":26,"stars":3,"forks":0,"downloads_week":null,"last_push_at":"2026-09-02T19:25:24.000Z","license":"NOASSERTION"},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T17:11:02.654Z","last_ok_at":"2026-09-20T17:11:02.654Z","latency_ms":169},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/nirajagarwal/bible-mcp","website":null,"version":"0.12.0","remotes":[{"type":"streamable-http","url":"https://bible-mcp-server.fly.dev/mcp"}],"packages":[],"tools":[{"name":"compare_versions","description":"Show a verse or short range in both BSB and WEB side by side.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"}},"required":["reference"],"title":"compare_versionsArguments"}},{"name":"corpus_info","description":"What's in the corpus: documents, layers, licenses, and counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"corpus_infoArguments"}},{"name":"entities_in_passage","description":"List the people, places, and events linked to a verse or chapter,\n    e.g. 'Genesis 14' or 'John 3:16'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"}},"required":["reference"],"title":"entities_in_passageArguments"}},{"name":"find_similar","description":"Find passages semantically similar to a given verse or prose paragraph ref —\n    across scripture, Apocrypha, and the classics. E.g. 'Philippians 2:7' or\n    'JULIAN.27.2'. Powers parallel-finding across corpus layers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"},"top_k":{"default":10,"title":"Top K","type":"integer"}},"required":["reference"],"title":"find_similarArguments"}},{"name":"get_citations","description":"Where a Bible verse is cited by name in the patristic corpus, extracted from\n    the translators' own footnotes (tier 1). E.g. reference='Ephesians 5:21'.\n    Complements get_cross_references, which links scripture to scripture; this\n    links patristic text to scripture. COVERAGE NOTE: footnote extraction has\n    known recall gaps — an empty result is normal and does NOT mean the verse is\n    uncited; full-text `search` within the patristic works is the thorough probe\n    (verbatim quotations are regularly found that the footnote index missed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"},"limit":{"default":20,"title":"Limit","type":"integer"}},"required":["reference"],"title":"get_citationsArguments"}},{"name":"get_cross_references","description":"Cross-references for a verse (OpenBible.info, ranked by community votes),\n    with the target text included. E.g. reference='Romans 5:12'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"},"limit":{"default":20,"title":"Limit","type":"integer"}},"required":["reference"],"title":"get_cross_referencesArguments"}},{"name":"get_entity","description":"Look up a biblical person, place, event, or people group by name\n    (Theographic knowledge graph). Returns details and where they appear.\n    entity_type optional: person | place | event | people_group.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"title":"Name","type":"string"},"entity_type":{"default":"","title":"Entity Type","type":"string"}},"required":["name"],"title":"get_entityArguments"}},{"name":"get_interlinear","description":"Word-by-word original language for a verse or short range: surface form,\n    lemma, Strong's, gloss, morphology (Hebrew/Aramaic OT, Greek NT). For OT verses\n    also shows Septuagint Greek surface text where available (Swete edition —\n    Genesis-Malachi plus Apocrypha, Theodotion Daniel/Susanna/Bel; no lemma/Strong's/\n    morphology in that source, surface form only). E.g. 'John 1:1' or\n    'Genesis 1:1-3'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"}},"required":["reference"],"title":"get_interlinearArguments"}},{"name":"get_passage","description":"Get Bible text for a reference like 'John 3:16', 'John 3:16-18', 'Genesis 1',\n    or 'Tobit 4:5' (Apocrypha requires version='WEB'). Versions: BSB, WEB.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"title":"Reference","type":"string"},"version":{"default":"BSB","title":"Version","type":"string"}},"required":["reference"],"title":"get_passageArguments"}},{"name":"read_work","description":"Read a prose work from the corpus by paragraph range. Works: CONFESSIONS\n    (Augustine), IMITATION (à Kempis), PILGRIM (Bunyan), PRESENCE (Brother Lawrence),\n    JULIAN (Julian of Norwich), ORTHODOXY (Chesterton), 1CLEMENT (Clement of Rome),\n    BARNABAS (Epistle of Barnabas). Chapters = books/chapters of the work; use\n    search(version=<WORK>) to find passages first, or corpus_info() for the full list.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"work":{"title":"Work","type":"string"},"chapter":{"default":1,"title":"Chapter","type":"integer"},"start":{"default":1,"title":"Start","type":"integer"},"end":{"default":5,"title":"End","type":"integer"}},"required":["work"],"title":"read_workArguments"}},{"name":"search","description":"Full-text search (stemmed, ranked). Supports phrases in quotes, AND/OR/NOT,\n    e.g. 'living water', 'faith AND works NOT law'. Optional book filter e.g. 'Psalms'.\n    NOTE: porter stemming conflates related surface forms — 'desert' also matches\n    'deserted' and 'deserts' (as merits) in prose layers; quote exact phrases or\n    add AND-terms to disambiguate.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"version":{"default":"BSB","title":"Version","type":"string"},"book":{"default":"","title":"Book","type":"string"},"limit":{"default":20,"title":"Limit","type":"integer"}},"required":["query"],"title":"searchArguments"}},{"name":"semantic_search","description":"Meaning-based search across the whole corpus — scripture AND prose works — using\n    embeddings, optionally fused with keyword search (hybrid, recommended). Finds\n    passages about a theme even with no shared words, e.g. 'divine self-emptying',\n    'the soul's dark night'. kind optional: verse | window | paragraph.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"top_k":{"default":12,"title":"Top K","type":"integer"},"kind":{"default":"","title":"Kind","type":"string"},"hybrid":{"default":true,"title":"Hybrid","type":"boolean"}},"required":["query"],"title":"semantic_searchArguments"}},{"name":"word_study","description":"Original-language word study across the whole Bible. Query by Strong's number\n    ('G26', 'H2617', zero-padding optional — 'H953' works), lemma (pointed or\n    unpointed: 'חֶסֶד' or 'חסד', accented or bare Greek), Hebrew/Aramaic\n    transliteration ('miqweh' finds מִקְוֶה, macrons optional), or English gloss\n    ('lovingkindness'). Returns occurrence counts, gloss range, book distribution,\n    a full scholarly lexicon entry for the top-matching word (BDB and/or Strong's\n    for Hebrew/Aramaic, Abbott-Smith for Greek, when available — richer than the\n    gloss, truncated to ~700 chars), and sample verses. NOTE: homographs are split\n    by letter-suffixed Strong's\n    variants (e.g. H4723 'hope' vs H4723a 'gathering of waters' — same written\n    form) — when a gloss range looks too narrow for a word you suspect is richer,\n    probe the lettered variants; the output lists every variant lemma it finds\n    under your query. Gloss-keyed queries match substrings and may conflate\n    lemmas — prefer Strong's or lemma queries for exact counts.\n    language optional: grc | hbo | arc.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"language":{"default":"","title":"Language","type":"string"},"limit":{"default":15,"title":"Limit","type":"integer"}},"required":["query"],"title":"word_studyArguments"}}],"scan":{"score":91,"grade":"A","scanned_at":"2026-09-20T16:19:54.007Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:19:53.992Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 347ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 18 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://bible-mcp-server.fly.dev/mcp","reachable":true,"authRequired":false,"latencyMs":347,"serverInfo":{"name":"bible-mcp","version":"1.29.1"}}],"packages":[],"repo":{"found":true,"owner":"nirajagarwal","repo":"bible-mcp","archived":false,"pushedAt":"2026-09-02T19:25:24Z","stars":3,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/13256019?v=4","ownerCreatedAt":"2015-07-09T13:37:26Z","license":"NOASSERTION"},"icon":{"url":"https://avatars.githubusercontent.com/u/13256019?v=4&s=128","source":"github"},"presence":{"stars":3,"forks":0,"downloadsWeek":null,"license":"NOASSERTION","lastPushAt":"2026-09-02T19:25:24.000Z","score":26}}}},"grade_history":[],"reviews":[]}