Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

WeJob

ch.wejob/wejob

Read-only MCP server for public WeJob jobs, formations, and companies.

Uptime
100.0%
1 direct probes · 30d
Response
142ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search

Search public WeJob jobs, formations, and companies. Returns ids usable with fetch.

fetch

Fetch a public WeJob item by id. Supported id prefixes: job:, formation:, company:.

wejob_search_jobs

Search public active WeJob job offers.

wejob_get_job

Fetch one public active WeJob job offer by public id.

wejob_search_formations

Search public active WeJob formations.

wejob_get_formation

Fetch one public active WeJob formation by public id.

wejob_search_companies

Search public WeJob company profiles.

wejob_get_company

Fetch one public WeJob company profile by public id.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wejob": {
      "url": "https://mcp.wejob.ch/mcp",
      "transport": "streamable-http"
    }
  }
}