← s5jobs.com
INDIVIDUAL MCP TOOL
list_applications_for_job
List applications to one of your jobs; optional `decision` filter (pending, shortlisted, manually_validated, rejected).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.s5jobs-com]
url = "https://www.s5jobs.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"s5jobs-com": {
"type": "http",
"url": "https://www.s5jobs.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: s5jobs-com
Remote MCP URL: https://www.s5jobs.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"s5jobs-com": {
"url": "https://www.s5jobs.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"s5jobs-com": {
"type": "http",
"url": "https://www.s5jobs.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "s5jobs-com",
"transport": "streamable-http",
"url": "https://www.s5jobs.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.