# Web Search Plus

> Multi-provider web search and page extraction for AI agents. One router, original source URLs, automatic fallback. Hermes plugin and standalone MCP server.

Web Search Plus is the public name of the open-source search stack at [websearchplus.xyz](https://websearchplus.xyz/). It is not a search engine. It is a router that talks to the search and extract APIs you configure, keeps the original links, and moves to the next provider when a key is missing, a call fails, or the result set is empty.

Current release baselines: Hermes plugin **v4.1.1**, MCP server **web-search-plus-mcp==4.1.1**, OpenClaw plugin **v4.0.3**, OpenClaw skill **v4.0.0**. Hermes 4.1.1 optionally routes native `web_search` / `web_extract` through WSP (`wsp` backend); Plus tools stay default. Native backend is Hermes-only. Public tools stay source-only: ranked links and extracted page text, not model-written answers.

## Start here

- [Homepage (markdown)](https://websearchplus.xyz/index.md): what it is, install paths, FAQ
- [Developer resources](https://websearchplus.xyz/developers.md): repos, MCP, Hermes, OpenClaw, PyPI
- [Provider guide](https://websearchplus.xyz/providers.md): 15 search / 9 extract providers, pricing, privacy and terms
- [Legal / Impressum](https://websearchplus.xyz/legal.md)

## Install

- [Hermes plugin](https://github.com/robbyczgw-cla/hermes-web-search-plus): `web_search_plus` and `web_extract_plus` inside Hermes Agent
- [MCP server on PyPI](https://pypi.org/project/web-search-plus-mcp/): `uvx --from web-search-plus-mcp==4.1.1 web-search-plus-mcp`
- [MCP source](https://github.com/robbyczgw-cla/web-search-plus-mcp)
- [OpenClaw skill](https://github.com/robbyczgw-cla/web-search-plus)
- [OpenClaw plugin](https://github.com/robbyczgw-cla/web-search-plus-plugin)
- [NanoClaw front-end](https://github.com/robbyczgw-cla/nanoclaw-web-search-plus)

## Optional

- [Sitemap](https://websearchplus.xyz/sitemap.xml)
- [Author](https://robbyczesany.com/)
