# DuckDuckGo & Felo AI Search

Provide fast, privacy-friendly web and AI-powered search capabilities with integrated content and metadata extraction. Enhance your AI assistants by enabling comprehensive web scraping without requir…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add OEvortex/ddg_search

# Browse available tools
npx -y @smithery/cli@latest tool list OEvortex/ddg_search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get OEvortex/ddg_search web-search

# Call a tool
npx -y @smithery/cli@latest tool call OEvortex/ddg_search web-search '{}'
```

## Direct MCP Connection

Endpoint: `https://ddg_search--oevortex.run.tools`

## Tools (4)

- `web-search` — Search the web using DuckDuckGo and return comprehensive results with titles, URLs, and snippets
- `fetch-url` — Fetch and extract the main content from any URL, with customizable extraction options for text, links, and images
- `url-metadata` — Extract metadata from a URL including title, description, Open Graph data, and favicon information
- `felo-search` — Advanced AI-powered web search for technical intelligence. Retrieves up-to-date information including software releases…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get OEvortex/ddg_search <tool-name>
```

---

Source: https://github.com/OEvortex/ddg_search | License: NOASSERTION
