Skip to main content
Glama

DuckDuckGo Search MCP

by OEvortex

web-search

Search the web using DuckDuckGo to retrieve real-time results for queries, with options to specify page number and number of results. Enables privacy-focused web data access for AI assistants.

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" }

You must be authenticated.

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