Back to Home
serpapi icon

mcp-server

Verified Safe

by 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

Run Command
docker build -t serpapi-mcp . && docker run -p 8000:8000 serpapi-mcp

Environment 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

Stats

Interest Score27
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars83
Forks19
Last Update2025-12-15

Tags

SerpApiMCPSearchAPIData Extraction