
Dannet
Query Danish lexical relations and WordNet data through SPARQL when building or researching Danish-language products.
Overview
io.github.kuhumcst/dannet is a MCP server for the Idea phase that provides Danish WordNet lexical data and SPARQL access for agent-driven language research.
What is this MCP server?
- Hosted streamable-http MCP at wordnet.dk for Danish WordNet (DanNet)
- Rich lexical relationships usable from AI assistants without local dataset installs
- SPARQL-oriented access for structured queries over synsets and relations
- Remote MCP v1.0.2—no npm package required for basic client wiring
- Useful for validating Danish copy, glossaries, and semantic features in prototypes
- Published server version 1.0.2
- Remote endpoint type streamable-http at wordnet.dk/mcp
- Source repository kuhumcst/DanNet on GitHub
Community signal: 28 GitHub stars.
What problem does it solve?
Building Danish-language features without a trusted lexical source leads to wrong synonyms, weak semantic search, and shaky content plans.
Who is it for?
Builders and researchers working on Danish NLP, localization, or educational content who want agent-queryable WordNet data.
Skip if: English-only products with no Danish audience or teams that need general-purpose web scraping instead of a lexical ontology.
What do I get? / Deliverables
After you add the remote MCP endpoint, your agent can query DanNet relationships and support sharper Danish research and scoping conversations.
- Agent-accessible Danish lexical and relational lookups via DanNet
- Grounded terminology for specs and prototype copy
- Reduced reliance on hallucinated Danish semantic guesses
Recommended MCP Servers
Journey fit
Lexical corpus access supports early research before you commit to Danish NLP features or localization depth. Research is the canonical shelf because DanNet is primarily a reference knowledge base, not a deployment or growth tool.
How it compares
Specialized Danish lexical MCP over SPARQL, not a general translation API or copywriting skill.
Common Questions / FAQ
Who is dannet for?
Solo builders and researchers shipping or scoping Danish-language apps, bots, or content who need structured word-net data in the agent loop.
When should I use dannet?
Use it during Idea research when you validate terminology, semantic features, or glossary depth before building Danish UX or RAG.
How do I add dannet to my agent?
Register the remote MCP URL https://wordnet.dk/mcp with streamable-http transport in your client’s MCP server list per the published schema.