# Netzhandwerker EU Power Dispatch API (remote · energy.netzhandwerker.de)

EU power dispatch for wallet-enabled compute, DePIN, battery and trading agents.

- Trust score: 18/100 (low)
- Change this week: −36
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `energy.netzhandwerker.de`: 18/100 (this document), [markdown](https://verifymcp.io/servers/de-netzhandwerker-energy-research-hub/energy.md), [page](https://verifymcp.io/servers/de-netzhandwerker-energy-research-hub/energy)

## Channel facts

- Endpoint: `https://energy.netzhandwerker.de/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `3.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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 521.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http de-netzhandwerker-energy-research-hub https://energy.netzhandwerker.de/mcp
```

### Codex

```toml
[mcp_servers.de-netzhandwerker-energy-research-hub]
url = "https://energy.netzhandwerker.de/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "de-netzhandwerker-energy-research-hub": {
      "type": "remote",
      "url": "https://energy.netzhandwerker.de/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add de-netzhandwerker-energy-research-hub --url https://energy.netzhandwerker.de/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  de-netzhandwerker-energy-research-hub:
    url: "https://energy.netzhandwerker.de/mcp"
```

### Other

```json
{
  "mcpServers": {
    "de-netzhandwerker-energy-research-hub": {
      "type": "http",
      "url": "https://energy.netzhandwerker.de/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-02 (score 18, 0)

- [security regression] Endpoint reachability: reachable → not serving MCP

### 2026-08-01 (score 18, −35)

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

### 2026-07-31 (score 53, 0)

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

### 2026-07-30 (score 53, −3)

- [security regression] Stability: 0.10 → fail
- [security regression] Tool “call_bundle_trading” was removed
- [security regression] Tool “energy_decision” was removed
- [security regression] Tool “energy_research_quick” was removed
- [security regression] Tool “find_cheapest_window” was removed
- [security regression] Tool “find_flexibility_window” was removed
- [security regression] Tool “get_current_german_spot_electricity_price” was removed
- [security regression] Tool “get_energy_trading_signal” was removed
- [security regression] Tool “get_grid_load” was removed
- [security regression] Tool “get_payment_info” was removed
- [security regression] Tool “get_price_forecast” was removed
- [security regression] Tool “get_renewable_share” was removed
- [security regression] Tool “get_signal_index” was removed
- [security regression] Tool “list_energy_endpoints” was removed
- [security regression] Tool “negative_price_signal” was removed
- [security regression] Tool “pricing_lookup” was removed
- [functional regression] Tool coverage: 15% → 7%
- [functional regression] Schema quality: 44 → 113
- [functional] Server version: 2.0.0 → 3.0.0
- [functional] New tool “buy_market_brief”
- [functional] New tool “find_energy_opportunity”
- [functional] New tool “buy_dispatch_plan”

### 2026-07-29 (score 56, +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-28 (score 55, +1)

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

### 2026-07-27 (score 54, 0)

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

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

First indexed and scored.

## MCP tools (3)

### `find_energy_opportunity` (~114 tokens)

Public preflight for deadline-aware compute, DePIN, battery and power-trading workloads in Germany and Europe. Returns only actionability and value bands; exact execution timing remains in the paid dispatch plan.

Input parameters:

- `deadline` (string, required)
- `duration_minutes` (integer, required): Hourly granularity until 15-minute ENTSO-E ingestion is production-verified.
- `energy_kwh` (number)
- `power_kw` (number)
- `region` (string, required)
- `use_case` (string, required)

### `buy_dispatch_plan` (~100 tokens)

Schedules a deadline-bound compute, DePIN, battery or power-trading workload into an actionable German or European power window. Returns exact timing, expected EUR cost and savings, uncertainty, freshness, expiry and decision trace.

Input parameters:

- `constraints` (object)
- `deadline` (string, required)
- `energy_kwh` (number, required)
- `opportunity_id` (string, required)
- `power_kw` (number, required)
- `risk_profile` (string, required)

### `buy_market_brief` (~88 tokens)

Returns licensed ENTSO-E and SMARD spot-market context for compute, DePIN, battery and power-trading agents: published day-ahead prices, volatility, load, renewable share when available, the observed share of published negative-price hours, uncertainty, freshness and expiry.

Input parameters:

- `horizon_hours` (integer, required)
- `region` (string, required)
- `use_case` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/de-netzhandwerker-energy-research-hub/energy#diagnostics

## Score history

- 2026-08-03: 18
- 2026-08-02: 18
- 2026-08-01: 18
- 2026-07-31: 53
- 2026-07-30: 53
- 2026-07-29: 56
- 2026-07-28: 55
- 2026-07-27: 54
- 2026-07-26: 54

## Links

- Remote endpoint: https://energy.netzhandwerker.de/mcp
- Website: https://energy.netzhandwerker.de/
- Changelog RSS feed: https://verifymcp.io/servers/de-netzhandwerker-energy-research-hub/energy/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/de-netzhandwerker-energy-research-hub/energy/changelog.json
- HTML version of this page: https://verifymcp.io/servers/de-netzhandwerker-energy-research-hub/energy
