search
Pack: serper · Endpoint: https://gateway.pipeworx.io/serper/mcp
Google web search — organic results, answer box, knowledge graph
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search query, e.g. “best espresso machine 2026” |
num | number | no | Number of results (default 10, max 20) |
gl | string | no | Country code for geolocation, e.g. “us”, “gb”, “de” |
location | string | no | Location string, e.g. “San Francisco, California, United States” |
Example call
curl -X POST https://gateway.pipeworx.io/serper/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"serper": {
"url": "https://gateway.pipeworx.io/serper/mcp"
}
}
}
See Getting Started for client-specific install steps.