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

com.valksor/slavonic

com.valksor/slavonic

Grounds LLMs in real Church Slavonic: Wiktionary lemmas, dual-number paradigms, transliteration.

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

Tools · 4

slavonic_search

Look an Old Church Slavonic word up on Wiktionary and return its senses plus full declension/conjugation tables — attested content (singular, dual and plural), not invented. Any form of the word works…

slavonic_get_inflections

Fetch the full declension (nominals) or conjugation (verbs) table for a lemma identified by a search result's inflection handle (entry_id + word_class). Use this only when a search ran without inline …

slavonic_transliterate

Render Church Slavonic — Cyrillic or Glagolitic — in the scientific Latin transliteration Wiktionary uses (богъ → bogŭ, ⰱⱁⰳⱏ → bogŭ). Liturgical reading marks (titlos, accents) are dropped and late Ch…

slavonic_detransliterate

Find the real Church Slavonic word(s) whose scientific-Latin transliteration matches this input — the inverse direction of `slavonic_transliterate`. Because transliterate is lossy, this is a LOOKUP ag…

Resources · 2

llms.txt

How to use this Church Slavonic dictionary service (usage guide).

https://slavonic.valksor.com/llms.txt
transliteration

The Cyrillic/Glagolitic → scientific Latin letter tables and spelling foldings slavonic_transliterate applies.

slavonic://glossary/transliteration

Prompts · 2

slavonic_translate_to

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

slavonic_translate_from

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