← hermitsh.ai

INDIVIDUAL MCP TOOL

search_letters

Search correspondence metadata by correspondent, place, topic, mood, date range, or Greek usage where available.

hermitsh.ainone authenticationAvailability not checked

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 endpoint

hermitsh.ai

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.hermitsh-texts]
url = "https://hermitsh.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hermitsh-texts": {
      "type": "http",
      "url": "https://hermitsh.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hermitsh-texts
Remote MCP URL: https://hermitsh.ai/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": {
    "hermitsh-texts": {
      "url": "https://hermitsh.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hermitsh-texts": {
      "type": "http",
      "url": "https://hermitsh.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hermitsh-texts",
  "transport": "streamable-http",
  "url": "https://hermitsh.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_authors — List author corpora available through Hermitsh Texts.
  • list_works — List works by author, category, or title/summary query.
  • search_corpus — Search passages across one author or the whole Hermitsh corpus and return source-linked results.
  • get_work — Get metadata and opening passages for a specific work.
  • get_passage — Get an exact passage by author, work ID, and section ID.
  • cite_passage — Format a Hermitsh work or passage citation in common citation styles.
  • get_parallel_passage — Get aligned source-language text and English translation for a passage when sidecar data is available.
  • get_work_context — Get richer work metadata: headnote, date context, source provenance, translation status, and edition links.