HireBase MCP Server
Project description
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
uvis 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:{ "mcpServers": { "hirebase": { "command": "uvx", "args": [ "hirebase-mcp" ], "env": { "HIREBASE_API_KEY": "" } } } }
- 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_KEYenvironment 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:
{ "mcpServers": { "hirebase": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "--with", "requests", "mcp", "run", "PATH_TO_REPO/src/hirebase_mcp/server.py" ] } } }
-
Development
This project uses:
uvfor dependency management and virtual environmentsrufffor linting and formattinghatchas the build backend
Common Tasks
# Setup virtual env
uv venv
# Install dependencies
uv pip install -e .
# install cli tools
uv tool install ruff
# Run linting
ruff check .
# Format code
ruff format .
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:
# Ensure you are in your activated virtual environment (.venv)
uv pip install -e '.[test]'
- Run tests:
# Example command
pytest
Contributing
Contributions are welcome.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hirebase_mcp-1.0.20.tar.gz.
File metadata
- Download URL: hirebase_mcp-1.0.20.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3da8ef23d916c94c12422ec73137b02ba191941723c883ee5e5b7e2c019f64b3
|
|
| MD5 |
0979f1c7a261daa9a6a05a0b8ac374b8
|
|
| BLAKE2b-256 |
3c8ac615fc1343f9b32e8bd77f6edcec84c513f844a49cd861d5ee6869cb3237
|
Provenance
The following attestation bundles were made for hirebase_mcp-1.0.20.tar.gz:
Publisher:
ci.yml on jhgaylor/hirebase-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
hirebase_mcp-1.0.20.tar.gz -
Subject digest:
3da8ef23d916c94c12422ec73137b02ba191941723c883ee5e5b7e2c019f64b3 - Sigstore transparency entry: 192705596
- Sigstore integration time:
-
Permalink:
jhgaylor/hirebase-mcp@ec7ef7f3f736adfc5cadfaaa22c6742e65b1c551 -
Branch / Tag:
refs/tags/v1.0.20 - Owner: https://github.com/jhgaylor
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@ec7ef7f3f736adfc5cadfaaa22c6742e65b1c551 -
Trigger Event:
push
-
Statement type:
File details
Details for the file hirebase_mcp-1.0.20-py3-none-any.whl.
File metadata
- Download URL: hirebase_mcp-1.0.20-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26ebf29a25b64d0392c9f54c4268f993604356a2e92138002fe378bd92afdb94
|
|
| MD5 |
c7a18f177c6141c8b1604e9bdd7e7939
|
|
| BLAKE2b-256 |
955d1527bf0f66d8f04bfbc27a2cbb48fbbe8826ca83a4d08f5ee1a271a9ea76
|
Provenance
The following attestation bundles were made for hirebase_mcp-1.0.20-py3-none-any.whl:
Publisher:
ci.yml on jhgaylor/hirebase-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
hirebase_mcp-1.0.20-py3-none-any.whl -
Subject digest:
26ebf29a25b64d0392c9f54c4268f993604356a2e92138002fe378bd92afdb94 - Sigstore transparency entry: 192705598
- Sigstore integration time:
-
Permalink:
jhgaylor/hirebase-mcp@ec7ef7f3f736adfc5cadfaaa22c6742e65b1c551 -
Branch / Tag:
refs/tags/v1.0.20 - Owner: https://github.com/jhgaylor
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@ec7ef7f3f736adfc5cadfaaa22c6742e65b1c551 -
Trigger Event:
push
-
Statement type: