serper-search-scrape-mcp-server

by marcopesani
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERPER_API_KEYYesYour Serper API key for web search and content extraction

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
research-topicGuide comprehensive research on a topic with structured results
compare-sourcesCompare information from multiple sources on a topic
fact-checkVerify a claim across multiple authoritative sources
technical-searchFocused technical and programming search

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
google_search

Tool to perform web searches via Serper API and retrieve rich results. It is able to retrieve organic search results, people also ask, related searches, and knowledge graph.

scrape

Tool to scrape a webpage and retrieve the text and, optionally, the markdown content. It will retrieve also the JSON-LD metadata and the head metadata.