Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.hyperdrift-io/nextrole

io.github.hyperdrift-io/nextrole

A job-search companion: tailor your CV to a role, score fit, fix ATS issues. Also via MCP.

Uptime
100.0%
1 direct probes · 30d
Response
138ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

ats_lint

Free, deterministic ATS check: flags banned symbols, first-person voice, non-standard headers, and unquantified bullets. Returns findings + a pass/fail verdict.

tailor_cv_to_role

Rewrites a CV for a specific job spec using NextRole's multi-pass tailor→critic engine. Free anonymous allowance; on exhaustion returns a link to continue on the web app.

score_cv

The free first read: scores a CV against a job spec using NextRole's critic engine — overall match, per-dimension scores, strengths, gaps, and the single top priority to fix.

find_roles

Searches live job listings for a role query (e.g. "frontend engineer London"). Cheap, no LLM — returns a short list of matching roles with company and link.

fetch_job_spec

Fetches and extracts the job description text from a public job-posting URL, ready to feed into score_cv or tailor_cv_to_role. Cheap, no LLM.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.hyperdrift-io/nextrole": {
      "url": "https://nextrole.site/api/mcp",
      "transport": "streamable-http"
    }
  }
}