Skip to main content

MCP server for Recruit CRM

Project description

Recruit CRM MCP

CI

MCP (Model Context Protocol) server for Recruit CRM, enabling AI assistants to search candidates, view jobs, and manage recruiting workflows.

Quick Start

One-Click Install (recommended)

macOS / Linux — run in Terminal:

curl -LsSf https://raw.githubusercontent.com/ebragas/recruitcrm-mcp/main/install.sh | bash

Windows — run in PowerShell:

powershell -ExecutionPolicy Bypass -c "irm https://raw.githubusercontent.com/ebragas/recruitcrm-mcp/main/install.ps1 | iex"

The installer will:

  • Install uv if you don't have it
  • Prompt for your Recruit CRM API key
  • Back up your existing Claude Desktop config
  • Add the Recruit CRM MCP server entry
Want to review the script first?

macOS / Linux:

curl -LsSf https://raw.githubusercontent.com/ebragas/recruitcrm-mcp/main/install.sh -o install.sh
cat install.sh   # review the script
bash install.sh

Windows:

Invoke-WebRequest -Uri https://raw.githubusercontent.com/ebragas/recruitcrm-mcp/main/install.ps1 -OutFile install.ps1
Get-Content install.ps1   # review the script
powershell -ExecutionPolicy Bypass -File .\install.ps1

Already have uv? You can skip the bootstrap and run the installer directly:

uvx --from recruit-crm-mcp recruit-crm-mcp-install

Manual Setup

If you prefer to configure manually, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "recruit-crm": {
      "command": "uvx",
      "args": ["recruit-crm-mcp"],
      "env": {
        "RECRUIT_CRM_API_KEY": "your-api-key-here"
      }
    }
  }
}

Development

uv sync              # install dependencies
make test            # run tests
make lint            # run linter
make check           # run lint + tests

Tools

Tool Description
ping Health check — verify the server is running and API key is configured
search_candidates Search candidates by query, email, city, or job title
get_candidate Get full profile details for a candidate by slug/ID
list_jobs List job requisitions
search_jobs Search jobs by status, name, city, country, or company
get_job Get full details for a job by slug/ID

Resources

Resource Description
recruitcrm://candidate/{id}/resume Get resume URL for a candidate
recruitcrm://job/{id}/description Get full job description

Configuration

Set the RECRUIT_CRM_API_KEY environment variable with your Recruit CRM API token.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

recruit_crm_mcp-0.14.1.tar.gz (145.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

recruit_crm_mcp-0.14.1-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file recruit_crm_mcp-0.14.1.tar.gz.

File metadata

  • Download URL: recruit_crm_mcp-0.14.1.tar.gz
  • Upload date:
  • Size: 145.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for recruit_crm_mcp-0.14.1.tar.gz
Algorithm Hash digest
SHA256 afeaf7e3074be34adcbf31ccb01db73a464f915e139e05766145749b13e7990d
MD5 17ecb93e65e01385da6bfa0373feb39a
BLAKE2b-256 e14975fe59f7a8318af8e81bc390f8dcdd024d44a9071e8df57af6089d483f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for recruit_crm_mcp-0.14.1.tar.gz:

Publisher: publish.yml on ebragas/recruitcrm-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file recruit_crm_mcp-0.14.1-py3-none-any.whl.

File metadata

File hashes

Hashes for recruit_crm_mcp-0.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fd4388238e190354664078f74793a508572e3cb5542a275a3285dc0653f5e486
MD5 382be03b1ece35f00102e29276a37aba
BLAKE2b-256 855171c456af8a6912f717edbb0e0bbe3ef0c61354e9b690241f75edf959db2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for recruit_crm_mcp-0.14.1-py3-none-any.whl:

Publisher: publish.yml on ebragas/recruitcrm-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page