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

You must be authenticated.

Other Tools from Duck Duck MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qwang07/duck-duck-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server