An MCP server over a personal job pipeline. Search thousands of postings by meaning, and record what happens to each one.
/mcp, which requires a bearer token. It is
meant to be called by an agent, not browsed.
search_jobs | read | Find postings by meaning, not keywords. |
get_job | read | One posting in full, including its description. |
list_applications | read | The pipeline, with every note. |
get_profile | read | Headline, target roles, skills, ranking query. |
save_job | write | Bookmark a job. Saving is not applying. |
log_application | write | Record an application the user already made. |
update_application_status | write | Move it to a new stage. |
add_interview_note | write | Append a note. Notes are never removed. |
add_contact | write | Record a recruiter or hiring manager. |
The write tools record decisions the user has already made. Nothing here applies to a job, contacts anyone, or deletes anything a person produced.
Source: github.com/lubobali/JobRadar-AI · /status