mcp-server
Verified Safeby serpapi
Overview
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
Installation
docker build -t serpapi-mcp . && docker run -p 8000:8000 serpapi-mcpEnvironment Variables
- SERPAPI_API_KEY
Security Notes
The server correctly handles API keys via path or bearer token, avoiding hardcoding. It uses standard FastAPI/Starlette components and includes CORS, request metrics, and error handling for SerpApi calls. There are no obvious malicious patterns like 'eval' or obfuscation. Error responses are designed to avoid exposing sensitive internal details.
Similar Servers
mcp-server-elasticsearch
Connects Model Context Protocol (MCP) clients to Elasticsearch instances, enabling natural language queries and interactions with Elasticsearch indices and data.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
dataforseo-mcp-server
A Model Context Protocol (MCP) server that enables LLMs to interact with DataForSEO and Local Falcon SEO APIs for tasks like keyword research, backlink analysis, and SERP data retrieval.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.