Skip to main content
All Products

GeniusHire

Job board scraper for recruiters & headhunters

Stepstone, Indeed, LinkedIn Jobs & more. Candidate profiles with contact details as structured Excel file.

Installation

terminal
$ npx -y @geniuslead/mcp-hire
claude_desktop_config.json
{
  "mcpServers": {
    "geniushire": {
      "command": "npx",
      "args": ["-y", "@geniuslead/mcp-hire"],
      "env": {
        "GENIUSLEAD_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

search_candidates

Search candidates on job boards

get_candidate_profile

Get full candidate profile

search_jobs

Search job postings

export_candidates

Export candidate list

Examples

example
// "Finde React-Entwickler in München"
// → search_candidates({
//     keywords: "React Developer",
//     region: "München",
//     maxResults: 50
//   })