dwds_frequency
Pack: dwds · Endpoint: https://gateway.pipeworx.io/dwds/mcp
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
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | German word or lemma, e.g. “Haus”. |
Example call
curl -X POST https://gateway.pipeworx.io/dwds/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dwds_frequency","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dwds": {
"url": "https://gateway.pipeworx.io/dwds/mcp"
}
}
}
See Getting Started for client-specific install steps.