Skip to main content
Glama

DuckDuckGo Web Search MCP Server

by kouui

search_and_fetch

Perform web searches using DuckDuckGo, retrieve titles, URLs, snippets, and optional summaries, with customizable result limits up to 10 items.

Instructions

Search the web using DuckDuckGo and return results. Args: query: The search query string limit: Maximum number of results to return (default: 3, maximum 10) Returns: List of dictionaries containing - title - url - snippet - summary markdown (empty if not available)

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 3, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_and_fetchArguments", "type": "object" }
Install Server

Other Tools from DuckDuckGo Web Search 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/kouui/web-search-duckduckgo'

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