← logoi.health

INDIVIDUAL MCP TOOL

source_get

Fetch a source record (edition, license, snapshot checksum, audit state) by source_id.

logoi.healthnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

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 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.
  • 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.
  • etymology_lookup — Etymology authority pointers for a lemma: which reference dictionaries (Beekes EDG, Chantraine DELG, Frisk GEW) treat the word, with locator and any extracted reconstructed-root tokens.