Skip to main content
Glama

DuckDuckGo MCP Server

ddg-video-search

Search and filter videos on DuckDuckGo by keywords, region, resolution, duration, and license type. Customize results with safesearch, timelimit, and max_results for precise video discovery.

Instructions

Search for videos using DuckDuckGo

Input Schema

NameRequiredDescriptionDefault
durationNoVideo duration
keywordsYesSearch query keywords
license_videosNoVideo license type
max_resultsNoMaximum number of results to return
regionNoRegion code (e.g., wt-wt, us-en, uk-en)wt-wt
resolutionNoVideo resolution
safesearchNoSafe search levelmoderate
timelimitNoTime limit (d=day, w=week, m=month)

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Video duration", "enum": [ "short", "medium", "long" ], "type": "string" }, "keywords": { "description": "Search query keywords", "type": "string" }, "license_videos": { "description": "Video license type", "enum": [ "creativeCommon", "youtube" ], "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" }, "resolution": { "description": "Video resolution", "enum": [ "high", "standard" ], "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" }
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