mcp-ddgs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ddgs_text_searchA | Recherche web texte via DuckDuckGo. Retourne titre, URL et extrait pour chaque résultat. |
| ddgs_news_searchA | Recherche d'actualités via DuckDuckGo. Retourne les articles récents correspondant à la requête. |
| ddgs_image_searchA | Recherche d'images via DuckDuckGo. Retourne les URLs et descriptions des images trouvées. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct content type (text, news, images) with clear descriptions, so there is no ambiguity about which to use for a given search need.
All tools follow the same ddgs_<type>_search pattern, making the naming predictable and consistent across the set.
Three tools exactly cover the core search capabilities (web, news, images) for a DuckDuckGo server without unnecessary bloat or gaps.
The server covers the primary search types, though video or shopping search are absent; these are minor gaps for a typical search toolkit.