search_jobs

Pack: arbeitnow · Endpoint: https://gateway.pipeworx.io/arbeitnow/mcp

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

NameTypeRequiredDescription
querystringyesKeyword to match against title, company name, or tags (case-insensitive).
pagesnumbernoHow many recent pages to scan (default 3, max 10). More pages = older jobs, slower.
remote_onlybooleannoIf true, keep only remote jobs (default false).

Example call

curl -X POST https://gateway.pipeworx.io/arbeitnow/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_jobs","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "arbeitnow": {
      "url": "https://gateway.pipeworx.io/arbeitnow/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026