latin
An MCP server and JSON API over the English Wiktionary's Latin entries and the Morpheus analyzer — so LLMs read and write Latin with attested words and…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Search Latin: Look a Latin word up on Wiktionary and return its senses plus full declension/conjugation tables — attested content, not invented. Any form of the word works; an inflected query is resol
- Get Inflections: Fetch the full declension (nominals) or conjugation (verbs) table for a lemma identified by a search result's inflection handle (vards_id + word_class). Use this only when a search ra
- Lemmatize Latin: Analyze one inflected Latin form with the Morpheus morphological analyzer: its lemma(s) plus the grammatical reading (person, number, tense, mood, voice, case…). Useful when you want
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
An MCP server and JSON API over the English Wiktionary's Latin entries and the Morpheus analyzer — so LLMs read and write Latin with attested words and grammatical forms, not invented ones. Read-only.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| search_latin | Look a Latin word up on Wiktionary and return its senses plus full declension/conjugation tables — attested content, not invented. Any form of the word works; an inflected query is resolved to its lemma automatically (via previously cached paradigms or the Morpheus analyzer) and the result notes the resolution. Returns Markdown. Results are cached server-side; first-time queries reach the live upstream politely and calls are rate limited — on a rate-limit error, wait a few seconds and retry. Content is from en.wiktionary.org (CC BY-SA 4.0 — attribute and share alike if republished). |
| get_inflections | Fetch the full declension (nominals) or conjugation (verbs) table for a lemma identified by a search result's inflection handle (vards_id + word_class). Use this only when a search ran without inline forms or left a match un-expanded — a default search already returns each match's table inline. Returns Markdown; content from en.wiktionary.org (CC BY-SA 4.0). |
| lemmatize_latin | Analyze one inflected Latin form with the Morpheus morphological analyzer: its lemma(s) plus the grammatical reading (person, number, tense, mood, voice, case…). Useful when you want the morphology itself — for the dictionary entry, search_latin already resolves inflected queries on its own. Results are cached server-side. Analyses via the Perseids Morpheus service. |