# Serper Search and Scrape

Enable powerful web search and content extraction capabilities. Perform web searches and scrape webpage content seamlessly to enhance your applications with real-time data.

## Quick Start

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

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

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

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

## Tools (2)

- `google_search` — Tool to perform web searches via Serper API and retrieve rich results. It is able to retrieve organic search results, p…
- `scrape` — Tool to scrape a webpage and retrieve the text and, optionally, the markdown content. It will retrieve also the JSON-LD…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tahaswx/mcp-server-serper-test <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/tahaswx/mcp-server-serper | License: MIT
