Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by serpapi • Uncategorized
An MCP server integrating SerpApi for multi-engine search and data extraction.
Perform multi-engine web searches with structured JSON results.
Real-time weather and stock market data integrated into search results.
Flexible response modes and access to detailed engine parameter schemas.
The SerpApi MCP Server provides a Model Context Protocol implementation that connects with SerpApi to deliver comprehensive search results from multiple engines including Google, Bing, Yahoo, and more. It supports real-time data like weather and stock market information, offers flexible JSON response modes, and exposes engine parameter schemas as MCP resources. This server can be used as a hosted service or self-hosted, enabling seamless integration with tools like Claude Desktop.
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.