Data & SearchOfficialβ
22.8k
Real-time Internet Navigation (SearXNG API)
Bypass Claude's training data cutoff date. Perform live Google, Bing, and DuckDuckGo queries simultaneously via SearXNG to fetch real-world events, latest library documentations, or stock market data.
Unlocking the World Wide Web
A language model that cannot browse the internet operates in a vacuum. The WebSearch Engine MCP natively connects OpenClaw to standard search APIs. Unlike traditional commercial browsing, routing queries through a self-hosted SearXNG instance guarantees there are no ads, tracking pixels, or SEO traps blinding your AI's research.
Top Magic Prompts to Try
- "Search the web for the absolute latest version of Next.js 15 routing documentation and rewrite my page component based on it."
- "Find 3 different tech blog perspectives on the latest Apple Mac Mini M4 release, and evaluate them without bias."
- "What is the current stock price of AMD right now? Check financial portals and recent acquisition news."
Server Configuration Example
"mcpServers": {
"searxng": {
"command": "python3",
"args": ["-m", "searxng_mcp_bridge"],
"env": {
"SEARCH_ENDPOINT": "http://127.0.0.1:8080/search"
}
}
}