Learning Resources
revabible.com
Provides tools for exploring Bible passages, outlines, cross-references, and original language details.
ENDPOINT 1
https://revabible.com/mcp
MCP server metadata
- Name
- REVA Bible
- Version
- 1.0.0
Known tools 9
book_outlineReturn the canonical outline for a book (sections + verse ranges + themes).
Inferred read-onlycross_referencesReturn the cross-reference list (parallel verses, related passages, allusions) for a passage.
Inferred read-onlypassage_setFetch the canonical text for an ordered list of OSIS verse references and emit them as a single passage set.
Inferred read-onlypericope_summaryReturn the pericope-level summary covering the given OSIS reference.
Inferred read-onlysection_headingsReturn the editor section headings for a chapter or chapter range.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reva-bible]
url = "https://revabible.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reva-bible": {
"type": "http",
"url": "https://revabible.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reva-bible
Remote MCP URL: https://revabible.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reva-bible": {
"url": "https://revabible.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reva-bible": {
"type": "http",
"url": "https://revabible.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reva-bible",
"transport": "streamable-http",
"url": "https://revabible.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for revabible.com was fetched 2026-08-21T19:14:31.115Z.
revabible.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.