logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

multi-search-mcp

Enables multi-source search capabilities by unifying multiple search engines through a simple API. Facilitates the retrieval of information from Google, Brave News, and DuckDuckGo, presenting results in a consolidated format.

Author

multi-search-mcp logo

sanjoy1234

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

searchgoogleretrievalmulti searchmultiple searchsearch engines

smithery badge

Multi‑Search MCP Server

A lightweight MCP server that unifies multiple search engines under one simple stdio API. Query Google, Brave News, and DuckDuckGo—without juggling three different SDKs or payload formats.


🔍 What It Does

  • Google Search via SerpApi (JSON‑first, optional key)
  • Brave News retrieval through Brave’s News API (key required)
  • DuckDuckGo Instant Answers via public API (no key needed)
  • Exposes each as a distinct MCP “tool” for chatbots, agents, or local scripts

🚀 Why It Matters

  • One API to rule them all
    Call google_search(), brave_search(), or duck_search(), and get back ready‑to‑consume JSON without provider boilerplate.

  • Rapid tool development
    Spin up new search‑powered agents in minutes, not days.

  • Minimal key management
    Only Brave needs a key; DuckDuckGo works out‑of‑the‑box; Google key is optional.

  • Easy deployment
    Deploy via Docker or Smithery.ai with a single click.


For feedback or issues, join us on the Smithery Discord or open an issue in this repo.

See Also

`