Skip to main content
Glama

DuckDuckGo MCP Server

ddg-text-search

Perform web searches for text results using DuckDuckGo. Specify keywords, region, safe search level, time limit, and max results to retrieve relevant search data.

Instructions

Search the web for text results using DuckDuckGo

Input Schema

NameRequiredDescriptionDefault
keywordsYesSearch query keywords
max_resultsNoMaximum number of results to return
regionNoRegion code (e.g., wt-wt, us-en, uk-en)wt-wt
safesearchNoSafe search levelmoderate
timelimitNoTime limit (d=day, w=week, m=month, y=year)

Input Schema (JSON Schema)

{ "properties": { "keywords": { "description": "Search query keywords", "type": "string" }, "max_results": { "default": 10, "description": "Maximum number of results to return", "type": "integer" }, "region": { "default": "wt-wt", "description": "Region code (e.g., wt-wt, us-en, uk-en)", "type": "string" }, "safesearch": { "default": "moderate", "description": "Safe search level", "enum": [ "on", "moderate", "off" ], "type": "string" }, "timelimit": { "description": "Time limit (d=day, w=week, m=month, y=year)", "enum": [ "d", "w", "m", "y" ], "type": "string" } }, "required": [ "keywords" ], "type": "object" }
Install Server

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/misanthropic-ai/ddg-mcp'

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