Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Nomado24 Remote Jobs

REMOTE · API.NOMADO24.DE · SCANNED AUG 3

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

Available components

65 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 138 tokens (~69/item across 2 items; 2 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.nomado24.de

# add to Claude Code
claude mcp add --transport http de-nomado24-jobs https://api.nomado24.de/api/public/v1/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add de-nomado24-jobs --url https://api.nomado24.de/api/public/v1/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  de-nomado24-jobs:
    url: "https://api.nomado24.de/api/public/v1/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.nomado24.de/api/public/v1/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.nomado24.de CN=GeoTrust TLS RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US 1 Aug 2026 1 Feb 2027 RSA 2048 SHA256-RSA 4730d30c5d68dc364396571907e1925
SANs: api.nomado24.de
CN=GeoTrust TLS RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US (CA) CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US 2 Nov 2017 2 Nov 2027 RSA 2048 SHA256-RSA d07782a133fc6f9a57296e131ffd179
CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US (CA) CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US 1 Aug 2013 15 Jan 2038 RSA 2048 SHA256-RSA 33af1e6a711a9a0bb2864b11d09fae5
DNSSEC insecure

Validation of api.nomado24.de. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
de. present 26755 8 Verified
nomado24.de. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.nomado24.de/api/public/v1/mcp Verified 200
http (plaintext) http://api.nomado24.de/api/public/v1/mcp HTTPS enforced 301 https://api.nomado24.de/api/public/v1/mcp
MCP tools — 2 exposed · ~138 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_job_statistics ~41

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_jobs ~97

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

NameTypeReqDescription
languagestringFilter by job content language
pageinteger1-based page number, default 1
per_pageintegerResults per page, 1-25, default 20
qstringFree-text search over job title/company/tags

No output schema declared.

No examples provided.