HireBase MCP Server provides tools to interact with the HireBase Job API, enabling AI assistants to search for jobs based on various criteria and retrieve detailed job information. Developed by Jake Gaylor under the MIT license, this Python implementation offers two main tools - search_jobs with extensive filtering options (keywords, location, salary, etc.) and get_job for retrieving specific job details - plus a prompt generator to help create structured candidate profiles. The server is designed for easy integration with Claude Desktop and Cursor, making it particularly valuable for job seekers and career advisors who need access to current job market data.
Search for jobs using the HireBase API based on various criteria such as keywords, title, location, salary, etc. Parameters: query, and_keywords, or_keywords, not_keywords, title, category, country, city, location_type, company, salary_from, salary_to, salary_currency, years_from, years_to, visa, limit.
Retrieve detailed information about a specific job using its HireBase ID. Parameters: job_id.
No reviews yet. Be the first to review!
Sign in to join the conversation