search
Pack: remotive · Endpoint: https://gateway.pipeworx.io/remotive/mcp
Search remote jobs by free-text + category + company.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
search | string | no | Free-text — title / description |
category | string | no | Category slug (e.g. “software-dev”, “design”) |
company_name | string | no | Filter to a specific company |
limit | number | no | Max jobs returned (default 25) |
Example call
curl -X POST https://gateway.pipeworx.io/remotive/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"remotive": {
"url": "https://gateway.pipeworx.io/remotive/mcp"
}
}
}
See Getting Started for client-specific install steps.