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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y free-web-search-ultimateAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add free-web-search-ultimateAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use wd041216-bit/free-web-search-ultimate directly without routing
npx -y free-web-search-ultimateNew to Agent-CoreX? View setup guide →