Skip to main content
Glama

DuckDuckGo Search MCP

by OEvortex

web-search

Conduct web searches using DuckDuckGo to retrieve real-time results, customize page numbers, and specify the number of outputs for efficient information retrieval.

Instructions

Search the web using DuckDuckGo and return results

Input Schema

NameRequiredDescriptionDefault
numResultsNoNumber of results to return (default: 10)
pageNoPage number (default: 1)
queryYesThe search query

Input Schema (JSON Schema)

{ "properties": { "numResults": { "default": 10, "description": "Number of results to return (default: 10)", "maximum": 20, "minimum": 1, "type": "integer" }, "page": { "default": 1, "description": "Page number (default: 1)", "minimum": 1, "type": "integer" }, "query": { "description": "The search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from DuckDuckGo Search MCP

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/OEvortex/ddg_search'

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