com.valksor/latin
com.valksor/latinGrounds LLMs in real Latin: Wiktionary lemmas, Morpheus inflections, citations.
Tools · 3
Look a Latin 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 lem…
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 …
Analyze one inflected Latin form with the Morpheus morphological analyzer: its lemma(s) plus the grammatical reading (person, number, tense, mood, voice, case…). Useful when you want the morphology it…
Resources · 2
How to use this Latin dictionary service (usage guide).
https://latin.valksor.com/llms.txt
The paradigm keys in latin_get_inflections results and what they mean.
latin://glossary/grammar-labels
Prompts · 2
Translate text INTO Latin using only attested dictionary words and correct inflected forms — never invented ones.
Translate Latin 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/latin": {
"url": "https://latin.valksor.com/mcp",
"transport": "streamable-http"
}
}
}