INDIVIDUAL MCP TOOL
resolve_ref
Reports, for every per-verse content edition (KJV, ASV, WEB, BSB, Brenton, TAGNT, TAHOT, Swete, OSS-LXX-lemma), whether a canonical reference has a counterpart there and where.
LIVE ENDPOINT
https://orthotomeo.app/mcp
Connect to this endpoint to inspect the live schema for resolve_ref 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.orthotomeo]
url = "https://orthotomeo.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orthotomeo": {
"type": "http",
"url": "https://orthotomeo.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orthotomeo
Remote MCP URL: https://orthotomeo.app/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": {
"orthotomeo": {
"url": "https://orthotomeo.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orthotomeo": {
"type": "http",
"url": "https://orthotomeo.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orthotomeo",
"transport": "streamable-http",
"url": "https://orthotomeo.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
attestation— Returns the WHNT-style Type/Editions manuscript-tradition columns as neutral text-critical data (e.g.cite— Renders Citations (from any of the above tools) as quoted, fully-attributed Markdown bullets - the only sanctioned bridge from a query result to pastable study-document text.concord_lemma— Complete-or-fail concordance: every words row in corpus whose lemma, dStrong, or (with by="surface") exact inflected surface form matches query.concord_phrase— Complete-or-fail multi-word concordance: every occurrence, within one verse, of tokens (lemma strings) appearing in order within window intervening words of each other (window=0 = strictly adjacent).count— Occurrence tally (total + per-book breakdown) for the identical query concord_lemma would match.get_passage— Returns get_verse's result for every canonical verse in a contiguous, single-book range, in order - verse boundaries preserved, never concatenated into one blob.get_verse— Returns verbatim verse text with provenance for one canonical reference, one Citation per requested edition (KJV, ASV, WEB, BSB, Brenton).interlinear— Returns a row-aligned reading view for every word in a verse (or one word, if word is given): original text, transliteration, gloss (via lexicon_lookup), grammar, and manuscript attestation stacked per word - the composed display shape for a study reading view, built on parse and lexicon_lookup rather than any new query.