Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.kuhumcst/dannet

io.github.kuhumcst/dannet

DanNet - Danish WordNet with rich lexical relationships and SPARQL access.

Uptime
50.0%
2 direct probes · 30d
Response
358ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
8
available

Tools · 6

get_word_synsets

The synsets (senses) of the Danish `word`, as JSON-LD entries with @id (e.g. "dn:synset-3047" for get_entity_info), skos:definition, dns:ontologicalType and wn:lexfile. A word with a single synset giv…

get_entity_info

Full JSON-LD of a DanNet resource: a synset ("synset-3047"), word ("word-11021628") or sense ("sense-21033604"), given bare or prefixed ("dn:synset-3047"), or an external resource by prefix ("ili:i764…

get_word_overview

Every sense of the Danish `word` in one call: a list with synset_id, label, definition, lexfile, ontological_types, synonyms (words sharing the synset) and hypernym ({synset_id, label} or null) per sy…

autocomplete_danish_word

Danish words starting with `prefix` (at least 3 characters), at most `max_results`, as {"autocompletions": [...]} where lemmas are plain strings and inflected forms of a matching lemma are [lemma, for…

fetch_ddo_definition

The full definitions of `synset_id` from DDO (ordnet.dk), where DanNet's own skos:definition may be truncated. Follows the dns:source of each sense. Returns the DanNet definition, the DDO definitions …

sparql_query

Run a SPARQL SELECT `query` against DanNet and return standard SPARQL JSON results ({"head": ..., "results": {"bindings": [...]}}). The common prefixes (dn, dns, dnc, dnf, wn, ontolex, lexinfo, skos, …

Resources · 3

dannet_schema

The DanNet schema (dns:): DanNet's own relations and properties.

dannet://dannet-schema
ontological_types

The ontological types (dnc:) used in dns:ontologicalType.

dannet://ontological-types
wordnet_schema

The Global WordNet schema (wn:): the standard synset relations.

dannet://wordnet-schema

Prompts · 8

analyze_danish_word

A full linguistic analysis of a Danish `word`.

compare_danish_words

A semantic comparison of two Danish words.

explore_semantic_field

The semantic field around a Danish `concept`, `depth` hyponym levels deep.

trace_taxonomic_path

The taxonomic relationship between two Danish words.

map_part_whole_relations

The part-whole relations of a Danish `entity`: "parts", "wholes" or "both".

find_translation_equivalents

Cross-linguistic equivalents of a Danish `word`.

analyze_verb_roles

The thematic roles and event structure of a Danish `verb`.

explore_polysemy

The distinct senses of a polysemous Danish `word`.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.kuhumcst/dannet": {
      "url": "https://wordnet.dk/mcp",
      "transport": "streamable-http"
    }
  }
}