# Jithox EU Energy Label Preflight (remote · energy.mcp.jithox.com)

Read-only EU energy-label preflight over MCP: supplier-declared EPREL records, evidence-first

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

## Components

- remote · `energy.mcp.jithox.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-jithox-eu-energy-label-preflight/energy.md), [page](https://verifymcp.io/servers/com-jithox-eu-energy-label-preflight/energy)

## Channel facts

- Endpoint: `https://energy.mcp.jithox.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.2.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**: 80/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.
  - 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**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 965 tokens (~193/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - 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.
  - 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 com-jithox-eu-energy-label-preflight https://energy.mcp.jithox.com/mcp
```

### Codex

```toml
[mcp_servers.com-jithox-eu-energy-label-preflight]
url = "https://energy.mcp.jithox.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-jithox-eu-energy-label-preflight": {
      "type": "remote",
      "url": "https://energy.mcp.jithox.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-jithox-eu-energy-label-preflight --url https://energy.mcp.jithox.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-jithox-eu-energy-label-preflight:
    url: "https://energy.mcp.jithox.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-jithox-eu-energy-label-preflight": {
      "type": "http",
      "url": "https://energy.mcp.jithox.com/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 71, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (5)

### `search_eprel_products` (~270 tokens)

Search public energy-label records

Search the queried source by model identifier, registration number, or supplier/brand + product group. Returns CANDIDATE public records with deterministic match kinds and visible ambiguity: 'exact_public_record' / 'possible_match' / 'multiple_matches' / 'no_match_in_queried_source' — a no-match is never 'not registered'. Outage → 'unavailable'; unverified schema → 'source_schema_unverified'; stale → 'stale'. Answers come from the queried source at the stated retrieval time: the official EPREL Public API in live mode, or a clearly-labelled synthetic fixture in dev/test — provenance.sourceAuthority names which. Supplier-declared data only; Jithox verifies nothing. Preflight evidence only — never a conformity, CE, GPSR, safety or market-access determination.

Input parameters:

- `modelIdentifier` (string): The supplier's model identifier to search for.
- `productGroup` (string): Product group to narrow the search (must be covered by the queried source). The official live source searches ONE group at a time: text searches (model/brand) REQUIRE it; registration-number lookups…
- `registrationNumber` (string): A public registration number, when known.
- `supplierOrBrand` (string): Supplier or trade brand to narrow the search.

Output parameters:

- `billing` (object)
- `capability`
- `data` (object)
- `decision` (string)
- `decisionCategory` (string)
- `generatedAt` (string)
- `limitations` (array)
- `product`
- `provenance` (object)
- `receipt`
- `receiptEnvelope` (object)
- `retryable` (boolean)
- `schemaVersion`

### `get_eprel_product_record` (~151 tokens)

Get one public record

Structure ONE public record by its public record identifier: declared supplier/brand, product group, declared public fields, documents, missing fields, provenance and freshness. 'exact_public_record' / 'no_match_in_queried_source' / 'unavailable'. Answers come from the queried source at the stated retrieval time: the official EPREL Public API in live mode, or a clearly-labelled synthetic fixture in dev/test — provenance.sourceAuthority names which. Supplier-declared data only; Jithox verifies nothing. Preflight evidence only — never a conformity, CE, GPSR, safety or market-access determination.

Input parameters:

- `publicRecordId` (string): The public record identifier (from a prior search candidate).

Output parameters:

- `billing` (object)
- `capability`
- `data` (object)
- `decision` (string)
- `decisionCategory` (string)
- `generatedAt` (string)
- `limitations` (array)
- `product`
- `provenance` (object)
- `receipt`
- `receiptEnvelope` (object)
- `retryable` (boolean)
- `schemaVersion`

### `get_eprel_energy_label_data` (~127 tokens)

Get declared label data

Structure the supplier-DECLARED energy-label / product-sheet data for one public record. The result states supplierDeclared=true and independentlyVerifiedByJithox=false explicitly — nothing is independently verified. Answers come from the queried source at the stated retrieval time: the official EPREL Public API in live mode, or a clearly-labelled synthetic fixture in dev/test — provenance.sourceAuthority names which. Preflight evidence only — never a conformity, CE, GPSR, safety or market-access determination.

Input parameters:

- `publicRecordId` (string): The public record identifier whose declared label data to return.

Output parameters:

- `billing` (object)
- `capability`
- `data` (object)
- `decision` (string)
- `decisionCategory` (string)
- `generatedAt` (string)
- `limitations` (array)
- `product`
- `provenance` (object)
- `receipt`
- `receiptEnvelope` (object)
- `retryable` (boolean)
- `schemaVersion`

### `compare_eprel_product_metrics` (~159 tokens)

Compare declared metrics

Compare two or more COMPATIBLE records on their COMMON supplier-declared metrics — a value table only. Cross-product-group comparison fails safely as 'incompatible_comparison'; no 'best product', no ranking, no buying advice. Answers come from the queried source at the stated retrieval time: the official EPREL Public API in live mode, or a clearly-labelled synthetic fixture in dev/test — provenance.sourceAuthority names which. Supplier-declared data only; Jithox verifies nothing.

Input parameters:

- `metricKeys` (array): Optional metric keys to restrict the comparison to.
- `publicRecordIds` (array): Public record identifiers to compare; a comparison needs at least 2 (fewer returns 'insufficient_identifiers'), up to 5.

Output parameters:

- `billing` (object)
- `capability`
- `data` (object)
- `decision` (string)
- `decisionCategory` (string)
- `generatedAt` (string)
- `limitations` (array)
- `product`
- `provenance` (object)
- `receipt`
- `receiptEnvelope` (object)
- `retryable` (boolean)
- `schemaVersion`

### `prepare_energy_label_preflight_receipt` (~137 tokens)

Prepare a preflight receipt

Bundle the preflight lookups into one idempotent Ed25519-signed receipt committing to the FINGERPRINTED inputs, record references, sources, freshness and decision states — provable evidence of WHAT was looked up and WHEN. Attests the lookups, never a registration, conformity or market-access outcome. Preflight evidence only — never a conformity, CE, GPSR, safety or market-access determination.

Input parameters:

- `bundle` (object, required): The preflight results to attest (fingerprinted inputs, sources, decision states — no raw query values).
- `createdAt` (string, required): ISO timestamp the bundle was assembled.

Output parameters:

- `billing` (object)
- `capability`
- `data` (object)
- `decision` (string)
- `decisionCategory` (string)
- `generatedAt` (string)
- `limitations` (array)
- `product`
- `provenance` (object)
- `receipt`
- `receiptEnvelope` (object)
- `retryable` (boolean)
- `schemaVersion`

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-jithox-eu-energy-label-preflight/energy#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70

## Links

- Remote endpoint: https://energy.mcp.jithox.com/mcp
- Authorisation metadata: https://energy.mcp.jithox.com/.well-known/oauth-protected-resource/mcp
- Website: https://energy.mcp.jithox.com/docs
- Changelog RSS feed: https://verifymcp.io/servers/com-jithox-eu-energy-label-preflight/energy/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-jithox-eu-energy-label-preflight/energy/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-jithox-eu-energy-label-preflight/energy
