job-search
ActiveTool of Toolcall
Live job postings without scraping: company= returns an employer's current openings straight from their official ATS board (Greenhouse, Lever, Ashby, SmartRecruiters) with title, location, department, type and apply URL; query= searches remote-heavy job APIs (Remotive, Arbeitnow) by keyword. Optional location= filter. JSON response. [Paid: $0.02 USDC per call via x402 on Base; the calling client pays automatically.]
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1
},
"query": {
"type": "string",
"description": "Keyword search across job APIs, alternative to company"
},
"company": {
"type": "string",
"description": "Employer name; reads their public ATS job board"
},
"location": {
"type": "string",
"description": "Location filter substring, optional"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Toolcall
https://github.com/BeneIstvan/toolcall-mcp
1/7 registries