# Nomado24 Remote Jobs (remote · api.nomado24.de)

Search ~10,000 remote/hybrid jobs for Germany and the EU; aggregate market stats. Free, no auth.

- Trust score: 65/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.nomado24.de`: 65/100 (this document), [markdown](https://verifymcp.io/servers/de-nomado24-jobs/api-public-v1-mcp.md), [page](https://verifymcp.io/servers/de-nomado24-jobs/api-public-v1-mcp)

## Channel facts

- Endpoint: `https://api.nomado24.de/api/public/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 2 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 138 tokens (~69/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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.
- **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 de-nomado24-jobs https://api.nomado24.de/api/public/v1/mcp
```

### Codex

```toml
[mcp_servers.de-nomado24-jobs]
url = "https://api.nomado24.de/api/public/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "de-nomado24-jobs": {
      "type": "remote",
      "url": "https://api.nomado24.de/api/public/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add de-nomado24-jobs --url https://api.nomado24.de/api/public/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  de-nomado24-jobs:
    url: "https://api.nomado24.de/api/public/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "de-nomado24-jobs": {
      "type": "http",
      "url": "https://api.nomado24.de/api/public/v1/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 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 65)

First indexed and scored.

## MCP tools (2)

### `search_jobs` (~97 tokens)

Search nomado24's remote/hybrid job board. Read-only, free, attribution required (see structuredContent.attribution).

Input parameters:

- `language` (string): Filter by job content language
- `page` (integer): 1-based page number, default 1
- `per_page` (integer): Results per page, 1-25, default 20
- `q` (string): Free-text search over job title/company/tags

### `get_job_statistics` (~41 tokens)

Get aggregate statistics (active jobs, new-this-week/month, top sources, salary ranges) for nomado24's remote-jobs board. No input required.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/de-nomado24-jobs/api-public-v1-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65

## Links

- Remote endpoint: https://api.nomado24.de/api/public/v1/mcp
- Website: https://www.nomado24.de/en/developers
- Changelog RSS feed: https://verifymcp.io/servers/de-nomado24-jobs/api-public-v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/de-nomado24-jobs/api-public-v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/de-nomado24-jobs/api-public-v1-mcp
