Web Scout

DuckDuckGoWebSearch

Initiates a web search query using the DuckDuckGo search engine and returns a well-structured list of findings. Input the keywords, question, or topic you want to search for using DuckDuckGo as your query. Input the maximum number of search entries you'd like to receive using maxResults - defaults to 10 if not provided.

Remote pinkpixel-dev/web-scout-mcp

Other tools also called DuckDuckGoWebSearch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search query string"
    },
    "maxResults": {
      "type": "integer",
      "maximum": 25,
      "minimum": 1,
      "description": "Maximum number of results to return (default: 10)"
    }
  }
}