Skip to main content
Glama

DuckDuckGo MCP Server

by zhsama

duckduckgo_web_search

Perform web searches using DuckDuckGo to gather diverse information, news, articles, and online content with support for filtering, region-specific results, and SafeSearch controls.

Instructions

Performs a web search using the DuckDuckGo, ideal for general queries, news, articles, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources. Supports content filtering and region-specific searches. Maximum 20 results per request.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results (1-20, default 10)
queryYesSearch query (max 400 chars)
safeSearchNoSafeSearch level (strict, moderate, off)moderate

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Number of results (1-20, default 10)", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "Search query (max 400 chars)", "maxLength": 400, "type": "string" }, "safeSearch": { "default": "moderate", "description": "SafeSearch level (strict, moderate, off)", "enum": [ "strict", "moderate", "off" ], "type": "string" } }, "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/zhsama/duckduckgo-mcp-server'

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