← logoi.health

INDIVIDUAL MCP TOOL

cooccurrence_search

Find passages where two lemmas co-occur (paired mode: lemma_a + lemma_b), or rank one lemma's companions by distinct shared passages with descriptive Dice/Jaccard overlap (collocation mode: lemma_a only).

logoi.healthnone authenticationAvailability not checked

LIVE ENDPOINT

https://logoi.health/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cooccurrence_search 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

logoi.health

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 source text only when the passage, source record, license, and MCP output channel all authorize it (text_status reports served / not_loaded / withheld:license / withheld:source_authority).
  • 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.