HireBase MCP Server

by jhgaylor
Verified
MIT License
2
  • Apple
  • Linux

search_jobs

Retrieve job listings by specifying criteria such as keywords, location, salary range, experience level, and visa sponsorship. Use filters for job title, company, and category to refine results efficiently.

Instructions

Search for jobs using the HireBase API

Args: query: Full text search query and_keywords: Keywords that must all appear in results or_keywords: Keywords where at least one must appear not_keywords: Keywords that must not appear title: Job titles to search for category: Job categories to filter by country: Countries to filter by city: Cities to filter by location_type: Location types (Remote, In-Person, Hybrid) company: Companies to filter by salary_from: Minimum salary salary_to: Maximum salary salary_currency: Salary currency (e.g. USD) years_from: Minimum years of experience years_to: Maximum years of experience visa: Whether job offers visa sponsorship limit: Maximum number of results to return

Input Schema

NameRequiredDescriptionDefault
and_keywordsNo
categoryNo
cityNo
companyNo
countryNo
limitNo
location_typeNo
not_keywordsNo
or_keywordsNo
queryNo
salary_currencyNo
salary_fromNo
salary_toNo
titleNo
visaNo
years_fromNo
years_toNo

Input Schema (JSON Schema)

{ "properties": { "and_keywords": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "And Keywords" }, "category": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Category" }, "city": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "City" }, "company": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Company" }, "country": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Country" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "title": "Limit" }, "location_type": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Location Type" }, "not_keywords": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Not Keywords" }, "or_keywords": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Or Keywords" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "salary_currency": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Salary Currency" }, "salary_from": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Salary From" }, "salary_to": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Salary To" }, "title": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Title" }, "visa": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Visa" }, "years_from": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Years From" }, "years_to": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Years To" } }, "title": "search_jobsArguments", "type": "object" }

You must be authenticated.

Other Tools from HireBase MCP Server

Related Tools

ID: xg936ljx6h