Skip to main content
Glama

DuckDuckGo MCP Server

ddg-news-search

Search for news articles by keywords, filter by region, safesearch level, or timelimit, and retrieve up to a specified number of results using DuckDuckGo MCP Server.

Instructions

Search for news articles 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)

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)", "enum": [ "d", "w", "m" ], "type": "string" } }, "required": [ "keywords" ], "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/misanthropic-ai/ddg-mcp'

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