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

com.valksor/latin

com.valksor/latin

Grounds LLMs in real Latin: Wiktionary lemmas, Morpheus inflections, citations.

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

Tools · 3

latin_search

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…

latin_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 …

latin_lemmatize

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

llms.txt

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

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

The paradigm keys in latin_get_inflections results and what they mean.

latin://glossary/grammar-labels

Prompts · 2

latin_translate_to

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

latin_translate_from

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