INDIVIDUAL MCP TOOL
consult_the_rhapsode
Consult the story-record at mythoi.health — the estate's mythological sibling (Thompson Motif-Index addresses, episodes with canonical references, cross-tradition witnesses) — over the family lane.
LIVE ENDPOINT
https://logoi.health/api/mcp
Connect to this endpoint to inspect the live schema for consult_the_rhapsode 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
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.