The HireBase MCP Server provides tools to interact with the HireBase Job API for job searching and candidate profile creation.
- Search Jobs: Find opportunities using various criteria like keywords, title, category, location, company, salary range, experience level, visa sponsorship, and more.
- Get Job Details: Retrieve comprehensive information about specific jobs using their unique HireBase ID.
- Create Candidate Profile: Generate structured prompts from candidate details (name, LinkedIn, website, resume) to assist in job searching.
HireBase MCP Server
A Model Context Protocol (MCP) server providing tools to interact with the HireBase Job API.
Available MCP Interactions
This server exposes the following MCP interactions:
Tools
search_jobs
: Search for jobs using the HireBase API based on various criteria (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
.
- Parameters:
get_job
: Retrieve detailed information about a specific job using its HireBase ID.- Parameters:
job_id
.
- Parameters:
Prompts
create_candidate_profile
: Generates a structured prompt based on candidate details (name, LinkedIn, website, resume text) to help guide job searching.- Parameters:
name
,linkedin_url
,personal_website
,resume_text
.
- Parameters:
Client Setup (Examples: Claude Desktop, Cursor)
To use this server with an MCP client like Claude Desktop or Cursor, you need to configure the client to run the server process and optionally provide the HireBase API key.
- Ensure
uv
is installed:curl -LsSf https://astral.sh/uv/install.sh | sh
- Obtain a HireBase API Key (optional): Request a key from HireBase You can set this as an environment variable (
HIREBASE_API_KEY
) or just leave it empty. - Configure your client:
- Using
uvx
:- Claude Desktop: Edit your
claude_desktop_config.json
: - Cursor: Go to Settings > MCP > Add Server:
- Mac/Linux Command:
uvx hirebase-mcp
(Adjust package name if needed) - Windows Command:
cmd
- Windows Args:
/c
,uvx
,hirebase-mcp
(Adjust package name if needed) - Set the
HIREBASE_API_KEY
environment variable in the appropriate section.
- Mac/Linux Command:
- Claude Desktop: Edit your
- Running from source via Python (Alternative):
- Clone the repo and note where you clone it to
- Claude Desktop: Edit your
claude_desktop_config.json
:
- Using
Development
This project uses:
uv
for dependency management and virtual environmentsruff
for linting and formattinghatch
as the build backend
Common Tasks
Environment Variables
HIREBASE_API_KEY
(required): Your API key for accessing the HireBase API. The server needs this to make authenticated requests for job data.
Testing
This project uses pytest
for testing the core tool logic. Tests mock external API calls using unittest.mock
.
- Install test dependencies:
- Run tests:
Contributing
Contributions are welcome.
License
This project is licensed under the MIT License - see the LICENSE file for details.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Provides tools to interact with the HireBase Job API, enabling users to search for jobs using various criteria and retrieve detailed job information through natural language.
- Available MCP Interactions
- Client Setup (Examples: Claude Desktop, Cursor)
- Development
- Environment Variables
- Testing
- Contributing
- License
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityEnables interaction with the Loxo recruitment platform API, facilitating tasks such as candidate and job management, activity logging, and call queue management through AI assistants.Last updated -12JavaScript
- -securityFlicense-qualityEnables searching for AI agents by keywords or categories, allowing users to discover tools like coding agents, GUI agents, or industry-specific assistants across marketplaces.Last updated -34Python
- -securityFlicense-qualityEnables job searching functionality using Careerjet API with features like keyword and location-based searches, advanced filtering, and multi-language support across 50+ countries.Last updated -JavaScript
- -securityFlicense-qualityProvides job search functionality using Careerjet API with features for keyword and location-based searches, advanced filtering, and support for 50+ countries and languages.Last updated -Python