Back to MCP servers

SerpApi MCP Server

https://mcp.serpapi.com/{SERPAPI_API_KEY}/mcp

answers a handshake

Registry name
io.github.serpapi/serpapi-mcp
Reports itself as
SerpApi MCP Server 1.0.2
Protocol version
2025-06-18
Transport
streamable-http
HTTP status
200
Latency
240 ms
Tools
3
Checked
2026-09-06T08:26:20Z

Tools it reports

Check it yourself

curl -s -X POST https://mcp.serpapi.com/{SERPAPI_API_KEY}/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"you","version":"0"}}}'