Read-only EU energy-label preflight over MCP: supplier-declared EPREL records, evidence-first
npx @getmcp/cli add com.jithox/eu-energy-label-preflightRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationOAuth 2.1 bearer. Discover the authorization server via /.well-known/oauth-protected-resource; PKCE S256 is mandatory; tokens are audience-bound to https://energy.mcp.jithox.com/mcp with least-privilege per-tool scopes. The workspace access key may also be sent directly per call (Authorization: Bearer <access key> or X-Jithox-Api-Key) when an OAuth browser callback is not possible. A token issued for the Jithox E-Invoice, Import Preflight or Sanctions Preflight server is rejected here (separate resource/audience).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.jithox/eu-energy-label-preflight": {
"url": "https://energy.mcp.jithox.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}