Skip to main content
Glama

DuckDuckGo MCP Server

ddg-image-search

Search and filter web images by keywords, size, color, type, layout, and license using DuckDuckGo's image search capabilities. Set safe search, time limits, and maximum results for tailored image discovery.

Instructions

Search the web for images using DuckDuckGo

Input Schema

NameRequiredDescriptionDefault
colorNoImage color
keywordsYesSearch query keywords
layoutNoImage layout
license_imageNoImage license type
max_resultsNoMaximum number of results to return
regionNoRegion code (e.g., wt-wt, us-en, uk-en)wt-wt
safesearchNoSafe search levelmoderate
sizeNoImage size
timelimitNoTime limit (d=day, w=week, m=month, y=year)
type_imageNoImage type

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Image color", "enum": [ "color", "Monochrome", "Red", "Orange", "Yellow", "Green", "Blue", "Purple", "Pink", "Brown", "Black", "Gray", "Teal", "White" ], "type": "string" }, "keywords": { "description": "Search query keywords", "type": "string" }, "layout": { "description": "Image layout", "enum": [ "Square", "Tall", "Wide" ], "type": "string" }, "license_image": { "description": "Image license type", "enum": [ "any", "Public", "Share", "ShareCommercially", "Modify", "ModifyCommercially" ], "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" }, "size": { "description": "Image size", "enum": [ "Small", "Medium", "Large", "Wallpaper" ], "type": "string" }, "timelimit": { "description": "Time limit (d=day, w=week, m=month, y=year)", "enum": [ "d", "w", "m", "y" ], "type": "string" }, "type_image": { "description": "Image type", "enum": [ "photo", "clipart", "gif", "transparent", "line" ], "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