search
ActiveTool of Remotive
declared in 0.1.0
Search Remotive's curated remote-only job board by free-text query, category slug, and/or company name. Returns job listings with title, company, location tags, salary range, job type, and apply URL.
Parameters schema
{
"type": "object",
"examples": [
{
"search": "Python backend engineer"
},
{
"limit": 10,
"search": "React",
"category": "software-dev",
"company_name": "GitLab"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Max jobs returned (default 25)"
},
"search": {
"type": "string",
"description": "Free-text — title / description"
},
"category": {
"type": "string",
"description": "Category slug (e.g. \"software-dev\", \"design\")"
},
"company_name": {
"type": "string",
"description": "Filter to a specific company"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Remotive
https://github.com/pipeworx-io/mcp-remotive
1/7 registries