Skip to main content
Glama

DuckDuckGo MCP Server

by varlabz

search

Perform web searches with DuckDuckGo to retrieve structured results including titles, URLs, and snippets, with options for region, safe search, and time limits.

Instructions

Search the web using DuckDuckGo.

This tool performs a web search using DuckDuckGo and returns structured results including titles, URLs, and body snippets. Args: query: The search query string max_results: Maximum number of results to return (1-50) region: Region code for localized results (optional) safesearch: Safe search filtering level timelimit: Time limit for results (day, week, month, year) Returns: SearchResponse with query, results, and total count

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of results to return (1-50)
queryYes
regionNoRegion code (e.g., 'us-en', 'uk-en', 'de-de')
safesearchNoSafe search leveloff
timelimitNoTime limit for results

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "description": "Maximum number of results to return (1-50)", "maximum": 50, "minimum": 1, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Region code (e.g., 'us-en', 'uk-en', 'de-de')", "title": "Region" }, "safesearch": { "default": "off", "description": "Safe search level", "enum": [ "on", "moderate", "off" ], "title": "Safesearch", "type": "string" }, "timelimit": { "anyOf": [ { "enum": [ "day", "week", "month", "year" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Time limit for results", "title": "Timelimit" } }, "required": [ "query" ], "type": "object" }

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

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