Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jhgaylor • Search & Retrieval
An MCP server that lets agents search HireBase job listings, retrieve job details, and generate candidate-profile prompts to support automated job discovery and matching.
Search and filter HireBase job listings by keywords, title, location, salary, company, visa status, and other criteria.
Retrieve full job details and metadata using a HireBase job ID to display or analyze specific openings.
Generate structured candidate profile prompts from a candidate's name, LinkedIn, website, and resume text to guide personalized job matching and outreach.
This Model Context Protocol (MCP) server exposes tools for interacting with the HireBase Job API, including job search and job-detail retrieval, plus a prompt generator for candidate profiles. It provides two primary tools (search_jobs and get_job) and one prompt generator (create_candidate_profile) to help agents find and evaluate opportunities. The server includes setup instructions for MCP clients like Claude Desktop and Cursor and can be run from source; it requires a HIREBASE_API_KEY for authenticated API access. It is useful for integrating job search functionality into agent workflows and for producing structured prompts to guide candidate-focused searches.
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 detailed information about a specific job Args: job_id: The unique identifier of the job
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
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.