Latin
com.valksor/latin
Documentation
Installation
Connect to the remote Streamable HTTP endpoint:
https://latin.valksor.com/mcp
Claude Code:
claude mcp add --transport http latin https://latin.valksor.com/mcp
stdio-only clients:
npx -y mcp-remote https://latin.valksor.com/mcp
Configuration
- No authentication is required.
- Interactive docs:
https://latin.valksor.com/api/docs - OpenAPI schema:
https://latin.valksor.com/api/openapi.json - JSON API version:
2.1.0 - Endpoints:
/api/search,/api/inflections,/api/lemmatize,/api/health
Capabilities
latin_search: look up Latin words by any inflected form, or search English words for their Latin equivalents.latin_get_inflections: fetch a full nominal or verbal paradigm from a lemma and part-of-speech handle.latin_lemmatize: return Morpheus analyses for one inflected Latin word form.- Search results can include inline forms, translation expansions, and resolved lemma metadata.
Limitations
- Read-only.
- Dictionary responses are cached server-side.
- Morpheus analyses are cached permanently.
- Requests are rate-limited per client IP.
- Macrons are optional for Latin lookup.
