# Serper Search and Scrape

Habilite recursos poderosos de pesquisa na web e extração de conteúdo. Realize pesquisas ricas na web e raspe o conteúdo da página da web perfeitamente com a integração da API Serper.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add diegofornalha/mcp-server-serper

# Browse available tools
npx -y @smithery/cli@latest tool list diegofornalha/mcp-server-serper

# Get full schema for a tool
npx -y @smithery/cli@latest tool get diegofornalha/mcp-server-serper google_search

# Call a tool
npx -y @smithery/cli@latest tool call diegofornalha/mcp-server-serper google_search '{}'
```

## Tools (3)

- `google_search` — Ferramenta para realizar buscas na web via API Serper e recuperar resultados completos. Capaz de recuperar resultados o…
- `scrape` — Ferramenta para extrair o conteúdo de uma página web e recuperar o texto e, opcionalmente, o conteúdo em markdown. Tamb…
- `_health` — Endpoint de verificação de saúde

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get diegofornalha/mcp-server-serper <tool-name>
```

## Prompts (4)

- `research-topic` (topic, depth, focus_areas) — Guide comprehensive research on a topic with structured results
- `compare-sources` (topic, min_sources) — Compare information from multiple sources on a topic
- `fact-check` (claim, thoroughness) — Verify a claim across multiple authoritative sources
- `technical-search` (query, tech_stack, content_type) — Focused technical and programming search

---

Source: https://github.com/diegofornalha/mcp-server-serper
