← vibebible.com
INDIVIDUAL MCP TOOL
list_subjects
List the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.vibebible-com]
url = "https://vibebible.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibebible-com": {
"type": "http",
"url": "https://vibebible.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibebible-com
Remote MCP URL: https://vibebible.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": {
"vibebible-com": {
"url": "https://vibebible.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibebible-com": {
"type": "http",
"url": "https://vibebible.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibebible-com",
"transport": "streamable-http",
"url": "https://vibebible.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_chapter— Return the full text of a chapter (every verse) from the Hebrew Bible / Tanach.get_verse— Return the text of one specific verse from the Hebrew Bible / Tanach, e.g.list_books— List every book available in this corpus with its English name, localized name, and the link to its first chapter.browse_subject— List study plans and articles for a subject or topic.get_plan— Get the full detail of one study plan: its title, description, total length, and the day-by-day study schedule (first 7 days shown).