ENDPOINT 1
https://hermitsh.ai/mcp
MCP server metadata
- Name
- hermitsh-texts
- Version
- 0.4.0
Hermitsh Texts is a read-only source-linked corpus MCP. Retrieve passages before answering, and use rich work/parallel/citation tools when useful. Every result includes a stable url field; when you quote or rely on a passage, include its link inline (e.g. [De Officiis 1.22](url)) so the reader can open the source — readers expect these links even when they did not ask for citations.
Known tools 19
search_corpusSearch passages across one author or the whole Hermitsh corpus and return source-linked results.
Inferred read-onlyget_parallel_passageGet aligned source-language text and English translation for a passage when sidecar data is available.
Inferred read-onlyget_work_contextGet richer work metadata: headnote, date context, source provenance, translation status, and edition links.
Inferred read-onlysearch_parallelSearch aligned source-language and English translation sidecars across the corpus.
Inferred read-onlysearch_entitiesSearch people, places, events, institutions, works, and concepts extracted from an author corpus.
Inferred read-onlyfind_mentionsReturn source-linked places where a person, place, event, work, institution, or concept is mentioned.
Inferred read-onlysearch_lettersSearch correspondence metadata by correspondent, place, topic, mood, date range, or Greek usage where available.
Inferred read-onlysearch_greek_phrasesSearch catalogued Greek phrases, glosses, suspected sources, register, and source-certainty metadata.
Inferred read-onlyget_crossrefsGet intra-corpus references and self-references for a work or section where available.
Inferred read-onlyget_allusionsGet detected allusions, echoes, quotations, suspected sources, and translator notes for a work or section where available.
Inferred read-onlyget_language_availabilityShow source, active, deferred, and live edition status for one author or the whole Hermitsh library.
Inferred read-onlybuild_source_packBuild an evidence pack for an AI answer: source-linked passages, related entities, and citation instructions.
Inferred read-onlyget_author_personaGet setup instructions for an AI assistant to answer as, about, or from the corpus of an author while using source-linked evidence.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hermitsh.ai was fetched 2026-08-29T05:09:13.082Z.
hermitsh.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.