INDIVIDUAL MCP TOOL
bible_concordance
Concordance / word study: find ALL occurrences of an original-language word across the Bible.
LIVE ENDPOINT
https://mcp.bibelstudium-mcp.de/mcp
Connect to this endpoint to inspect the live schema for bible_concordance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.bibelstudium-mcp]
url = "https://mcp.bibelstudium-mcp.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bibelstudium-mcp": {
"type": "http",
"url": "https://mcp.bibelstudium-mcp.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bibelstudium-mcp
Remote MCP URL: https://mcp.bibelstudium-mcp.de/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": {
"bibelstudium-mcp": {
"url": "https://mcp.bibelstudium-mcp.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bibelstudium-mcp": {
"type": "http",
"url": "https://mcp.bibelstudium-mcp.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bibelstudium-mcp",
"transport": "streamable-http",
"url": "https://mcp.bibelstudium-mcp.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
bible_lookup— Look up Bible verses by reference.bible_original— Return one Bible verse word-by-word in the ORIGINAL language with lemma, Strong's number and full morphology.bible_crossrefs— Find cross-references (related/parallel passages) for one Bible verse, ranked by relevance votes, with the German text of the targets (in editions that cap verbatim quoting, the later targets carry `stelle` and `votes` only).bible_search— Full-text search over the German Bible text.bible_compare— Compare one NT verse word-by-word across the Greek editions (byzantine Majority Text, tr Textus Receptus, sblgnt critical text) and list the textual differences.bible_server_info— Report this server's own release version and which Bible data it has loaded, including each edition's licence, required attribution and how many verses it may quote verbatim per call.