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

com.valksor/latgalian

com.valksor/latgalian

Grounds LLMs in real Latgalian: Wiktionary lemmas, inflections, romanization.

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

Tools · 4

latgalian_search

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…

latgalian_get_inflections

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…

latgalian_romanize

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…

latgalian_deromanize

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

llms.txt

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

https://latgalian.valksor.com/llms.txt
grammar-labels

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

latgalian_translate_to

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

latgalian_translate_from

Translate Latgalian 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/latgalian": {
      "url": "https://latgalian.valksor.com/mcp",
      "transport": "streamable-http"
    }
  }
}