← Registry

Analytics

orthotomeo.app

Provides tools for analyzing manuscript tradition data, including concordances, word counts, and formatted citations for research.

1 endpoint12 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://orthotomeo.app/mcp

No auth detected

MCP server metadata

Name
orthotomeo
Version
0.1.0
Capabilities
loggingtools.listChanged

Known tools 12

attestation

Returns the WHNT-style Type/Editions manuscript-tradition columns as neutral text-critical data (e.g.

Inferred read-only
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.

Inferred read-only
concord_lemma

Complete-or-fail concordance: every words row in corpus whose lemma, dStrong, or (with by="surface") exact inflected surface form matches query.

Inferred read-only
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).

Inferred read-only
count

Occurrence tally (total + per-book breakdown) for the identical query concord_lemma would match.

Inferred read-only
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.

Inferred read-only
get_verse

Returns verbatim verse text with provenance for one canonical reference, one Citation per requested edition (KJV, ASV, WEB, BSB, Brenton).

Inferred read-only
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.

Inferred read-only
lemmatize

Returns the ordered lemma list for a verse (words with no lemma are omitted, not fabricated).

Inferred read-only
lexicon_lookup

Resolves 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-only
parse

Returns dStrong + expanded morphology (via the T6 morph_codes table) for every word in a verse, or one word if word is given.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.