MCP Directory

wd041216-bit/free-web-search-ultimate

GitHub
Web Utilities

Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm — instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y free-web-search-ultimate

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from wd041216-bit/free-web-search-ultimate your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "free-web-search-ultimate": {
      "command": "npx",
      "args": [
        "-y",
        "free-web-search-ultimate"
      ]
    }
  }
}

Route wd041216-bit/free-web-search-ultimate intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add free-web-search-ultimate

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use wd041216-bit/free-web-search-ultimate directly without routing

npx -y free-web-search-ultimate

New to Agent-CoreX? View setup guide →

wd041216-bit/free-web-search-ultimate MCP Server