hirebase-mcp
4
The HireBase MCP Server is a Model Context Protocol server designed to interface with the HireBase Job API. It provides tools for job searching and retrieving job details, as well as generating candidate profiles for job applications.
HireBase MCP Server
A Model Context Protocol (MCP) server providing tools to interact with the HireBase Job API.
Available MCP Interactions
Tools
- Search for jobs using the HireBase API based on various criteria.
- Retrieve detailed information about a specific job using its HireBase ID.
Prompts
- Generates a structured prompt based on candidate details to help guide job searching.
Client Setup
- Ensure
uv
is installed and optionally provide the HireBase API key. - Configuration examples for Claude Desktop and Cursor are provided.
Development
- Uses
uv
for dependency management and virtual environments. - Uses
ruff
for linting and formatting, andhatch
as the build backend.
Environment Variables
HIREBASE_API_KEY
is required for accessing the HireBase API.
Testing
- Uses
pytest
for testing the core tool logic.