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-hireclaude_desktop_config.json
{
"mcpServers": {
"geniushire": {
"command": "npx",
"args": ["-y", "@geniuslead/mcp-hire"],
"env": {
"GENIUSLEAD_API_KEY": "your-api-key"
}
}
}
}Available Tools
search_candidatesSearch candidates on job boards
get_candidate_profileGet full candidate profile
search_jobsSearch job postings
export_candidatesExport candidate list
Examples
example
// "Finde React-Entwickler in München"
// → search_candidates({
// keywords: "React Developer",
// region: "München",
// maxResults: 50
// })