com.valksor/livonian
com.valksor/livonianGrounds LLMs in the real Livonian dictionary: attested words, inflections, romanization.
Tools · 4
Look a word up in the real Livonian–Estonian–Latvian dictionary and return only attested content, so translations are grounded, not invented. Search a meaning (in English/Latvian/Estonian) to find th…
Fetch the full declension (nouns) or conjugation (verbs) table for a word identified by a search result's inflection handle (entry_id + word_class) — the exact case, number, tense, not a guessed endin…
Strip Livonian orthography down to clean, pronounceable ASCII for an English-trained downstream (a voice/TTS, a search box). See the `text` parameter doc for the exact letter mappings. Returns Markdow…
Find the real Livonian word(s) whose pronunciation-romanization matches this clean-ASCII input — the inverse direction of `livonian_romanize`. Because romanize is lossy, this is a LOOKUP against the w…
Resources · 2
How to use this Livonian dictionary service (usage guide).
https://livonian.valksor.com/llms.txt
The word_class codes on search handles and what they mean.
livonian://glossary/word-classes
Prompts · 2
Translate text INTO Livonian using only attested dictionary words and correct inflected forms — never invented ones.
Translate Livonian text into another language (default English), confirming each word against the real dictionary.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.valksor/livonian": {
"url": "https://livonian.valksor.com/mcp",
"transport": "streamable-http"
}
}
}