serper-search-scrape-mcp-server
by marcopesani
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SERPER_API_KEY | Yes | Your Serper API key for web search and content extraction |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
research-topic | Guide comprehensive research on a topic with structured results |
compare-sources | Compare information from multiple sources on a topic |
fact-check | Verify a claim across multiple authoritative sources |
technical-search | Focused technical and programming search |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |