DuckDuckGo MCP Server

by nickclyde
Verified

search

Query DuckDuckGo to retrieve and format search results based on specified parameters like search terms and maximum result count.

Instructions

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 from DuckDuckGo MCP Server

Related Tools

ID: phcus2gcpn