Duck Duck MCP

search

Search the web using DuckDuckGo

Input Schema

NameRequiredDescriptionDefault
optionsNo
queryYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "properties": { "numResults": { "default": 50, "type": "number" }, "region": { "default": "zh-cn", "type": "string" }, "safeSearch": { "default": "MODERATE", "enum": [ "OFF", "MODERATE", "STRICT" ], "type": "string" } }, "type": "object" }, "query": { "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools