MCP server exposing 4 tools for dwds.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/dwds/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
snippet — Dictionary entry summary for a German word from DWDS.de — part of speech (Wortart), the base lemma, and a link to the full dictionary entry. Example: snippet({ query: "Haus" }).dwds_frequency — How common a German word is: its absolute hit count and per-million frequency in the DWDS reference corpus. Answers "how frequent is the German word X", "how common is <word>". Example: dwds_frequency({ query: "Haus" }).corpus_concordance — RETIRED — DWDS removed its public corpus-concordance API (corpus search moved to the access-restricted dstar platform). Returns a notice with alternatives: use dwds_frequency for how-common data, snippet for dictionary info, or search corpora at dwds.de.kwic — RETIRED — DWDS removed its public keyword-in-context (KWIC) corpus API. Returns a notice with alternatives: use dwds_frequency, snippet, or dwds.de for corpus search.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dwds/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io