---
name: "xpay-ddg-search"
description: "Web search, news, images, and videos via DuckDuckGo"
version: "1.0.0"
provider: "DuckDuckGo Search"
tools: 4
---

# DuckDuckGo Search

Web search, news, images, and videos via DuckDuckGo

## DuckDuckGo Search

Web search, news, images, and videos via DuckDuckGo

### Available Tools (4)

- **web-search**: Search the web using DuckDuckGo and return comprehensive results with titles, URLs, and snippets — $0.01/call
- **fetch-url**: Fetch and extract the main content from any URL, with customizable extraction options for text, links, and images — $0.01/call
- **url-metadata**: Extract metadata from a URL including title, description, Open Graph data, and favicon information — $0.01/call
- **felo-search**: Advanced AI-powered web search for technical intelligence. Retrieves up-to-date information including software releases, security advisories, migration guides, benchmarks, developer documentation, and community insights. Supports both standard and streaming responses. — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "ddg-search": {
      "url": "https://ddg-search.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 4
**Category:** Search & Web

## When to Use

Use DuckDuckGo Search tools when you need to web search, news, images, and videos via duckduckgo. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Web Search** — Search the web using DuckDuckGo and return comprehensive results with titles, URLs, and snippets — $0.01/call — [SKILL.md](https://xpay.tools/skills/ddg-search/web-search/SKILL.md)
- **Fetch Url** — Fetch and extract the main content from any URL, with customizable extraction options for text, links, and images — $0.01/call — [SKILL.md](https://xpay.tools/skills/ddg-search/fetch-url/SKILL.md)
- **Url Metadata** — Extract metadata from a URL including title, description, Open Graph data, and favicon information — $0.01/call — [SKILL.md](https://xpay.tools/skills/ddg-search/url-metadata/SKILL.md)
- **Felo Search** — Advanced AI-powered web search for technical intelligence. Retrieves up-to-date information including software releases, security advisories, migration guides, benchmarks, developer documentation, and community insights. Supports both standard and streaming responses. — $0.01/call — [SKILL.md](https://xpay.tools/skills/ddg-search/felo-search/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("ddg-search")`
2. **`xpay_details`** — Get input schema: `xpay_details("ddg-search/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("ddg-search/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/ddg-search/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
