Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.valksor/livonian

com.valksor/livonian

Grounds LLMs in the real Livonian dictionary: attested words, inflections, romanization.

Uptime
100.0%
2 direct probes · 30d
Response
393ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
2
available

Tools · 4

livonian_search

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…

livonian_get_inflections

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…

livonian_romanize

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…

livonian_deromanize

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

llms.txt

How to use this Livonian dictionary service (usage guide).

https://livonian.valksor.com/llms.txt
word-classes

The word_class codes on search handles and what they mean.

livonian://glossary/word-classes

Prompts · 2

livonian_translate_to

Translate text INTO Livonian using only attested dictionary words and correct inflected forms — never invented ones.

livonian_translate_from

Translate Livonian text into another language (default English), confirming each word against the real dictionary.

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"
    }
  }
}