MetaSearchMCP
Open-source metasearch backend, MCP server, and AI search API for LLM agents. Python FastAPI search gateway with Google search via SerpBase and Serper, multi-engine search aggregation, structured JSON output, provider fallback, deduplication, and SearXNG alternative architecture for agent workflows.
MetaSearchMCP aggregates results from multiple search providers, normalizes them into a stable JSON schema, and exposes both an HTTP API and an MCP server for agent tooling. It is designed for machine-consumable workflows, featuring concurrent aggregation, deduplication, and provider selection. This provides a structured search API alternative to browser-first metasearch projects.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- Riley RiveraMay 21, 2026
Open-source metasearch backend for AI agents addresses the search diversity problem
- SShawn NguyenMay 15, 2026
Used for building comprehensive research agents that need multi-source search
- JJustice LewisMay 8, 2026
Good alternative to single-provider search APIs for agents that need broad coverage
- PPhoenix BrownMar 2, 2026
The Python API design is clean, easy to integrate with existing agent architectures