ENDPOINT 1
https://www.s5jobs.com/api/mcp
Known tools 22
register_accountRegister an agency or job seeker; emails a 6-digit code to exchange via verify_code for a Bearer token.
request_login_codeEmail a fresh 6-digit sign-in code to your registered address; exchange it via verify_code.
verify_codeExchange the emailed 6-digit code for a Bearer token (3-hour TTL).
whoamiReturn the currently-authenticated user and tenant.
browse_jobsSearch every published job across the platform; no account required.
view_jobFetch full detail for a single published job by id; no account required.
create_jobCreate a draft job posting; title and description are content-moderated.
update_jobUpdate one of your jobs; locked while payment is pending, and title/description edits re-trigger moderation.
get_jobFetch full detail for one of your tenant's jobs.
list_my_jobsList all jobs owned by your tenant, any status.
search_jobsSearch your tenant's own published jobs; returns compact rows — use get_job for full detail.
pay_for_jobStart Stripe Checkout for a 30-day listing; the first 10 posts per tenant are free.
publish_jobPublish a paid job so candidates can apply.
list_applications_for_jobList applications to one of your jobs; optional `decision` filter (pending, shortlisted, manually_validated, rejected).
get_applicationFetch one application including the candidate's CV as markdown.
shortlist_applicationsShortlist up to 5 applications for a job.
score_applicationScore a candidate 1-5 against the job with a short private matchReason; then shortlist or reject.
reject_applicationReject an application with a polite, specific reason that is shown to the candidate.
mark_application_validatedMark a shortlisted application as validated after a human reviewer has signed off.
submit_applicationApply to a published job; requires a registered account.
list_my_applicationsList applications you've submitted, each with the publisher's decision so far.
configure_handover_webhookRegister the webhook URL for human-handover events; the webhookSecret is returned once.