serpapi_google_jobs
Pack: serpapi · Endpoint: https://gateway.pipeworx.io/serpapi/mcp
Search Google Jobs for <query> — returns title, company, location, source, posted date, schedule, description, and apply link via SerpApi. Example: serpapi_google_jobs({ q: “data engineer”, location: “Austin, TX”, _apiKey: “your-serpapi-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
q | string | yes | Job search query, e.g. “data engineer”, “barista part time” |
location | string | no | Optional location, e.g. “Austin, TX”, “London, United Kingdom” |
_apiKey | string | yes | SerpApi API key (get one at serpapi.com) |
Example call
curl -X POST https://gateway.pipeworx.io/serpapi/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"serpapi_google_jobs","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"serpapi": {
"url": "https://gateway.pipeworx.io/serpapi/mcp"
}
}
}
See Getting Started for client-specific install steps.