logo
icon

Agent Web Search

Multi-provider web search MCP server for AI agents, with free keyless providers enabled by default.

Multi-provider web search MCP server for AI agents, with free keyless providers enabled by default.

プラットフォームZeabur
展開済み0
発行者authorJerryLiu369
展開済み0
発行者JerryLiu369
作成日2026-08-25
タグ
AIToolAPI

サービス

service icon

agent-web-search

Agent Web Search

A stateless Streamable HTTP MCP server that combines multiple independent web-search providers behind one web_search tool.

DDGS, Exa, and Parallel are enabled by default and can be used without API keys. Provider failures are isolated; successful results are still returned when another provider fails.

Connect

  • MCP endpoint: https://${PUBLIC_DOMAIN}/mcp
  • Authorization: Bearer ${AGENT_WEB_SEARCH_AUTH_TOKEN}
  • Health check: https://${PUBLIC_DOMAIN}/healthz

The MCP endpoint accepts POST requests only. It uses JSON responses and is stateless, so clients do not need to retain an MCP-Session-Id.

Optional provider keys

The default deployment works without provider keys. To use paid provider APIs or enable additional providers, add the relevant environment variables in the Zeabur service settings. See the project README for the full provider list and configuration options.

Source: https://github.com/JerryLiu369/agent-web-search