Connects to RemoteOK's remote job board with a focus on tech positions. No API key required. Part of the Pipeworx gateway ecosystem, which means you can either use this standalone server or access it through the full Pipeworx gateway alongside 790+ other data sources. The docs don't list specific tools, but it includes an ask_pipeworx helper that lets you query job data in plain English rather than calling structured endpoints. Useful when you're building job search features, analyzing remote work trends, or need to pull tech job listings into an AI workflow without managing authentication.
RemoteOK MCP — remote-work job board (tech-heavy), keyless.
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": {
"remoteok": {
"url": "https://gateway.pipeworx.io/remoteok/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 Remoteok data" })
The gateway picks the right tool and fills the arguments automatically.
MIT