Skip to main content
Glama

DuckDuckGo MCP Server

MIT License
26
  • Apple

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

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/nickclyde/duckduckgo-mcp-server'

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