Connects Claude to the Arbeitnow job board API through the Pipeworx gateway. The source doesn't list specific tools, but this is clearly focused on querying tech job listings from Arbeitnow's database. You can either use it standalone or as part of the full Pipeworx gateway that bundles 790+ data sources. Supports the ask_pipeworx pattern where you ask questions in plain English instead of calling structured tools directly. Runs over streamable HTTP, so no local setup required. Reach for this when you need to search remote job listings or build job matching workflows without handling the Arbeitnow API yourself.
Arbeitnow Job Board MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 790+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"arbeitnow": {
"url": "https://gateway.pipeworx.io/arbeitnow/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 790+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Arbeitnow data" })
The gateway picks the right tool and fills the arguments automatically.
MIT