← logoi.health
INDIVIDUAL MCP TOOL
passage_analysis
Interlinear analysis of a passage: returns every token in order with surface form, lemma, part of speech, morphological parse features, and an LSJ entry pointer where available.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.logoi-mcp]
url = "https://logoi.health/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"logoi-mcp": {
"type": "http",
"url": "https://logoi.health/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: logoi-mcp
Remote MCP URL: https://logoi.health/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": {
"logoi-mcp": {
"url": "https://logoi.health/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"logoi-mcp": {
"type": "http",
"url": "https://logoi.health/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "logoi-mcp",
"transport": "streamable-http",
"url": "https://logoi.health/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lemma_lookup— Look up a lemma (dictionary headword) in the audited corpus: term identity, LSJ entry pointers, and how often it is attested.passage_lookup— Resolve a citation to an audited passage with provenance, including the Greek text when the source license permits display (text_status reports served / not_loaded / withheld:license).concordance_search— Paginated concordance: every indexed occurrence of a lemma with surface form and passage pointer.lexicon_lookup— Lexicon entries for a lemma.source_get— Fetch a source record (edition, license, snapshot checksum, audit state) by source_id.receipt_get— Fetch an audit receipt and its evidence chain by id or slug.semantic_query— Semantic search over the passage index.reverse_lookup— REVERSE dictionary — the English doorway: given an English sense-word ('fate', 'soul', 'anger'), return the lemmas whose lexicon glosses carry it, ranked by how central the sense is to the entry.