An AI model for structured job analysis - parse listings, score fit. Ship it via HTTP API and 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, batch up to 1,000 postings per request.
A local-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.