com.valksor/latgalian
com.valksor/latgalianGrounds LLMs in real Latgalian: Wiktionary lemmas, inflections, romanization.
Tools · 4
Look a Latgalian 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…
Fetch the full declension (nominals) or conjugation (verbs — positive AND negative) tables for a lemma identified by a search result's inflection handle (entry_id + word_class). Use this only when a s…
Strip Latgalian 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 Markdo…
Find the real Latgalian word(s) whose pronunciation-romanization matches this clean-ASCII input — the inverse direction of `latgalian_romanize`. Because romanize is lossy, this is a LOOKUP against the…
Resources · 2
How to use this Latgalian dictionary service (usage guide).
https://latgalian.valksor.com/llms.txt
What the keys in latgalian_get_inflections' structured output mean: the seven case keys (adjectives prefix the state and suffix the gender), the mood keys with the negative prefix, and the person/numb…
latgalian://glossary/grammar-labels
Prompts · 2
Translate text INTO Latgalian using only attested dictionary words and correct inflected forms — never invented ones.
Translate Latgalian 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/latgalian": {
"url": "https://latgalian.valksor.com/mcp",
"transport": "streamable-http"
}
}
}