Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

SerpApi

io.github.serpapi/serpapi-mcp

Official SerpApi MCP server for Google, Bing, and other search engines.

Uptime
100.0%
1 direct probes · 30d
Response
587ms
last probe
Tools
3
callable
Resources
3
readable
Prompts
0
available

Tools · 3

search_dashboard

Interactive dashboard variant of `search`: returns summary metrics, a source breakdown chart, and a results table with a click-to-expand detail panel, all rendered in the conversation. Same params as …

search_table

Interactive UI variant of `search`: returns organic results as a sortable, searchable table rendered in the conversation. Same params as `search`. Use when the host supports MCP Apps and the user want…

search

Universal search tool supporting all SerpApi engines and result types. When to use: - Any query needing live, structured SERP data: web results, news, product listings, job postings, loca…

Resources · 3

serpapi-engines-index

Index of available SerpApi engine identifiers.

serpapi://engines
Prefab Renderer (search_dashboard) ui://prefab/tool/aa90e0ff773b/renderer.html
Prefab Renderer (search_table) ui://prefab/tool/583d325b0e9c/renderer.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "serpapi": {
      "url": "https://mcp.serpapi.com/mcp",
      "transport": "streamable-http"
    }
  }
}