search_jobs
ActiveTool of Arbeitnow
Keyword-search recent Arbeitnow job postings (keyless European/German job board, many English-speaking & visa-sponsor roles). The upstream API has no search param, so this scans the most recent pages and filters client-side: it keeps jobs whose title, company name, or any tag contains the query (case-insensitive). Scans up to `pages` pages (default 3, max 10). Older jobs that have scrolled off the recent pages will not be found.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"pages": {
"type": "number",
"description": "How many recent pages to scan (default 3, max 10). More pages = older jobs, slower."
},
"query": {
"type": "string",
"description": "Keyword to match against title, company name, or tags (case-insensitive)."
},
"remote_only": {
"type": "boolean",
"description": "If true, keep only remote jobs (default false)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Arbeitnow
https://github.com/pipeworx-io/mcp-arbeitnow
1/7 registries