JobSelect is the AI job analysis platform from JobSelect Labs. Explore JobAnalyze 6k for structured job description analysis, candidate fit scoring, and skill extraction through the Web Analyzer, HTTP API, MCP, or the JobSelect CLI.
A specialist TF-IDF NLP, MLP fine-tuned on structured labor data. Extracts top skills in a single pass.
Low-latency HTTP endpoint. Bring your own auth, stream JSON responses.
A API-first CLI. Point it at a Job Description and get analyzed output back in your terminal - no dashboard required.
Drop the MCP config into any compatible client and call JobAnalyze 6k as a tool. No custom code required.
Drop this into your MCP client config to call JobAnalyze 6k as a tool.
{
"mcpServers": {
"jobanalyze": {
"type": "http",
"url": "https://job-description-analysis.onrender.com/mcp",
"headers": {
"JobAnalyze_6k_Key": "ja6k_yourkey"
}
}
}
}Sign in to grab your API key and start calling the model.