← vineverse.bible

INDIVIDUAL MCP TOOL

get_passage

Fetch a verse, a verse range or a whole chapter by OSIS reference.

vineverse.biblenone authenticationAvailability not checked

LIVE ENDPOINT

https://vineverse.bible/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_passage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

vineverse.bible

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.vineverse]
url = "https://vineverse.bible/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vineverse": {
      "type": "http",
      "url": "https://vineverse.bible/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vineverse
Remote MCP URL: https://vineverse.bible/api/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": {
    "vineverse": {
      "url": "https://vineverse.bible/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vineverse": {
      "type": "http",
      "url": "https://vineverse.bible/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vineverse",
  "transport": "streamable-http",
  "url": "https://vineverse.bible/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_documents — Browse or page through any collection in the knowledge base.
  • get_stats — The catalogue: every collection with its document count, its folder, an example path and what it contains, plus graph totals, the most common tags and the licences the data is available under.
  • get_vocabulary — The closed set of predicates every typed edge in the graph is drawn from — what `develops`, `narrated-in`, `involves`, `stated-in` and `named-by` mean, what their inverses are, which types they connect, and how many edges use each.
  • get_changelog — The knowledge base's own log file, plus when the data was actually ingested.
  • get_tags — Every tag in the bundle with the number of documents carrying it, most common first.
  • search_concepts — Search every document in the knowledge base by name, description, tag, path and type — people, places, themes, lexemes, commandments, events, epochs, books, chapters, sources and datasets alike.
  • search_scripture — Full-text search across all 31,102 verses of the Berean Standard Bible.
  • get_interlinear — The Hebrew, Aramaic or Greek behind the English, word by word, for one verse or a whole chapter.