# Ladislav Hejdánek

Explore the digital archive of Czech philosopher Ladislav Hejdánek through semantic search and full-text retrieval. Access complete OCR texts of historical documents categorized by type and language.…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hron/hejdanek

# Browse available tools
npx -y @smithery/cli@latest tool list hron/hejdanek

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hron/hejdanek get_filter_options

# Call a tool
npx -y @smithery/cli@latest tool call hron/hejdanek get_filter_options '{}'
```

## Direct MCP Connection

Endpoint: `https://hejdanek-archive.run.tools`

## Tools (5)

- `get_filter_options` — Returns a list of available values for the filter parameters of the SearchTexts tool: document types and languages. Cal…
- `get_document_text` — Returns the complete OCR text of a document from the Ladislav Hejdánek archive by its ID. The document ID can be obtain…
- `search_documents` — Searches document titles and abstracts using full-text search and returns an overview of matching documents with their …
- `search_texts` — Finds relevant excerpts from archival documents of Ladislav Hejdánek using semantic vector search. Returns text excerpt…
- `get_document_summary` — Returns the title, abstract and basic metadata of a document by its ID. Fast for getting an overview of a document with…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hron/hejdanek <tool-name>
```
