Skip to main content
All Products

GeniusCareer

Job listings from all major job boards

Stepstone, Indeed, LinkedIn, Xing & more. Current job listings filtered by industry, region & keywords as Excel.

Installation

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

Available Tools

search_jobs

Search jobs across all major job boards

get_job_details

Get details of a job listing

compare_salaries

Compare salaries by region and industry

export_jobs

Export job list

Examples

example
// "Zeige mir Senior Frontend Jobs in Berlin"
// → search_jobs({
//     keywords: "Senior Frontend",
//     region: "Berlin",
//     maxResults: 100
//   })