corpus_concordance

Pack: dwds · Endpoint: https://gateway.pipeworx.io/dwds/mcp

Search the DWDS corpus.

Parameters

NameTypeRequiredDescription
querystringyes
corpusstringnokernkorpus (default) | zeitungen | …
limitnumberno

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":"corpus_concordance","arguments":{}}}'

Response shape

FieldTypeDescription
formatstringResponse format (json or text)
bodystringText response if JSON parsing failed
Full JSON Schema
{
  "type": "object",
  "properties": {
    "format": {
      "type": "string",
      "description": "Response format (json or text)"
    },
    "body": {
      "type": "string",
      "description": "Text response if JSON parsing failed"
    }
  },
  "description": "Concordance search results from DWDS corpus"
}

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.

Regenerated from source · build May 21, 2026