Analytics
orthotomeo.app
Provides tools for analyzing manuscript tradition data, including concordances, word counts, and formatted citations for research.
ENDPOINT 1
https://orthotomeo.app/mcp
MCP server metadata
- Name
- orthotomeo
- Version
- 0.1.0
Known tools 12
attestationReturns the WHNT-style Type/Editions manuscript-tradition columns as neutral text-critical data (e.g.
Inferred read-onlyciteRenders 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.
Inferred read-onlyconcord_lemmaComplete-or-fail concordance: every words row in corpus whose lemma, dStrong, or (with by="surface") exact inflected surface form matches query.
Inferred read-onlyconcord_phraseComplete-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).
Inferred read-onlycountOccurrence tally (total + per-book breakdown) for the identical query concord_lemma would match.
Inferred read-onlyget_passageReturns get_verse's result for every canonical verse in a contiguous, single-book range, in order - verse boundaries preserved, never concatenated into one blob.
Inferred read-onlyget_verseReturns verbatim verse text with provenance for one canonical reference, one Citation per requested edition (KJV, ASV, WEB, BSB, Brenton).
Inferred read-onlyinterlinearReturns 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.
Inferred read-onlylemmatizeReturns the ordered lemma list for a verse (words with no lemma are omitted, not fabricated).
Inferred read-onlylexicon_lookupResolves a disambiguated Strong's number (dStrong) to its lexicon entry: lemma, transliteration, gloss, and - for a Greek entry only - a fuller definition (Abbott-Smith 1922, Public Domain).
Inferred read-onlyparseReturns dStrong + expanded morphology (via the T6 morph_codes table) for every word in a verse, or one word if word is given.
Inferred read-onlyresolve_refReports, 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.