← Registry

Productivity

s5jobs.com

Manage user accounts and browse job listings on a job platform.

1 endpoint22 known toolsFirst detected June 18, 2026Last detected July 21, 2026

ENDPOINT 1

https://www.s5jobs.com/api/mcp

No auth detected

Known tools 22

register_account

Register an agency or job seeker; emails a 6-digit code to exchange via verify_code for a Bearer token.

request_login_code

Email a fresh 6-digit sign-in code to your registered address; exchange it via verify_code.

verify_code

Exchange the emailed 6-digit code for a Bearer token (3-hour TTL).

whoami

Return the currently-authenticated user and tenant.

browse_jobs

Search every published job across the platform; no account required.

view_job

Fetch full detail for a single published job by id; no account required.

create_job

Create a draft job posting; title and description are content-moderated.

update_job

Update one of your jobs; locked while payment is pending, and title/description edits re-trigger moderation.

get_job

Fetch full detail for one of your tenant's jobs.

list_my_jobs

List all jobs owned by your tenant, any status.

search_jobs

Search your tenant's own published jobs; returns compact rows — use get_job for full detail.

pay_for_job

Start Stripe Checkout for a 30-day listing; the first 10 posts per tenant are free.

publish_job

Publish a paid job so candidates can apply.

list_applications_for_job

List applications to one of your jobs; optional `decision` filter (pending, shortlisted, manually_validated, rejected).

get_application

Fetch one application including the candidate's CV as markdown.

shortlist_applications

Shortlist up to 5 applications for a job.

score_application

Score a candidate 1-5 against the job with a short private matchReason; then shortlist or reject.

reject_application

Reject an application with a polite, specific reason that is shown to the candidate.

mark_application_validated

Mark a shortlisted application as validated after a human reviewer has signed off.

submit_application

Apply to a published job; requires a registered account.

list_my_applications

List applications you've submitted, each with the publisher's decision so far.

configure_handover_webhook

Register the webhook URL for human-handover events; the webhookSecret is returned once.