← s5jobs.com

INDIVIDUAL MCP TOOL

request_login_code

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

s5jobs.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent endpoint

s5jobs.com

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.
  • 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.