com.valksor/norse
com.valksor/norseGrounds LLMs in real Old Norse: lemmas, mediopassive paradigms, English→Old Norse lookup.
Tools · 2
Look an Old Norse word up on Wiktionary and return its senses plus full declension/conjugation tables — attested content (including the verbs' mediopassive voice), not invented. Any form of the word w…
Fetch the full declension (nominals) or conjugation (verbs — active AND mediopassive) tables for a lemma identified by a search result's inflection handle (entry_id + word_class). Use this only when a…
Resources · 2
How to use this Old Norse dictionary service (usage guide).
https://norse.valksor.com/llms.txt
What the keys in norse_get_inflections' structured output mean: the case keys with their definiteness/class/gender parts, the mood-tense keys with the mediopassive prefix, and the person/number labels…
norse://glossary/grammar-labels
Prompts · 2
Translate text INTO Old Norse using only attested dictionary words and correct inflected forms — never invented ones.
Translate Old Norse 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/norse": {
"url": "https://norse.valksor.com/mcp",
"transport": "streamable-http"
}
}
}