# WeJob (remote · mcp.wejob.ch)

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

- Trust score: 74/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.wejob.ch`: 74/100 (this document), [markdown](https://verifymcp.io/servers/ch-wejob-wejob/mcp.md), [page](https://verifymcp.io/servers/ch-wejob-wejob/mcp)

## Channel facts

- Endpoint: `https://mcp.wejob.ch/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 77/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 460 tokens (~57/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ch-wejob-wejob https://mcp.wejob.ch/mcp
```

### Codex

```toml
[mcp_servers.ch-wejob-wejob]
url = "https://mcp.wejob.ch/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ch-wejob-wejob": {
      "type": "remote",
      "url": "https://mcp.wejob.ch/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ch-wejob-wejob --url https://mcp.wejob.ch/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ch-wejob-wejob:
    url: "https://mcp.wejob.ch/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ch-wejob-wejob": {
      "type": "http",
      "url": "https://mcp.wejob.ch/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (8)

### `search` (~56 tokens)

Search WeJob

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

Input parameters:

- `limit` (integer): Maximum number of results.
- `query` (string, required): Search query.
- `sort` (string): Optional public result sort order.

Output parameters:

- `results` (array)

### `fetch` (~39 tokens)

Fetch WeJob item

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

Input parameters:

- `id` (string, required): Result id returned by search.

Output parameters:

- `activity_rate` (string)
- `application_deadline` (string)
- `benefits` (array)
- `business_sector` (string)
- `categories` (array)
- `certification_type` (string)
- `company` (string)
- `company_size` (string|number)
- `contact` (object)
- `contract_types` (array)
- `culture` (string)
- `description` (string)
- `duration` (string)
- `end_date` (string)
- `experience_level` (string)
- `expertise_domains` (array)
- `formation_mode` (string)
- `formations` (array)
- `founded_at` (string)
- `id` (string)
- `industry` (string)
- `jobs` (array)
- `languages` (array)
- `learning_outcomes` (string)
- `location` (string)
- `locations` (array)
- `logo` (string)
- `mission` (string)
- `nice_to_have_skills` (array)
- `prerequisites` (string)
- `price` (object)
- `profile` (array)
- `program` (string)
- `required_hard_skills` (array)
- `required_soft_skills` (array)
- `responsibilities` (array)
- `salary` (object)
- `start_date` (string)
- `tech_stack` (array)
- `title` (string)
- `url` (string)
- `values` (array)
- `website` (string)
- `work_mode` (string)

### `wejob_search_jobs` (~101 tokens)

Search WeJob jobs

Search public active WeJob job offers.

Input parameters:

- `company` (string): Company filter.
- `languages` (string): Comma-separated language filter, for example Anglais, English, en.
- `limit` (integer): Maximum number of results.
- `location` (string): Location filter.
- `query` (string): Search query.
- `skills` (string): Comma-separated skills filter.
- `sort` (string): Optional public result sort order.

Output parameters:

- `results` (array)

### `wejob_get_job` (~32 tokens)

Get WeJob job

Fetch one public active WeJob job offer by public id.

Input parameters:

- `id` (string, required): Public job id.

Output parameters:

- `activity_rate` (string)
- `application_deadline` (string)
- `benefits` (array)
- `business_sector` (string)
- `categories` (array)
- `certification_type` (string)
- `company` (string)
- `company_size` (string|number)
- `contact` (object)
- `contract_types` (array)
- `culture` (string)
- `description` (string)
- `duration` (string)
- `end_date` (string)
- `experience_level` (string)
- `expertise_domains` (array)
- `formation_mode` (string)
- `formations` (array)
- `founded_at` (string)
- `id` (string)
- `industry` (string)
- `jobs` (array)
- `languages` (array)
- `learning_outcomes` (string)
- `location` (string)
- `locations` (array)
- `logo` (string)
- `mission` (string)
- `nice_to_have_skills` (array)
- `prerequisites` (string)
- `price` (object)
- `profile` (array)
- `program` (string)
- `required_hard_skills` (array)
- `required_soft_skills` (array)
- `responsibilities` (array)
- `salary` (object)
- `start_date` (string)
- `tech_stack` (array)
- `title` (string)
- `url` (string)
- `values` (array)
- `website` (string)
- `work_mode` (string)

### `wejob_search_formations` (~80 tokens)

Search WeJob formations

Search public active WeJob formations.

Input parameters:

- `company` (string): Company filter.
- `limit` (integer): Maximum number of results.
- `location` (string): Location filter.
- `query` (string): Search query.
- `skills` (string): Comma-separated skills filter.
- `sort` (string): Optional public result sort order.

Output parameters:

- `results` (array)

### `wejob_get_formation` (~32 tokens)

Get WeJob formation

Fetch one public active WeJob formation by public id.

Input parameters:

- `id` (string, required): Public formation id.

Output parameters:

- `activity_rate` (string)
- `application_deadline` (string)
- `benefits` (array)
- `business_sector` (string)
- `categories` (array)
- `certification_type` (string)
- `company` (string)
- `company_size` (string|number)
- `contact` (object)
- `contract_types` (array)
- `culture` (string)
- `description` (string)
- `duration` (string)
- `end_date` (string)
- `experience_level` (string)
- `expertise_domains` (array)
- `formation_mode` (string)
- `formations` (array)
- `founded_at` (string)
- `id` (string)
- `industry` (string)
- `jobs` (array)
- `languages` (array)
- `learning_outcomes` (string)
- `location` (string)
- `locations` (array)
- `logo` (string)
- `mission` (string)
- `nice_to_have_skills` (array)
- `prerequisites` (string)
- `price` (object)
- `profile` (array)
- `program` (string)
- `required_hard_skills` (array)
- `required_soft_skills` (array)
- `responsibilities` (array)
- `salary` (object)
- `start_date` (string)
- `tech_stack` (array)
- `title` (string)
- `url` (string)
- `values` (array)
- `website` (string)
- `work_mode` (string)

### `wejob_search_companies` (~59 tokens)

Search WeJob companies

Search public WeJob company profiles.

Input parameters:

- `limit` (integer): Maximum number of results.
- `location` (string): Location filter.
- `query` (string): Search query.
- `sort` (string): Optional public result sort order.

Output parameters:

- `results` (array)

### `wejob_get_company` (~31 tokens)

Get WeJob company

Fetch one public WeJob company profile by public id.

Input parameters:

- `id` (string, required): Public company id.

Output parameters:

- `activity_rate` (string)
- `application_deadline` (string)
- `benefits` (array)
- `business_sector` (string)
- `categories` (array)
- `certification_type` (string)
- `company` (string)
- `company_size` (string|number)
- `contact` (object)
- `contract_types` (array)
- `culture` (string)
- `description` (string)
- `duration` (string)
- `end_date` (string)
- `experience_level` (string)
- `expertise_domains` (array)
- `formation_mode` (string)
- `formations` (array)
- `founded_at` (string)
- `id` (string)
- `industry` (string)
- `jobs` (array)
- `languages` (array)
- `learning_outcomes` (string)
- `location` (string)
- `locations` (array)
- `logo` (string)
- `mission` (string)
- `nice_to_have_skills` (array)
- `prerequisites` (string)
- `price` (object)
- `profile` (array)
- `program` (string)
- `required_hard_skills` (array)
- `required_soft_skills` (array)
- `responsibilities` (array)
- `salary` (object)
- `start_date` (string)
- `tech_stack` (array)
- `title` (string)
- `url` (string)
- `values` (array)
- `website` (string)
- `work_mode` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ch-wejob-wejob/mcp#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://mcp.wejob.ch/mcp
- Repository: https://github.com/WeJob-IT/WeJob-MCP
- Changelog RSS feed: https://verifymcp.io/servers/ch-wejob-wejob/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ch-wejob-wejob/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ch-wejob-wejob/mcp
