Back to Home
serpapi icon

mcp-server

Verified Safe

by serpapi

Overview

Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.

Installation

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

Environment Variables

  • SERPAPI_API_KEY
  • MCP_HOST
  • MCP_PORT

Security Notes

The server correctly handles API keys via path or header, preventing hardcoding. It integrates robust error handling for SerpApi calls. CORS is configured with `allow_origins=['*']`, which is broad and might require specific hardening for certain production environments, but not a critical vulnerability for the core logic. No `eval` or obfuscation detected.

Similar Servers

Stats

Interest Score46
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars55
Forks14
Last Update2025-12-05

Tags

MCPSerpApiSearchAPIData Extraction