jhgaylor/hirebase-mcp
If you are the rightful owner of hirebase-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing tools to interact with the HireBase Job API.
Tools
Functions exposed to the LLM to take actions
search_jobs
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
get_job
Get detailed information about a specific job
Args: job_id: The unique identifier of the job
Prompts
Interactive templates invoked by user choice
create_candidate_profile
Create a prompt to help search for jobs based on candidate profile
Args: name: The candidate's name linkedin_url: URL to candidate's LinkedIn profile personal_website: URL to candidate's personal website/portfolio resume_text: Text content from candidate's resume
Resources
Contextual data attached and managed by the client