Duck Duck MCP

by qwang07

search

Perform web searches through DuckDuckGo with customizable options like region, safe search, and result count. Integrates structured metadata and language detection for efficient query processing.

Instructions

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" }

Other Tools from Duck Duck MCP

Related Tools

ID: c0qz8cvfpi