DuckDuckGo MCP Server

by nickclyde
Verified

search

Search DuckDuckGo and return formatted results.

Args: query: The search query string max_results: Maximum number of results to return (default: 10) ctx: MCP context for logging

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "searchArguments", "type": "object" }

You must be authenticated.

Other Tools