com.valksor/slavonic
com.valksor/slavonicGrounds LLMs in real Church Slavonic: Wiktionary lemmas, dual-number paradigms, transliteration.
Tools · 4
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…
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 …
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…
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
How to use this Church Slavonic dictionary service (usage guide).
https://slavonic.valksor.com/llms.txt
The Cyrillic/Glagolitic → scientific Latin letter tables and spelling foldings slavonic_transliterate applies.
slavonic://glossary/transliteration
Prompts · 2
Translate text INTO Church Slavonic using only attested dictionary words and correct inflected forms — never invented ones.
Translate Church Slavonic 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/slavonic": {
"url": "https://slavonic.valksor.com/mcp",
"transport": "streamable-http"
}
}
}