Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ilyazub • Search & Retrieval
An MCP server that uses SerpApi to fetch parsed search-engine result pages quickly for MCP clients and agents.
Fast, parsed search engine results (SERPs) across multiple engines to inform answers or augment context.
Query location-aware search results (Google locations) to provide localized recommendations or business info.
Integrate web search capabilities into an MCP-enabled client or host (e.g., Claude for Desktop) using a simple tool interface.
This MCP server integrates with SerpApi to perform searches across multiple search engines and return parsed search result pages and location data. It exposes a search tool (with engine, query, and optional parameters) and a locations resource for Google locations, and is designed to be used by MCP hosts/clients like Claude for Desktop. The server is lightweight, easy to run (requires a SerpApi API key), and supports many engines including Google, Bing, DuckDuckGo, YouTube, Baidu, and others.
Universal search tool supporting all SerpApi engines and result types. This tool consolidates weather, stock, and general search functionality into a single interface. It processes multiple result types and returns structured JSON output. Args: params: Dictionary of engine-specific parameters. Common parameters include: - q: Search query (required for most engines) - engine: Search engine to use (default: "google_light") - location: Geographic location filter - num: Number of results to return mode: Response mode (default: "complete") - "complete": Returns full JSON response with all fields - "compact": Returns JSON response with metadata fields removed Returns: A JSON string containing search results or an error message. Examples: Weather: {"params": {"q": "weather in London", "engine": "google"}, "mode": "complete"} Stock: {"params": {"q": "AAPL stock", "engine": "google"}, "mode": "complete"} General: {"params": {"q": "coffee shops", "engine": "google_light", "location": "Austin, TX"}, "mode": "complete"} Compact: {"params": {"q": "news"}, "mode": "compact"} Supported engines include (not limited to): - google - google_light - google_flights - google_hotels - google_images - google_news - google_local - google_shopping - google_jobs - bing - yahoo - duckduckgo - youtube_search - baidu - ebay Engine params are available via resources at serpapi://engines/<engine> (index: serpapi://engines).
Index of available SerpApi engines and their resource URIs.
SerpApi engine specification for amazon.
SerpApi engine specification for amazon_product.
SerpApi engine specification for apple_app_store.
SerpApi engine specification for apple_product.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.