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

com.valksor/norse

com.valksor/norse

Grounds LLMs in real Old Norse: lemmas, mediopassive paradigms, English→Old Norse lookup.

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

Tools · 2

norse_search

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…

norse_get_inflections

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

llms.txt

How to use this Old Norse dictionary service (usage guide).

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

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

norse_translate_to

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

norse_translate_from

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